Searched defs:keyspan_device_details (Results 1 – 1 of 1) sorted by relevance
160 struct keyspan_device_details { struct162 int product_id;164 enum {msg_usa26, msg_usa28, msg_usa49, msg_usa90, msg_usa67} msg_format;167 int num_ports;170 int indat_endp_flip;173 int outdat_endp_flip;177 int indat_endpoints[KEYSPAN_MAX_NUM_PORTS];180 int outdat_endpoints[KEYSPAN_MAX_NUM_PORTS];183 int inack_endpoints[KEYSPAN_MAX_NUM_PORTS];207 static const struct keyspan_device_details usa18x_device_details = { argument