Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40985
b: refs/heads/master
c: 40c3609
h: refs/heads/master
i:
  40983: 78e0e56
v: v3
  • Loading branch information
Kjell Myksvoll authored and Greg Kroah-Hartman committed Nov 16, 2006
1 parent cf3d1f9 commit e0c6500
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3da2495c0a92723d58cacaaff48dc60a29ddaae6
refs/heads/master: 40c36092f75ae2026e35feb4f85caa143b64423a
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 @@ -511,6 +511,7 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_TACTRIX_OPENPORT_13M_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_TACTRIX_OPENPORT_13S_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_TACTRIX_OPENPORT_13U_PID) },
{ USB_DEVICE(ELEKTOR_VID, ELEKTOR_FT323R_PID) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
8 changes: 7 additions & 1 deletion trunk/drivers/usb/serial/ftdi_sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,16 @@
*/
#define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */

/*
* FTDI USB UART chips used in construction projects from the
* Elektor Electronics magazine (http://elektor-electronics.co.uk)
*/
#define ELEKTOR_VID 0x0C7D
#define ELEKTOR_FT323R_PID 0x0005 /* RFID-Reader, issue 09-2006 */

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

#define FTDI_DSS20_PID 0xFC82

/*
Expand Down

0 comments on commit e0c6500

Please sign in to comment.