diff options
author | Michales Michaloudes <korgie@gmail.com> | 2019-07-22 22:56:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-27 08:06:16 +0700 |
commit | e1e07626c9c0a1a8211e7de5b4b2001a9249abdd (patch) | |
tree | e224edd0a63d41b3c9cd6892e4648fe901cfef84 /system/uhubctl/README | |
parent | 0f94f17609c4e614ef57496db073e9b773dcb6e6 (diff) |
system/uhubctl: Added (control the power of compatible USB hubs)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/uhubctl/README')
-rw-r--r-- | system/uhubctl/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/uhubctl/README b/system/uhubctl/README new file mode 100644 index 0000000000000..9b5480b0cc1cc --- /dev/null +++ b/system/uhubctl/README @@ -0,0 +1,12 @@ +uhuctl is a utility to control USB power per-port on smart USB hubs. +Smart hub is defined as one that implements per-port power switching. + +Some hub give false report (lsusb -v) that they support per-port +power switching. + +It also works for devices that support unbind. Example: you want to +disconnect a device programmatically, but no physically. In this case +the usb has still power but the device 'unplugs'. + +Original idea for this code was inspired by hub-ctrl.c by Niibe Yutaka: +http://www.gniibe.org/development/ac-power-control-by-USB-hub |