Lines Matching defs:edge_compatibility_descriptor
342 struct edge_compatibility_descriptor { struct
343 __u8 Length; // Descriptor Length (per USB spec)
344 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
345 __u8 EpicVer; // Version of EPiC spec supported
347 __u8 NumPorts; // Number of serial ports supported
348 __u8 iDownloadFile; // Index of string containing download code filename
350 __u8 Unused[3]; // Available for future expansion, must be 0
352 __u8 MajorVersion; // Firmware version: xx.
353 __u8 MinorVersion; // yy.
354 __le16 BuildNumber; // zzzz (LE format)
359 struct edge_compatibility_bits Supports;