diff options
author | Michał Wróbel <michal.wrobel@flytronic.pl> | 2012-03-15 12:24:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-15 15:34:30 -0400 |
commit | 57e596f3af88ef52dea9640ed5e34ecd38893a02 (patch) | |
tree | 6d6b3beca4e6da9916be7529901c13ff86ef8c29 /drivers/usb/serial/ftdi_sio.c | |
parent | dc0827c128c0ee5a58b822b99d662b59f4b8e970 (diff) |
USB: ftdi_sio: new PID: LUMEL PD12
Signed-off-by: Michał Wróbel <michal.wrobel@flytronic.pl>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.c')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 793479495f66..7c229d304684 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -853,6 +853,7 @@ static struct usb_device_id id_table_combined [] = { | |||
853 | { USB_DEVICE(FTDI_VID, FTDI_RF_R106) }, | 853 | { USB_DEVICE(FTDI_VID, FTDI_RF_R106) }, |
854 | { USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID), | 854 | { USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID), |
855 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, | 855 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, |
856 | { USB_DEVICE(FTDI_VID, FTDI_LUMEL_PD12_PID) }, | ||
856 | { }, /* Optional parameter entry */ | 857 | { }, /* Optional parameter entry */ |
857 | { } /* Terminating entry */ | 858 | { } /* Terminating entry */ |
858 | }; | 859 | }; |