[kernel] r12731 - in dists/sid/linux-2.6/debian: . patches/bugfix/x86 patches/series

Dann Frazier dannf at alioth.debian.org
Mon Feb 9 07:13:33 UTC 2009


Author: dannf
Date: Mon Feb  9 07:13:31 2009
New Revision: 12731

Log:
Add support for Toshiba L305

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-add-support-for-toshiba-l305.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/14

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Mon Feb  9 07:13:31 2009
@@ -13,6 +13,7 @@
     - Add support for MEDION MD96630
     - Support Asus P5Q Premium/Pro boards
     - Add support for ECS/PC Chips boards with Sigmatel codecs
+    - Add support for Toshiba L305
 
   [ dann frazier ]
   * sctp: fix memory overflow (CVE-2009-0065)
@@ -28,7 +29,7 @@
   * [sparc] Revert: Reintroduce dummy PCI host controller to workaround broken
     X.org. Not supportable and breaks to many things.
 
- -- dann frazier <dannf at debian.org>  Mon, 09 Feb 2009 00:05:07 -0700
+ -- dann frazier <dannf at debian.org>  Mon, 09 Feb 2009 00:11:37 -0700
 
 linux-2.6 (2.6.26-13) unstable; urgency=high
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-add-support-for-toshiba-l305.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/x86/alsa-hda-add-support-for-toshiba-l305.patch	Mon Feb  9 07:13:31 2009
@@ -0,0 +1,26 @@
+commit 2346d0cde544179a8d235375f1bfbca5c141a31b
+Author: Travis Place <wishie at wishie.net>
+Date:   Mon Sep 1 08:24:00 2008 +0200
+
+    ALSA: hda - Add model for Toshiba L305 laptop
+    
+    Added Subsystem IDs (0x1179, 0xff64) for the Toshiba Satellite L305
+    laptop, so it automatically uses the ALC268_TOSHIBA quirk.
+    
+    Signed-off-by: Travis Place <wishie at wishie.net>
+    Signed-off-by: Takashi Iwai <tiwai at suse.de>
+    Signed-off-by: Jaroslav Kysela <perex at perex.cz>
+
+Adjusted to apply to Debian's 2.6.26 by dann frazier <dannf at debian.org>
+
+diff -urpN linux-source-2.6.26.orig/sound/pci/hda/patch_realtek.c linux-source-2.6.26/sound/pci/hda/patch_realtek.c
+--- linux-source-2.6.26.orig/sound/pci/hda/patch_realtek.c	2009-02-08 23:41:17.000000000 -0700
++++ linux-source-2.6.26/sound/pci/hda/patch_realtek.c	2009-02-09 00:09:22.000000000 -0700
+@@ -10700,6 +10700,7 @@ static struct snd_pci_quirk alc268_cfg_t
+ 	SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC268_3ST),
+ 	SND_PCI_QUIRK(0x1179, 0xff10, "TOSHIBA A205", ALC268_TOSHIBA),
+ 	SND_PCI_QUIRK(0x1179, 0xff50, "TOSHIBA A305", ALC268_TOSHIBA),
++	SND_PCI_QUIRK(0x1179, 0xff64, "TOSHIBA L305", ALC268_TOSHIBA),
+ 	SND_PCI_QUIRK(0x14c0, 0x0025, "COMPAL IFL90/JFL-92", ALC268_TOSHIBA),
+ 	SND_PCI_QUIRK(0x152d, 0x0763, "Diverse (CPR2000)", ALC268_ACER),
+ 	SND_PCI_QUIRK(0x152d, 0x0771, "Quanta IL1", ALC267_QUANTA_IL1),

Modified: dists/sid/linux-2.6/debian/patches/series/14
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/14	(original)
+++ dists/sid/linux-2.6/debian/patches/series/14	Mon Feb  9 07:13:31 2009
@@ -59,3 +59,4 @@
 + bugfix/x86/alsa-hda-medion-md96630-quirk.patch
 + bugfix/x86/alsa-hda-ad2000bx-quirk.patch
 + bugfix/x86/alsa-hda-support-ecs-chips-with-sigmatel-codecs.patch
++ bugfix/x86/alsa-hda-add-support-for-toshiba-l305.patch



More information about the Kernel-svn-changes mailing list