Home
last modified time | relevance | path

Searched defs:usb_device_desc (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/
Dusb.h39 struct usb_device_desc struct
41 uint8_t len;
42 uint8_t type;
43 uint16_t usb_version;
44 uint8_t _class;
45 uint8_t subclass;
46 uint8_t protocol;
47 uint8_t max_packet_size;
49 uint16_t vendor_id;
50 uint16_t product_id;
[all …]