forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit9e811e1
ACPI: button: Add a LID switch blacklist and add 1 model to it
The GP-electronic T701 tablet does not have a LID switch, but itdoes define a LID device in its DSDT. The _LID method points tothe "\\_SB.GPO2" pin 0x18 GPIO with a pull setting of "PullDefault",which leaves the pin floating.This causes the ACPI button driver to cause spurious LID closed events,causing the device to suspend while the user is using it. There isnothing the ACPI button driver (or the gpio code) can do to fix this,so the only solution is to add a DMI based blacklist and ignore the LIDdevice on these tablets.Signed-off-by: Hans de Goede <hdegoede@redhat.com>Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>1 parentae35d65 commit9e811e1
1 file changed
+20
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
79 | 96 |
| |
80 | 97 |
| |
81 | 98 |
| |
| |||
475 | 492 |
| |
476 | 493 |
| |
477 | 494 |
| |
| 495 | + | |
| 496 | + | |
| 497 | + | |
478 | 498 |
| |
479 | 499 |
| |
480 | 500 |
| |
|
0 commit comments
Comments
(0)