acpitool syntax: setting multiple devices
Brought to you by:
dleemans
Hello:
In an effort to weed out an acpi problem, I need to set all the /proc/acpi/wakeup variables to disabled
, which means setting 8 out of possible 20.
At the moment I'm doing it with a rough script which works but does not seem the proper way to do it.
acpitool -W USB0 && acpitool -W USB1 &&...
Is it possible to do this with just one command using acpitool
?
I was thinking something like acpitool -W USBx;EUSB
.
The manpage only specifies how to do it one by one, separately.
Thanks in advance.
CIV