Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dio_usbvend.h340 struct edge_compatibility_descriptor { struct
341 __u8 Length; // Descriptor Length (per USB spec)
342 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
343 __u8 EpicVer; // Version of EPiC spec supported
345 __u8 NumPorts; // Number of serial ports supported
346 __u8 iDownloadFile; // Index of string containing download code filename
348 __u8 Unused[3]; // Available for future expansion, must be 0
350 __u8 MajorVersion; // Firmware version: xx.
351 __u8 MinorVersion; // yy.
352 __le16 BuildNumber; // zzzz (LE format)
[all …]