做的时候lsusb -v
我有:
Bus 001 Device 005: ID 0424:2422 Standard Microsystems Corp.
bDeviceProtocol 1 Single TT
....
bInterfaceProtocol 0 Full speed (or root) hub
但lsusb -t
显示:
Port 4: Dev 5, If 0, Class=Hub, Driver=hub/2p, 480M
另一个例子:
lsusb -t
,速度为12M,显示
Port 3: Dev 4, If 0, Class=Hub, Driver=hub/4p, 12M
但在 中lsusb -v
,它显示全速。
Bus 001 Device 004: ID 0557:8021 ATEN International Co., Ltd Hub
....
bDeviceProtocol 0 Full speed (or root) hub
bMaxPacketSize0 8
idVendor 0x0557 ATEN International Co., Ltd
idProduct 0x8021 Hub
.....
bInterfaceProtocol 0 Full speed (or root) hub
我似乎无法匹配lsusb -t
和的速度陈述lsusb -v
。
答案1
lsusb -v
手册页声称它“包括设备的配置描述符当前的速度“ - 但我不知道如何在输出中理解这一点。希望其他人可以提供帮助。
”USB Hub 的速度是哪一个?”
那会是lsusb -t
。
lsusb -t
显示了支持的使用树层次结构选项加快速度。
并且 USB 支持的速度因版本而异:
USB 1.10 12Mb/s
USB 2.00 480Mb/s
USB 3.00 5Gb/s