Lines Matching +full:serial +full:- +full:state
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…
55 #define BELKIN_SA_SET_DTR_REQUEST 10 /* Set DTR state */
56 #define BELKIN_SA_SET_RTS_REQUEST 11 /* Set RTS state */
57 #define BELKIN_SA_SET_BREAK_REQUEST 12 /* Set BREAK state */
73 #define BELKIN_SA_STOP_BITS(b) (b-1)
75 #define BELKIN_SA_DATA_BITS(b) (b-5)