Lines Matching refs:hub
23 7. USB hub with [Per Port Power Switching support](http://www.gniibe.org/development/ac-power-contr…
87 ### Setup USB hub
89 To perform a hard reset of the Odroid board (by turning off power) I used a D-Link DUB H7 USB hub (…
90 …hub has support for a feature called [Per Port Power Switching](http://www.gniibe.org/development/…
92 [To be able to open the hub device entry](http://www.janosgyerik.com/adding-udev-rules-for-usb-debu…
98 `idVendor` and `idProduct` should correspond to the hub vendor and product id (can be seen via `lsu…
99 Don't forget to replug the hub after you add this file.
104 Bus 003 Device 026: ID 2001:f103 D-Link Corp. DUB-H7 7-port USB 2.0 hub
108 Communication with the hub is done by sending USB control messages, which requires `libusb`:
113 Now plug in the hub and try to switch power on some of it's ports.
114 For that you can use the [hub-ctrl.c](https://github.com/codazoda/hub-ctrl.c) tool by Niibe Yutaka …
116 $ go run hub.go -bus=3 -device=26 -port=6 -power=0
118 $ go run hub.go -bus=3 -device=26 -port=6 -power=1
122 Note, that the DUB-H7 hub has a weird port numbering: `5, 6, 1, 2, 7, 3, 4` from left to right.
124 Connect the Odroid board with a power plug to one of the USB hub ports and make sure you can forcef…
316 - `vm.hub_bus` (number of the bus to which USB hub is connected, view with `lsusb`)
317 - `vm.hub_device` (device number for the USB hub, view with `lsusb`)
318 - `vm.hub_port` (number of the USB hub port to which Odroid power plug is connected)