rpms/kernel/F-12 thinkpad-acpi-add-x100e.patch, NONE, 1.1 kernel.spec, 1.2066, 1.2067

Matthew Garrett mjg59 at fedoraproject.org
Wed Apr 21 14:13:22 UTC 2010


Author: mjg59

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1317

Modified Files:
	kernel.spec 
Added Files:
	thinkpad-acpi-add-x100e.patch 
Log Message:
* Wed Apr 21 2010 Matthew Garrett <mjg at redhat.com>
- thinkpad-acpi-add-x100e.patch: Add EC path for Thinkpad X100


thinkpad-acpi-add-x100e.patch:
 thinkpad_acpi.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE thinkpad-acpi-add-x100e.patch ---
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 */
 	   );
 


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.2066
retrieving revision 1.2067
diff -u -p -r1.2066 -r1.2067
--- kernel.spec	21 Apr 2010 13:33:25 -0000	1.2066
+++ kernel.spec	21 Apr 2010 14:13:21 -0000	1.2067
@@ -653,6 +653,7 @@ Patch450: linux-2.6-input-kill-stupid-me
 Patch451: linux-2.6-input-fix-toshiba-hotkeys.patch
 Patch452: linux-2.6.30-no-pcspkr-modalias.patch
 Patch454: linux-2.6-input-hid-quirk-egalax.patch
+Patch455: thinkpad-acpi-add-x100e.patch
 
 Patch460: linux-2.6-serial-460800.patch
 
@@ -1349,6 +1350,7 @@ ApplyPatch die-floppy-die.patch
 ApplyPatch linux-2.6.30-no-pcspkr-modalias.patch
 
 ApplyPatch linux-2.6-input-hid-quirk-egalax.patch
+ApplyPatch thinkpad-acpi-add-x100e.patch
 
 # Allow to use 480600 baud on 16C950 UARTs
 ApplyPatch linux-2.6-serial-460800.patch
@@ -2152,6 +2154,9 @@ fi
 # and build.
 
 %changelog
+* Wed Apr 21 2010 Matthew Garrett <mjg at redhat.com>
+- thinkpad-acpi-add-x100e.patch: Add EC path for Thinkpad X100
+
 * Wed Apr 21 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.32.11-106
 - libata-fix-accesses-at-LBA28-boundary.patch
 



More information about the scm-commits mailing list