Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dio_edgeport.h78 struct edgeport_product_info { struct
79 __u16 ProductId; /* Product Identifier */
80 __u8 NumPorts; /* Number of ports on edgeport */
81 __u8 ProdInfoVer; /* What version of structure is this? */
83 __u32 IsServer :1; /* Set if Server */
84 __u32 IsRS232 :1; /* Set if RS-232 ports exist */
85 __u32 IsRS422 :1; /* Set if RS-422 ports exist */
86 __u32 IsRS485 :1; /* Set if RS-485 ports exist */
87 __u32 IsReserved :28; /* Reserved for later expansion */
89 __u8 RomSize; /* Size of ROM/E2PROM in K */
[all …]