Lines Matching +full:usb +full:- +full:to +full:- +full:serial
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
23 * I did not have a copy of the original work to support this
25 * I am using to write this driver was acquired by using a modified
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…
47 #define HANDYLINK_PID 0x1200 /* HandyLink USB's id (identical to the Peracom device) */
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 */
86 #define BELKIN_SA_FLOW_IDSR 0x0004 /* use DSR input to enable receive */
89 #define BELKIN_SA_FLOW_ORTS 0x0020 /* use RTS to indicate data available to send */
97 * be used in a "DOS" environment to simulate a standard hardware port.