Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dusa49msg.h239 struct keyspan_usa49_port_status_msg { /* one for each port */ struct
240 uint8_t portNumber; /* 0,1,2,3 */
241 uint8_t cts; /* reports CTS pin */
242 uint8_t dcd; /* reports DCD pin */
243 uint8_t dsr; /* reports DSR pin */
244 uint8_t ri; /* reports RI pin */
245 uint8_t _txOff; /* transmit has been disabled (by host) */
248 uint8_t _txXoff;
249 uint8_t rxEnabled; /* as configured by rxOn/rxOff 1=on, 0=off */
252 uint8_t controlResponse;
[all …]