diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2006-03-14 18:44:23 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:50:02 -0500 |
commit | bf58fbd5e86a43466e638407ff8a4eb7766a3b68 (patch) | |
tree | 5f7910e45218b8b32ee11d84a90ab72376ba157d /drivers/usb/serial/ftdi_sio.h | |
parent | 59224f5352542b968c41200954e56c26c4f0a075 (diff) |
[PATCH] USB: ftdi_sio: add Icom ID1 USB product and vendor ids
The Icom ID-1 1.2 GHz band digital transceiver is a new radio
that has a USB interface. With this patch, the ftdi_sio driver
will report "Detected FT8U232AM" and provide a serial device
interface.
Signed-off-by: "A. Maitland Bottoms" <bottoms@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index bdef3b8c731f..8da773c2744d 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -146,6 +146,13 @@ | |||
146 | #define KOBIL_CONV_KAAN_PID 0x2021 /* KOBIL_Konverter for KAAN */ | 146 | #define KOBIL_CONV_KAAN_PID 0x2021 /* KOBIL_Konverter for KAAN */ |
147 | 147 | ||
148 | /* | 148 | /* |
149 | * Icom ID-1 digital transceiver | ||
150 | */ | ||
151 | |||
152 | #define ICOM_ID1_VID 0x0C26 | ||
153 | #define ICOM_ID1_PID 0x0004 | ||
154 | |||
155 | /* | ||
149 | * DSS-20 Sync Station for Sony Ericsson P800 | 156 | * DSS-20 Sync Station for Sony Ericsson P800 |
150 | */ | 157 | */ |
151 | 158 | ||