Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19187
b: refs/heads/master
c: ce40d29
h: refs/heads/master
i:
  19185: d56dad4
  19183: 70493ca
v: v3
  • Loading branch information
Wouter Paesen authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 5fb22a4 commit cecf6bf
Show file tree
Hide file tree
Showing 3 changed files with 8 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: a94b52ac84828e193d18c96c1334c9997b524a35
refs/heads/master: ce40d290c111c3d418ef444f82c349de134a0a74
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 @@ -483,6 +483,7 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(FTDI_VID, FTDI_TTUSB_PID) },
{ 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) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};
Expand Down
6 changes: 6 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
/* (the VID is the standard ftdi vid (FTDI_VID) */
#define FTDI_VNHCPCUSB_D_PID 0xfe38 /* Product Id */

/*
* PCDJ use ftdi based dj-controllers. The following PID is for their DAC-2 device
* http://www.pcdjhardware.com/DAC2.asp (PID sent by Wouter Paesen)
* (the VID is the standard ftdi vid (FTDI_VID) */
#define FTDI_PCDJ_DAC2_PID 0xFA88

/*
* The following are the values for the Matrix Orbital LCD displays,
* which are the FT232BM ( similar to the 8U232AM )
Expand Down

0 comments on commit cecf6bf

Please sign in to comment.