Lines Matching +full:0 +full:x8007

33 #define BELKIN_DOCKSTATION_VID	0x050d	/* Vendor Id */
34 #define BELKIN_DOCKSTATION_PID 0x1203 /* Product Id */
36 #define BELKIN_SA_VID 0x050d /* Vendor Id */
37 #define BELKIN_SA_PID 0x0103 /* Product Id */
39 #define BELKIN_OLD_VID 0x056c /* Belkin's "old" vendor id */
40 #define BELKIN_OLD_PID 0x8007 /* Belkin's "old" single port serial converter's id */
42 #define PERACOM_VID 0x0565 /* Peracom's vendor id */
43 #define PERACOM_PID 0x0001 /* Peracom's single port serial converter's id */
45 #define GOHUBS_VID 0x0921 /* GoHubs vendor id */
46 #define GOHUBS_PID 0x1000 /* GoHubs single port serial converter's id (identical to the Peracom dev…
47 #define HANDYLINK_PID 0x1200 /* HandyLink USB's id (identical to the Peracom device) */
50 #define BELKIN_SA_SET_BAUDRATE_REQUEST 0 /* Set baud rate */
69 #define BELKIN_SA_SET_REQUEST_TYPE 0x40
77 #define BELKIN_SA_PARITY_NONE 0
83 #define BELKIN_SA_FLOW_NONE 0x0000 /* No flow control */
84 #define BELKIN_SA_FLOW_OCTS 0x0001 /* use CTS input to throttle output */
85 #define BELKIN_SA_FLOW_ODSR 0x0002 /* use DSR input to throttle output */
86 #define BELKIN_SA_FLOW_IDSR 0x0004 /* use DSR input to enable receive */
87 #define BELKIN_SA_FLOW_IDTR 0x0008 /* use DTR output for input flow control */
88 #define BELKIN_SA_FLOW_IRTS 0x0010 /* use RTS output for input flow control */
89 #define BELKIN_SA_FLOW_ORTS 0x0020 /* use RTS to indicate data available to send */
90 #define BELKIN_SA_FLOW_ERRSUB 0x0040 /* ???? guess ???? substitute inline errors */
91 #define BELKIN_SA_FLOW_OXON 0x0080 /* use XON/XOFF for output flow control */
92 #define BELKIN_SA_FLOW_IXON 0x0100 /* use XON/XOFF for input flow control */
100 #define BELKIN_SA_LSR_RDR 0x01 /* receive data ready */
101 #define BELKIN_SA_LSR_OE 0x02 /* overrun error */
102 #define BELKIN_SA_LSR_PE 0x04 /* parity error */
103 #define BELKIN_SA_LSR_FE 0x08 /* framing error */
104 #define BELKIN_SA_LSR_BI 0x10 /* break indicator */
105 #define BELKIN_SA_LSR_THE 0x20 /* tx holding register empty */
106 #define BELKIN_SA_LSR_TE 0x40 /* transmit register empty */
107 #define BELKIN_SA_LSR_ERR 0x80 /* OE | PE | FE | BI */
110 #define BELKIN_SA_MSR_DCTS 0x01 /* Delta CTS */
111 #define BELKIN_SA_MSR_DDSR 0x02 /* Delta DSR */
112 #define BELKIN_SA_MSR_DRI 0x04 /* Delta RI */
113 #define BELKIN_SA_MSR_DCD 0x08 /* Delta CD */
114 #define BELKIN_SA_MSR_CTS 0x10 /* Current CTS */
115 #define BELKIN_SA_MSR_DSR 0x20 /* Current DSR */
116 #define BELKIN_SA_MSR_RI 0x40 /* Current RI */
117 #define BELKIN_SA_MSR_CD 0x80 /* Current CD */