Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1183481
  • 博文数量: 221
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 2139
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-27 19:53
个人简介

JustForFun

文章分类

全部博文(221)

文章存档

2024年(6)

2023年(8)

2022年(2)

2021年(2)

2020年(29)

2019年(11)

2018年(23)

2017年(41)

2016年(76)

2015年(23)

我的朋友
最近访客

分类: Android平台

2020-07-17 20:07:56

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) |
给主人留下些什么吧!~~