struct usb_interface_descriptor {
__u8 bLength; // 描述符大小
__u8 bDescriptorType;
__u8 bInterfaceNumber;
__u8 bAlternateSetting;
__u8 bNumEndpoints; // 端点数
__u8 bInterfaceClass; // 接口类
__u8 bInterfaceSubClass; // 接口子类
__u8 bInterfaceProtocol; // 接口协议
__u8 iInterface;
} __attribute__ ((packed));
struct usb_interface_descriptor
最新推荐文章于 2025-03-28 16:52:43 发布