Hi, 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)
------------------------------------------------------------------------ Wouter Paesen Kangaroot Linux Solutions System Adminstrator / Developer Grote Steenweg 91 [EMAIL PROTECTED] 2600 Berchem Tel: +32 3 286 17 10 Belgium Fax: +32 3 281 23 49 ------------------------- http://www.kangaroot.net --------------------- Signed-off-by: Wouter Paesen <[EMAIL PROTECTED]> diff -uprN -X linux-2.6.15-vanilla/Documentation/dontdiff linux-2.6.15-vanilla/drivers/usb/serial/ftdi_sio.c linux-2.6.15/drivers/usb/serial/ftdi_sio.c --- linux-2.6.15-vanilla/drivers/usb/serial/ftdi_sio.c 2006-01-03 04:21:10.000000000 +0100 +++ linux-2.6.15/drivers/usb/serial/ftdi_sio.c 2006-01-03 12:59:15.000000000 +0100 @@ -477,6 +477,7 @@ static struct usb_device_id id_table_com { USB_DEVICE(FTDI_VID, FTDI_ATIK_ATK16HR_PID) }, { USB_DEVICE(KOBIL_VID, KOBIL_CONV_B1_PID) }, { USB_DEVICE(KOBIL_VID, KOBIL_CONV_KAAN_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_PCDJ_DAC2_PID) }, { }, /* Optional parameter entry */ { } /* Terminating entry */ }; diff -uprN -X linux-2.6.15-vanilla/Documentation/dontdiff linux-2.6.15-vanilla/drivers/usb/serial/ftdi_sio.h linux-2.6.15/drivers/usb/serial/ftdi_sio.h --- linux-2.6.15-vanilla/drivers/usb/serial/ftdi_sio.h 2006-01-03 04:21:10.000000000 +0100 +++ linux-2.6.15/drivers/usb/serial/ftdi_sio.h 2006-01-03 12:58:53.000000000 +0100 @@ -51,6 +51,12 @@ #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 ) */ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel