Searched defs:keyspan_device_details (Results 1 – 1 of 1) sorted by relevance
155 struct keyspan_device_details { struct157 int product_id;159 enum {msg_usa26, msg_usa28, msg_usa49, msg_usa90, msg_usa67} msg_format;162 int num_ports;165 int indat_endp_flip;168 int outdat_endp_flip;174 int indat_endpoints[KEYSPAN_MAX_NUM_PORTS];177 int outdat_endpoints[KEYSPAN_MAX_NUM_PORTS];180 int inack_endpoints[KEYSPAN_MAX_NUM_PORTS];206 static const struct keyspan_device_details usa18x_device_details = { argument