Searched defs:keyspan_device_details (Results 1 – 1 of 1) sorted by relevance
135 struct keyspan_device_details { struct137 int product_id;139 enum {msg_usa26, msg_usa28, msg_usa49, msg_usa90, msg_usa67} msg_format;142 int num_ports;145 int indat_endp_flip;148 int outdat_endp_flip;154 int indat_endpoints[KEYSPAN_MAX_NUM_PORTS];157 int outdat_endpoints[KEYSPAN_MAX_NUM_PORTS];160 int inack_endpoints[KEYSPAN_MAX_NUM_PORTS];186 static const struct keyspan_device_details usa18x_device_details = { argument