Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22095
b: refs/heads/master
c: bf58fbd
h: refs/heads/master
i:
  22093: 6eab307
  22091: dfb2514
  22087: 8bb041a
  22079: 7df66fb
v: v3
  • Loading branch information
A. Maitland Bottoms authored and Greg Kroah-Hartman committed Mar 20, 2006
1 parent 4eb4139 commit 8aa973e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59224f5352542b968c41200954e56c26c4f0a075
refs/heads/master: bf58fbd5e86a43466e638407ff8a4eb7766a3b68
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_777_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_8900F_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_PCDJ_DAC2_PID) },
{ USB_DEVICE(ICOM_ID1_VID, ICOM_ID1_PID) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,13 @@
#define KOBIL_CONV_B1_PID 0x2020 /* KOBIL Konverter for B1 */
#define KOBIL_CONV_KAAN_PID 0x2021 /* KOBIL_Konverter for KAAN */

/*
* Icom ID-1 digital transceiver
*/

#define ICOM_ID1_VID 0x0C26
#define ICOM_ID1_PID 0x0004

/*
* DSS-20 Sync Station for Sony Ericsson P800
*/
Expand Down

0 comments on commit 8aa973e

Please sign in to comment.