In Linux Driver, how to disable a specific USB Device [closed]

♀尐吖头ヾ 提交于 2019-12-13 17:08:49

问题


Assume a USB devices is powered by USB bus. Sometimes the firmware in the USB device encounter a problem and can't recovery by itself. I have to unplug and plug the USB device from the host.

Is there a way that I can dis-power the USB device, and later re-enable the USB device in Linux driver or in shell command?

By the way, I need a standard method. In specific platforms, I can disable the USB EHCI/OHCI's power in driver.

来源:https://stackoverflow.com/questions/16661280/in-linux-driver-how-to-disable-a-specific-usb-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!