Feature Description
If the computer is asleep and the controller powers on, the computer should wake up; when the computer suspends or turns off, it should power off the controller.
Use Case
Other wireless controllers like the Xbox Elite Series 2 with xone driver do this, and it's quite convenient; consoles also behave this way and it's quite nice.
Proposed Solution
Work is required in the kernel driver to mark the flydigi dongle as a wakeup device, and some reverse engineering may be needed to figure out how to turn off the controller in response to a suspend signal.
Feature Description
If the computer is asleep and the controller powers on, the computer should wake up; when the computer suspends or turns off, it should power off the controller.
Use Case
Other wireless controllers like the Xbox Elite Series 2 with
xonedriver do this, and it's quite convenient; consoles also behave this way and it's quite nice.Proposed Solution
Work is required in the kernel driver to mark the flydigi dongle as a wakeup device, and some reverse engineering may be needed to figure out how to turn off the controller in response to a suspend signal.