aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/serial/ftdi_sio.c1
-rw-r--r--drivers/usb/serial/ftdi_sio.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index f6a7b42cc118..ef20d83a81b8 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -483,6 +483,7 @@ static struct usb_device_id id_table_combined [] = {
483 { USB_DEVICE(FTDI_VID, FTDI_TTUSB_PID) }, 483 { USB_DEVICE(FTDI_VID, FTDI_TTUSB_PID) },
484 { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_777_PID) }, 484 { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_777_PID) },
485 { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_8900F_PID) }, 485 { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_8900F_PID) },
486 { USB_DEVICE(FTDI_VID, FTDI_PCDJ_DAC2_PID) },
486 { }, /* Optional parameter entry */ 487 { }, /* Optional parameter entry */
487 { } /* Terminating entry */ 488 { } /* Terminating entry */
488}; 489};
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 07d4833c42e1..09807afaf583 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -56,6 +56,12 @@
56#define FTDI_VNHCPCUSB_D_PID 0xfe38 /* Product Id */ 56#define FTDI_VNHCPCUSB_D_PID 0xfe38 /* Product Id */
57 57
58/* 58/*
59 * PCDJ use ftdi based dj-controllers. The following PID is for their DAC-2 device
60 * http://www.pcdjhardware.com/DAC2.asp (PID sent by Wouter Paesen)
61 * (the VID is the standard ftdi vid (FTDI_VID) */
62#define FTDI_PCDJ_DAC2_PID 0xFA88
63
64/*
59 * The following are the values for the Matrix Orbital LCD displays, 65 * The following are the values for the Matrix Orbital LCD displays,
60 * which are the FT232BM ( similar to the 8U232AM ) 66 * which are the FT232BM ( similar to the 8U232AM )
61 */ 67 */