USB\Class_02&SubClass_04 USB\Class_02 特殊處理無 CDC 電話控制模型 USB CDC 電話控制模型 (TCM) 介面集合具有下列屬性。 屬性說明 參考通訊裝置的通用序列總線類別定義,版本 1.1,第 3.6.3 節。 主要介面的類別通訊介面類別(0x02)。 主要介面的子類別中醫(0x03)。
Mode=00000004 VID=067B PID=1230 class=03 #输入设备在捕获模式下运行 Mode=00000002 VID=067B PID=1230 class=03 #输入设备在交互模式下运行(默认) Mode=00000001 VID=067B PID=1230 class=03 #输入设备在未进行任何优化的情况下运行 Mode=00000100 VID=067B PID=1230 # 设备设置优化已禁用(默认) Mode=0...
比如上图中的Class_03表示的就是HID设备,一般情况下典型代码为1,2,3,6,7,8,9,10,11,255。分别代表意思为1-audio:表示音频设备。2-communication device:通讯设备,如电话,modem等等。3-HID:人体学接口设备,如键盘,鼠标等。6-image图象设备,如扫描仪,摄像头等,有时数码相机也可归到这一类。7-打印机类。如...
0079&PID_0006\5&302ff7b5&0&2]]></key> <drivers> </drivers> <HardwareID><![CDATA[USB\VID_0079&PID_0006&REV_0107 USB\VID_0079&PID_0006 USB\Class_03&SubClass_00&Prot_00 USB\Class_03&SubClass_00 USB\Class_03]]></HardwareID> </hardware> </NORMAL> </DRIVER_INFO> 1111111111 ...
<module class="serdes"><submodule subclass="serdes_info">
The device attached to port 1 is a low-speed composite device. The device has two interfaces, both of which conform to the USB standard device class definition for human interface devices (HID). The composite device provides two HID interfaces instead of multiplexing all collections over a singl...
接口描述符中bInterfaceClass的值必须为0x03,bInterfaceSubClass的值为0或1,为1表示HID设备符是一个启动设备(Boot Device,一般对PC机而言才有意义,意思是BIOS启动时能识别并使用您的HID设备,且只有标准鼠标或键盘类设备才能成为Boot Device。如果为0则只有在操作系统启动后才能识别并使用您的HID设备)。 USB HID类描...
5rfacecontentsecurity内容安全设备0ehinterfacevideo视频设备摄像头class0esubclass03prot000fhinterfacepersonalhealthcare个人健康设备10hinterfaceaudiovideodevices音频视频设备dchbothdiagnosticdevice诊断设备usb2兼容设备e0hinterfacewirelesscontroller无线控制器蓝牙设备等efhbothmiscellaneous杂项activesyncpalmsync各种协会等feh...
bInterfaceClass:03,表明是USB HID设备 bInterfaceSubClass:01,为1表示HID设备符是一个启动设备(Boot Device,一般对PC机而言才有意义,意思是BIOS启动时能识别并使用您的HID设备,且只有标准鼠标或键盘类设备才能成为Boot Device) bInterfaceProtocol:02,表示是USB鼠标,感觉网上有的资料把鼠标和键盘的bInterfaceProtocol搞...
30.2.1设备描述符/* USB_DT_DEVICE: Device descriptor */struct usb_device_descriptor{__u8 bLength;__u8 bDescriptorType;__le16 bcdUSB;__u8 bDeviceClass;__u8 bDeviceSubClass;__u8 bDeviceProtocol;__u8 bMaxPacketSize0;__le16 idVendor;__le16 idProduct;__le16 bcdDevice;__u8 iManufacturer...