Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] USB: ftdi_sio: add support for ASK RDR 400 series card reader

This patch adds support for an ASK RDR 400 series contactless card
reader <http://www.ask.fr/uk/products_and_services/terminals.html> to
the ftdi_sio driver's device ID table. The product ID was supplied by
Adriano Couto on the ftdi-usb-sio-devel list.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ian Abbott and committed by
Greg Kroah-Hartman
7e0258fd 69737dfa

+6
+1
drivers/usb/serial/ftdi_sio.c
··· 495 495 { USB_DEVICE(FTDI_VID, FTDI_WESTREX_MODEL_8900F_PID) }, 496 496 { USB_DEVICE(FTDI_VID, FTDI_PCDJ_DAC2_PID) }, 497 497 { USB_DEVICE(FTDI_VID, FTDI_RRCIRKITS_LOCOBUFFER_PID) }, 498 + { USB_DEVICE(FTDI_VID, FTDI_ASK_RDR400_PID) }, 498 499 { USB_DEVICE(ICOM_ID1_VID, ICOM_ID1_PID) }, 499 500 { USB_DEVICE(PAPOUCH_VID, PAPOUCH_TMU_PID) }, 500 501 { }, /* Optional parameter entry */
+5
drivers/usb/serial/ftdi_sio.h
··· 156 156 #define ICOM_ID1_PID 0x0004 157 157 158 158 /* 159 + * ASK.fr devices 160 + */ 161 + #define FTDI_ASK_RDR400_PID 0xC991 /* ASK RDR 400 series card reader */ 162 + 163 + /* 159 164 * DSS-20 Sync Station for Sony Ericsson P800 160 165 */ 161 166