lkml.org 
[lkml]   [2009]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] ftdi_sio driver support of bar code scanner from Diebold
Added the product id of bcs(bar code scanner) from Diebold Procomp Brazil.

Signed-off-by: Mhayk Whandson <eu@mhayk.com.br>

--- linux-2.6.28/drivers/usb/serial/ftdi_sio.h.orig 2009-01-09
06:34:44.000000000 -0400
+++ linux-2.6.28/drivers/usb/serial/ftdi_sio.h 2009-01-09
06:35:10.000000000 -0400
@@ -20,6 +20,9 @@
* Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais
* from Rudolf Gugler
*
+ * Mhayk Whandson - eu@mhayk.com.br - added the Product ID of the USB Bar Code
+ * Scanner from Diebold Procomp Brazil.
+ *
*/

#define FTDI_VID 0x0403 /* Vendor Id */
@@ -881,6 +884,11 @@
#define RATOC_PRODUCT_ID_USB60F 0xb020

/*
+ * DIEBOLD BCS SE923
+ */
+#define DIEBOLD_BCS_SE923_PID 0xfb99
+
+/*
* BmRequestType: 1100 0000b
* bRequest: FTDI_E2_READ
* wValue: 0
--- linux-2.6.28/drivers/usb/serial/ftdi_sio.c.orig 2009-01-09
06:34:38.000000000 -0400
+++ linux-2.6.28/drivers/usb/serial/ftdi_sio.c 2009-01-09
06:35:10.000000000 -0400
@@ -660,6 +660,7 @@ static struct usb_device_id id_table_com
{ USB_DEVICE(PAPOUCH_VID, PAPOUCH_QUIDO4x4_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_DOMINTELL_DGQG_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_DOMINTELL_DUSB_PID) },
+ { USB_DEVICE(FTDI_VID, DIEBOLD_BCS_SE923_PID) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};

--
Mhayk Whandson
Linux User #413723
E-mail: eu@mhayk.com.br
\
 
 \ /
  Last update: 2009-01-09 11:51    [W:0.041 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site