disable the wrong acpi wakeup events
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
eb55a9eca9
commit
472af2eeff
1 changed files with 6 additions and 0 deletions
6
acpi-no-wakeup
Executable file
6
acpi-no-wakeup
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
#echo EHC1 > /proc/acpi/wakeup
|
||||
#echo EHC2 > /proc/acpi/wakeup
|
||||
#echo XHC > /proc/acpi/wakeup
|
||||
|
||||
awk '/enabled/ { print $1 }' /proc/acpi/wakeup > /proc/acpi/wakeup
|
Loading…
Reference in a new issue