Changes between Version 6 and Version 7 of USB
- Timestamp:
- 05/11/2018 09:12:31 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
USB
v6 v7 91 91 Gateworks USB device Table: 92 92 ||= Family =||= SBC =||= USB Port =||= Ref =||= Reset =||= Bus-Device[.Port] =||= Bus Steering =|| 93 || Newport || GW630x || Front Panel Top SS || J21 || Soft || 2-1.2 || ||94 || || || Front Panel Top HS || J21 || Soft || 1-1.2 || ||95 || || || Front Panel Bot SS || J21 || Soft || 2-1.1 || ||96 || || || Front Panel Bot HS || J21 || Soft || 1-1.1 || ||93 || Newport || GW630x || Front Panel Top SS || J21 || Soft/VBUS || 2-1.2 || || 94 || || || Front Panel Top HS || J21 || Soft/VBUS || 1-1.2 || || 95 || || || Front Panel Bot SS || J21 || Soft/VBUS || 2-1.1 || || 96 || || || Front Panel Bot HS || J21 || Soft/VBUS || 1-1.1 || || 97 97 || || || Bot Right miniPCIe HS || J9 || Soft || 1-1.3 || || 98 98 || || || Bot Mid miniPCIe HS || J10 || Soft || 1-1.4 || || … … 100 100 || || || Bot Left miniPCIe HS || J11 || Soft || 3-1 || || 101 101 |||| 102 || || GW640x || Front Panel Top SS || J23 || Soft || 2-1.2 || ||103 || || || Front Panel Top HS || J23 || Soft || 1-1.2 || ||104 || || || Front Panel Bot SS || J23 || Soft || 2-1.1 || ||105 || || || Front Panel Bot HS || J23 || Soft || 1-1.1 || ||102 || || GW640x || Front Panel Top SS || J23 || Soft/VBUS || 2-1.2 || || 103 || || || Front Panel Top HS || J23 || Soft/VBUS || 1-1.2 || || 104 || || || Front Panel Bot SS || J23 || Soft/VBUS || 2-1.1 || || 105 || || || Front Panel Bot HS || J23 || Soft/VBUS || 1-1.1 || || 106 106 || || || Bot Right miniPCIe HS || J9 || Soft || 1-1.3 || || 107 107 || || || Bot Mid miniPCIe HS || J11 || Soft || 1-1.4 || || … … 233 233 }}} 234 234 235 Ports provided by a USB Hub's (will have a '.<port>' in their bus-device.port entry in the table above) with over-current/fault detection such as those found on a GW530x/GW540x can have their VBUS reset by unbinding their upstream bus-dev from the USB bus: 235 Ports provided by a USB Hub's (will have a '.<port>' in their bus-device.port entry in the table above) with over-current/fault detection such as those found on a GW530x/GW540x/GW630x/GW640x can have their VBUS reset by unbinding their upstream bus-dev (no '.<port>') from the USB bus: 236 * Examples: 237 - GW640x SS: 236 238 {{{#!bash 237 239 echo 2-1 > /sys/bus/usb/drivers/usb/unbind 238 240 sleep 1 239 241 echo 2-1 > /sys/bus/usb/drivers/usb/bind 242 }}} 243 - GW640x HS: 244 {{{#!bash 245 echo 1-1 > /sys/bus/usb/drivers/usb/unbind 246 sleep 1 247 echo 1-1 > /sys/bus/usb/drivers/usb/bind 240 248 }}} 241 249 * this is not possible for MiniPCIe sockets as their VBUS comes from the 3.0V rail