Remove useless patch that will never be used.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / queues / ibm-acpi / ibm-acpi_add_thinkpad_s30_support.patch
blobead496ec8e8154cc100ec991e33782b6226b9e20
1 commit 7e42ec3a5ea0c6f4242bc3ddd57249026a238bcf
2 Author: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Sat Nov 25 16:37:39 2006 -0200
5 ACPI: ibm-acpi: add video switching support for the ThinkPad S30
7 This patch adds the video switch ACPI handler for the ThinkPad S30,
8 based on reports by Alex Deucher <alexdeucher@gmail.com>.
10 Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
11 Cc: Alex Deucher <alexdeucher@gmail.com>
13 diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c
14 index db6301e..12a45d8 100644
15 --- a/drivers/acpi/ibm_acpi.c
16 +++ b/drivers/acpi/ibm_acpi.c
17 @@ -128,7 +128,7 @@ static acpi_handle root_handle = NULL;
18 static char *object##_path; \
19 static char *object##_paths[] = { paths }
21 -IBM_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", /* 240, 240x */
22 +IBM_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", /* 240, 240x, S30 */
23 "\\_SB.PCI.ISA.EC", /* 570 */
24 "\\_SB.PCI0.ISA0.EC0", /* 600e/x, 770e, 770x */
25 "\\_SB.PCI0.ISA.EC", /* A21e, A2xm/p, T20-22, X20-21 */
26 @@ -138,6 +138,7 @@ IBM_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", /* 240, 240x */
29 IBM_HANDLE(vid, root, "\\_SB.PCI.AGP.VGA", /* 570 */
30 + "\\_SB.PCI0.VGA", /* S30 */
31 "\\_SB.PCI0.AGP0.VID0", /* 600e/x, 770x */
32 "\\_SB.PCI0.VID0", /* 770e */
33 "\\_SB.PCI0.VID", /* A21e, G4x, R50e, X30, X40 */