Lines Matching +full:serial +full:- +full:id
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
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) */
73 #define BELKIN_SA_STOP_BITS(b) (b-1)
75 #define BELKIN_SA_DATA_BITS(b) (b-5)