shuting down power to a usb hid device



Jim Mcduggan
07-09-2005, 09:27 PM
Is there a way to turn off power to a usb hid keyboard device thru software?


The wmi spec says that function is not implemented in the driver.


I don't mind if I have to reboot.
I don't mind if I can simply turn of the power the usb chip too.
I tried disabling every usb device and controller with devcon.exe, but that
did not shut off power to the device or the via ohci host controller..


Also when I shutdown the pc, the power to the hid device is still enabled.


tx
j

Stefan Fikar
07-09-2005, 09:28 PM
That just depends on your hardware. At least on some notebooks this
functionality is provided. On typical non-mobile devices its impossible.

But its pretty simple to develop a controlled hardware device that does so
(when plugged between computer and USB peripheral.

Regards,

"Jim Mcduggan" wrote:

> Is there a way to turn off power to a usb hid keyboard device thru software?
>
>
> The wmi spec says that function is not implemented in the driver.
>
>
> I don't mind if I have to reboot.
> I don't mind if I can simply turn of the power the usb chip too.
> I tried disabling every usb device and controller with devcon.exe, but that
> did not shut off power to the device or the via ohci host controller..
>
>
> Also when I shutdown the pc, the power to the hid device is still enabled.
>
>
> tx
> j
>
>
>
>


shuting down power to a usb hid device