2.1 Video Interface Class: 视频接口类(Video interface class)将所有可以与 USB 兼容视频数据流交互的功能分组。事实上,Video interface class包含了VC和VS。 视频接口类有专门的code码标识: 2.2 Video Interface subclass and Protocol: Video interface class又细分两种subclass类: Video Control interface Video strea...
USB defines class code information that is used to identify a device’s functionality and to nominally load a device driver based on that functionality. The information is contained in three bytes with the names Base Class, SubClass, and Protocol. (Note that ‘Base Class’ is used in this de...
USB defines class code information that is used to identify a device’s functionality and to nominally load a device driver based on that functionality.The information is contained in three bytes with the names Base Class,SubClass, and Protocol.(Note that ‘Base Class’ is used in this descript...
通过指定ClassCode、SubclassCode 和 ProtocolCode 属性值创建 UsbDeviceClass对象。或者,如果知道设备的设备类,可以通过指定特定的UsbDeviceClasses属性来调用构造函数。 查找设备 - 基本方法 这是查找 USB 设备的最简单方法。 有关详细信息,请参阅快速入门:枚举常用设备。
UsbDeviceClass.ClassCode 属性 参考 反馈 定义 命名空间: Windows.Devices.Usb 编辑 获取或设置设备的类代码。 C# 复制 public byte ClassCode { get; set; } 属性值 Byte 设备类代码。 适用于 产品版本 WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build...
该navigator.usb.requestDevice函数接受一个定义为的强制性JavaScript对象filters。这些过滤器用于将任何USB设备与给定的供应商(vendorId)和可选的产品(productId)标识符进行匹配。在classCode,protocolCode,serialNumber,和subclassCode键也可以在那里定义为好。
类规范bDeviceClass Code驱动程序名称Windows 支持 蓝牙类 0xE0 Bthusb.sys Windows XP 及更高版本 芯片/智能卡接口设备 (CCID) 0x0B Usbccid.sys Windows Server 2008 及更高版本 Windows Vista 及更高版本 Windows Server 2003 Windows XP Windows 2000 Hub 类 0x09 Usbhub.sys Windows Server 2003 及更高版...
bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 2 Mouse iInterface 1 VMware HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.10 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 46 ...
Linux内核的USB Gadget Function驱动都在drivers/usb/gadget/function/目录下,有通讯设备类(Communication Device Class)驱动(f_acm.c、f_ecm、f_serial.c等)、USB音频设备类驱动(f_uac1.c、f_uac2.c、u_audio.c)、大容量存储设备驱动(f_mass_storage.c)、USB视频设备类驱动(f_uvc.c)等。 Gadget Function...
本文转自公众号,欢迎关注 基于DWC2的USB驱动开发-IAD描述符详解 (qq.com) 一. 前言 IAD描述符用于一个设备功能关联多个接口,可以用于实现组合设备。 二.参考文档 参考《iadclasscode_r10.pdf》 USB Interface Association Descriptor Device Class Code and use Model Revi