[PATCH] USB: ftdi_sio: new IDs for KOBIL devices

This patch adds two new devices to the ftdi_sio driver's device ID
table. The device IDs were supplied by Stefan Nies of KOBIL Systems for
two of their devices using the FTDI chip.

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

authored by Ian Abbott and committed by Linus Torvalds b4723ae3 0b67ba63

+9
+2
drivers/usb/serial/ftdi_sio.c
··· 475 475 { USB_DEVICE(FTDI_VID, FTDI_ARTEMIS_PID) }, 476 476 { USB_DEVICE(FTDI_VID, FTDI_ATIK_ATK16_PID) }, 477 477 { USB_DEVICE(FTDI_VID, FTDI_ATIK_ATK16HR_PID) }, 478 + { USB_DEVICE(KOBIL_VID, KOBIL_CONV_B1_PID) }, 479 + { USB_DEVICE(KOBIL_VID, KOBIL_CONV_KAAN_PID) }, 478 480 { }, /* Optional parameter entry */ 479 481 { } /* Terminating entry */ 480 482 };
+7
drivers/usb/serial/ftdi_sio.h
··· 128 128 #define SEALEVEL_2803_8_PID 0X2883 /* SeaLINK+8 (2803) Port 8 */ 129 129 130 130 /* 131 + * The following are the values for two KOBIL chipcard terminals. 132 + */ 133 + #define KOBIL_VID 0x0d46 /* KOBIL Vendor ID */ 134 + #define KOBIL_CONV_B1_PID 0x2020 /* KOBIL Konverter for B1 */ 135 + #define KOBIL_CONV_KAAN_PID 0x2021 /* KOBIL_Konverter for KAAN */ 136 + 137 + /* 131 138 * DSS-20 Sync Station for Sony Ericsson P800 132 139 */ 133 140