forked from luck/tmp_suning_uos_patched
USB: ftdi_sio: add of a new product/manufacturer, TML
I have added to a new product based on the FTDI 232R USB/Serial transceiver, which is commercialized by The Mobility Lab. Here is a trivial patch enclosed, against 2.6.22.6 kernel. Signed-off-by: Pierre Castella <pp.castella@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ca9024eb6c
commit
d7fde2d672
@ -568,6 +568,7 @@ static struct usb_device_id id_table_combined [] = {
|
|||||||
{ USB_DEVICE(ELEKTOR_VID, ELEKTOR_FT323R_PID) },
|
{ USB_DEVICE(ELEKTOR_VID, ELEKTOR_FT323R_PID) },
|
||||||
{ USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
|
{ USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
|
||||||
{ USB_DEVICE(FTDI_VID, FTDI_MAXSTREAM_PID) },
|
{ USB_DEVICE(FTDI_VID, FTDI_MAXSTREAM_PID) },
|
||||||
|
{ USB_DEVICE(TML_VID, TML_USB_SERIAL_PID) },
|
||||||
{ USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_PID),
|
{ USB_DEVICE(OLIMEX_VID, OLIMEX_ARM_USB_OCD_PID),
|
||||||
.driver_info = (kernel_ulong_t)&ftdi_olimex_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_olimex_quirk },
|
||||||
{ }, /* Optional parameter entry */
|
{ }, /* Optional parameter entry */
|
||||||
|
@ -534,6 +534,14 @@
|
|||||||
#define OLIMEX_VID 0x15BA
|
#define OLIMEX_VID 0x15BA
|
||||||
#define OLIMEX_ARM_USB_OCD_PID 0x0003
|
#define OLIMEX_ARM_USB_OCD_PID 0x0003
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* The Mobility Lab (TML)
|
||||||
|
* Submitted by Pierre Castella
|
||||||
|
*/
|
||||||
|
#define TML_VID 0x1B91 /* Vendor ID */
|
||||||
|
#define TML_USB_SERIAL_PID 0x0064 /* USB - Serial Converter */
|
||||||
|
|
||||||
/* Commands */
|
/* Commands */
|
||||||
#define FTDI_SIO_RESET 0 /* Reset the port */
|
#define FTDI_SIO_RESET 0 /* Reset the port */
|
||||||
#define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */
|
#define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */
|
||||||
|
Loading…
Reference in New Issue
Block a user