Answers:
该lsusb
命令将生成已识别的USB设备的列表。这是一个例子:
$ lsusb
Bus 002 Device 003: ID 1c7a:0801 LighTuning Technology Inc.
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04ca:f01c Lite-On Technology Corp.
Bus 001 Device 003: ID 064e:a219 Suyin Corp.
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
您可以注意到,所提供的信息包括总线路径以及vendorId / deviceId。我不确定“当前使用的端口”的实际含义。
编辑
要将消息写入总线1设备2上的设备,您必须访问该设备
$ ls -l /dev/bus/usb/001/002
crw-rw-r-- 1 root root 189, 1 2011-06-04 03:11 /dev/bus/usb/001/002