Lines Matching +full:serial +full:- +full:output
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Definitions for Belkin USB Serial Adapter Driver
8 * This program is largely derived from work by the linux-usb group
9 * and associated source files. Please see the usb/serial files for
12 * See Documentation/usb/usb-serial.rst for more information on using this
15 * 12-Mar-2001 gkh
16 * Added GoHubs GO-COM232 device id.
18 * 06-Nov-2000 gkh
21 * 12-Oct-2000 William Greathouse
22 * First cut at supporting Belkin USB Serial Adapter F5U103
40 #define BELKIN_OLD_PID 0x8007 /* Belkin's "old" single port serial converter's id */
43 #define PERACOM_PID 0x0001 /* Peracom's single port serial converter's id */
46 #define GOHUBS_PID 0x1000 /* GoHubs single port serial converter's id (identical to the Peracom dev…
73 #define BELKIN_SA_STOP_BITS(b) (b-1)
75 #define BELKIN_SA_DATA_BITS(b) (b-5)
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 */
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 */
91 #define BELKIN_SA_FLOW_OXON 0x0080 /* use XON/XOFF for output flow control */