Lines Matching +full:product +full:- +full:files
1 /* SPDX-License-Identifier: GPL-2.0+ */
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
34 #define BELKIN_DOCKSTATION_PID 0x1203 /* Product Id */
37 #define BELKIN_SA_PID 0x0103 /* Product Id */
73 #define BELKIN_SA_STOP_BITS(b) (b-1)
75 #define BELKIN_SA_DATA_BITS(b) (b-5)