diff options
author | Wouter Paesen <wouter@kangaroot.net> | 2006-01-03 08:30:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 20:23:36 -0500 |
commit | ce40d290c111c3d418ef444f82c349de134a0a74 (patch) | |
tree | 21710f30e3b069c63d8312d25c1aff3425671941 /drivers/usb/serial/ftdi_sio.h | |
parent | a94b52ac84828e193d18c96c1334c9997b524a35 (diff) |
[PATCH] USB: ftdi_sio: new PID for PCDJ DAC2
The attached patch adds a new PID for the ftdi_sio driver. It will
enable support for PC-DJ's DAC-2 controller module
(more information on http://www.pcdjhardware.com/DAC2.asp)
Signed-off-by: Wouter Paesen <wouter@kangaroot.net>
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 | 6 |
1 files changed, 6 insertions, 0 deletions
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 | */ |