diff options
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2010-05-16 18:45:26 -0400 |
---|---|---|
committer | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | 2010-05-16 18:45:26 -0400 |
commit | a318930d06a7a93bd50000c7112f995b459adda7 (patch) | |
tree | 69a3ca10aee2b55fd47a209c7156005365409ac6 /drivers/platform/x86/thinkpad_acpi.c | |
parent | e28393c0c4416dffb46ca481e670f10c6a35baca (diff) |
thinkpad-acpi: X100e quick fixes
The X100e needs some quick fixes to work semi-right with this driver.
There are much better ways to do this, but we can start with a quick
update and do it properly later.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Diffstat (limited to 'drivers/platform/x86/thinkpad_acpi.c')
-rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 21759dacff6c..7817cef6aae1 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
@@ -516,6 +516,7 @@ TPACPI_HANDLE(ec, root, "\\_SB.PCI0.ISA.EC0", /* 240, 240x */ | |||
516 | "\\_SB.PCI0.ISA.EC", /* A21e, A2xm/p, T20-22, X20-21 */ | 516 | "\\_SB.PCI0.ISA.EC", /* A21e, A2xm/p, T20-22, X20-21 */ |
517 | "\\_SB.PCI0.AD4S.EC0", /* i1400, R30 */ | 517 | "\\_SB.PCI0.AD4S.EC0", /* i1400, R30 */ |
518 | "\\_SB.PCI0.ICH3.EC0", /* R31 */ | 518 | "\\_SB.PCI0.ICH3.EC0", /* R31 */ |
519 | "\\_SB.PCI0.LPC0.EC", /* X100e and a few others */ | ||
519 | "\\_SB.PCI0.LPC.EC", /* all others */ | 520 | "\\_SB.PCI0.LPC.EC", /* all others */ |
520 | ); | 521 | ); |
521 | 522 | ||
@@ -537,6 +538,7 @@ TPACPI_HANDLE(vid, root, "\\_SB.PCI.AGP.VGA", /* 570 */ | |||
537 | "\\_SB.PCI0.AGP0.VID0", /* 600e/x, 770x */ | 538 | "\\_SB.PCI0.AGP0.VID0", /* 600e/x, 770x */ |
538 | "\\_SB.PCI0.VID0", /* 770e */ | 539 | "\\_SB.PCI0.VID0", /* 770e */ |
539 | "\\_SB.PCI0.VID", /* A21e, G4x, R50e, X30, X40 */ | 540 | "\\_SB.PCI0.VID", /* A21e, G4x, R50e, X30, X40 */ |
541 | "\\_SB.PCI0.AGP.VGA", /* X100e and a few others */ | ||
540 | "\\_SB.PCI0.AGP.VID", /* all others */ | 542 | "\\_SB.PCI0.AGP.VID", /* all others */ |
541 | ); /* R30, R31 */ | 543 | ); /* R30, R31 */ |
542 | 544 | ||