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

Maximilian Attems maks at alioth.debian.org
Fri Apr 23 02:36:58 UTC 2010


Author: maks
Date: Fri Apr 23 02:36:56 2010
New Revision: 15543

Log:
Add EC path for Thinkpad X100

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/all/thinkpad-acpi-add-x100e.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/12

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Fri Apr 23 02:36:48 2010	(r15542)
+++ dists/sid/linux-2.6/debian/changelog	Fri Apr 23 02:36:56 2010	(r15543)
@@ -39,6 +39,7 @@
   * Add drm changes from stable 2.6.33.3:
     - drm/radeon: R300 AD only has one quad pipe (Closes: #575681)
   * libata: Fix accesses at LBA28 boundary (old bug, but nasty) (v2)
+  * Add EC path for Thinkpad X100.
 
   [ dann frazier ]
   * Add DRBD backport

Added: dists/sid/linux-2.6/debian/patches/bugfix/all/thinkpad-acpi-add-x100e.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux-2.6/debian/patches/bugfix/all/thinkpad-acpi-add-x100e.patch	Fri Apr 23 02:36:56 2010	(r15543)
@@ -0,0 +1,16 @@
+From: Matthew Garrett <mjg at redhat.com>
+Date: Wed Apr 21 14:13:22 2010 UTC
+Subject: Add EC path for Thinkpad X100
+
+
+diff -up linux-2.6.32.noarch/drivers/platform/x86/thinkpad_acpi.c.mjg linux-2.6.32.noarch/drivers/platform/x86/thinkpad_acpi.c
+--- linux-2.6.32.noarch/drivers/platform/x86/thinkpad_acpi.c.mjg	2010-04-21 10:02:53.658034129 -0400
++++ linux-2.6.32.noarch/drivers/platform/x86/thinkpad_acpi.c	2010-04-21 10:03:30.402030108 -0400
+@@ -491,6 +491,7 @@ TPACPI_HANDLE(ec, root, "\\_SB.PCI0.ISA.
+ 	   "\\_SB.PCI0.ISA.EC",	/* A21e, A2xm/p, T20-22, X20-21 */
+ 	   "\\_SB.PCI0.AD4S.EC0",	/* i1400, R30 */
+ 	   "\\_SB.PCI0.ICH3.EC0",	/* R31 */
++	   "\\_SB.PCI0.LPC0.EC",	/* X100e */
+ 	   "\\_SB.PCI0.LPC.EC",	/* all others */
+ 	   );
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/12
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/12	Fri Apr 23 02:36:48 2010	(r15542)
+++ dists/sid/linux-2.6/debian/patches/series/12	Fri Apr 23 02:36:56 2010	(r15543)
@@ -26,3 +26,4 @@
 + bugfix/all/stable/2.6.32.3-rc1.patch
 + features/all/ipheth-add.patch
 + bugfix/all/libata-fix-accesses-at-LBA28-boundary.patch
++ bugfix/all/thinkpad-acpi-add-x100e.patch



More information about the Kernel-svn-changes mailing list