What happens if you disable the device in device manager? Does it even appear there? I don't think the power can be switched off on individual USB ports (if it's possible at all to control power to the ports). On my motherboard, the power is permanently on, even when shut down. There is a tool here[^] that allows you to control devices from the command line, it may help if enabling and disabling fixes the issue. Also, you could look into the WDK[^], but I doubt there is anything that allows direct control of USB power. <edit> http://msdn.microsoft.com/en-us/library/ms798253.aspx[^] Looks like I was wrong about the WDK, it can be done (per device, not the port directly), but in kernel mode. </edit>
modified on Monday, December 21, 2009 8:34 AM