diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
| -rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 20 | 
1 files changed, 16 insertions, 4 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index bf086728548..ed160def858 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -569,11 +569,23 @@  #define OCT_US101_PID		0x0421	/* OCT US101 USB to RS-232 */  /* - * Icom ID-1 digital transceiver + * Definitions for Icom Inc. devices   */ - -#define ICOM_ID1_VID            0x0C26 -#define ICOM_ID1_PID            0x0004 +#define ICOM_VID		0x0C26 /* Icom vendor ID */ +/* Note: ID-1 is a communications tranceiver for HAM-radio operators */ +#define ICOM_ID_1_PID		0x0004 /* ID-1 USB to RS-232 */ +/* Note: OPC is an Optional cable to connect an Icom Tranceiver */ +#define ICOM_OPC_U_UC_PID	0x0018 /* OPC-478UC, OPC-1122U cloning cable */ +/* Note: ID-RP* devices are Icom Repeater Devices for HAM-radio */ +#define ICOM_ID_RP2C1_PID	0x0009 /* ID-RP2C Asset 1 to RS-232 */ +#define ICOM_ID_RP2C2_PID	0x000A /* ID-RP2C Asset 2 to RS-232 */ +#define ICOM_ID_RP2D_PID	0x000B /* ID-RP2D configuration port*/ +#define ICOM_ID_RP2VT_PID	0x000C /* ID-RP2V Transmit config port */ +#define ICOM_ID_RP2VR_PID	0x000D /* ID-RP2V Receive config port */ +#define ICOM_ID_RP4KVT_PID	0x0010 /* ID-RP4000V Transmit config port */ +#define ICOM_ID_RP4KVR_PID	0x0011 /* ID-RP4000V Receive config port */ +#define ICOM_ID_RP2KVT_PID	0x0012 /* ID-RP2000V Transmit config port */ +#define ICOM_ID_RP2KVR_PID	0x0013 /* ID-RP2000V Receive config port */  /*   * GN Otometrics (http://www.otometrics.com)  |