痴情自行车

文章
6
资源
0
加入时间
4年0月9天

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...