You are not logged in.
Pages: 1
The information given at https://wiki.archlinux.org/index.php/Ud … USB_device is not enough to enable me to write my own rule.
I want to make my infra red remote wake up the system from suspend.
I have found my idVendor and idProduct via lsusb and edited the example given in the wiki thus:
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0x0471", ATTRS{idProduct}=="0x0815", ATTR{power/wakeup}="enabled", ATTR{driver/usb7/power/wakeup}="enabled"But what is this "driver/usb7/power/wakeup" stuff? How do i find mine? Can anyone elaborate on this? Where and what is the driver directory?
Offline
I have found my idVendor and idProduct via lsusb and edited the example given in the wiki thus:
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0x0471", ATTRS{idProduct}=="0x0815", ATTR{power/wakeup}="enabled", ATTR{driver/usb7/power/wakeup}="enabled"But what is this "driver/usb7/power/wakeup" stuff? How do i find mine? Can anyone elaborate on this? Where and what is the driver directory?
The "driver/usb7/power/wakeup" is because, as the wiki shows, the example USB device is on Bus 007 which correlates to driver/usb7.
Offline
Thankyou for the explanation.
I am unable to test if it works due to my remote receiver powering down on suspend. I think its a hardware issue that can't be hacked.
Offline
Pages: 1