Linux下查看USB设备的VID、PID命令
Linux下查看PID命令cat /proc/bus/usb/devices或lsusb方法一:在/etc/init.d/rcS中添加mount -t usbfs none /proc/bus/usb.方法二:在shell中输入mount -t usbfs /proc/bus/usb /proc/bus/usb.前提是在编译内核时选中usb device...