linux@ubuntu:/sys/bus/usb/devices$ ls
1-0:1.0 2-0:1.0 2-1 2-1:1.0 2-2 2-2.1 2-2:1.0 2-2.1:1.0 usb1 usb2
linux@ubuntu:~/work$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 2: Dev 3, If 0, Class=Hub, Driver=hub/7p, 12M
|__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
linux@ubuntu:~/work$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
linux@ubuntu:~/work$
注意这个UART Bridge CP210X的东东。
|__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
Bus 002 Device 004: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
故而2-1 2-1:1.0 这两个文件都是这个Silicon Labs CP210x UART Bridge设备的了。
总结 2-1:1.0 文件 依次表示 bus 2 ;port 1;配置描述符中配置编号;接口编号为0号
此处接口编号为usb接口描述符中的 字段bInterfaceNumber: 该接口的编号
/sys/bus/usb/devices/2-1:1.0/#cat uevent
这个文件中的PRODUCT和BUSNUM和DEVNUM字段的值都是和lsusb命令中的东西一一对应上的。可以作为判断依据。
阅读(2023) | 评论(0) | 转发(0) |