diff options
author | Алексей Крамаренко <alexeyk13@yandex.ru> | 2013-11-01 17:26:38 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-01 09:33:56 -0700 |
commit | e1466ad5b1aeda303f9282463d55798d2eda218c (patch) | |
tree | 95c48384f6d298f2fc9d6e1b019294ea4da564c5 /drivers/usb/serial/ftdi_sio.c | |
parent | f896b7968b627d71c0a462404392103c79ca8595 (diff) | |
download | lwn-e1466ad5b1aeda303f9282463d55798d2eda218c.tar.gz lwn-e1466ad5b1aeda303f9282463d55798d2eda218c.zip |
USB: serial: ftdi_sio: add id for Z3X Box device
Custom VID/PID for Z3X Box device, popular tool for cellphone flashing.
Signed-off-by: Alexey E. Kramarenko <alexeyk13@yandex.ru>
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 c45f9c0a1b34..b21d553c245b 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c @@ -904,6 +904,7 @@ static struct usb_device_id id_table_combined [] = { { USB_DEVICE(FTDI_VID, FTDI_LUMEL_PD12_PID) }, /* Crucible Devices */ { USB_DEVICE(FTDI_VID, FTDI_CT_COMET_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_Z3X_PID) }, { } /* Terminating entry */ }; |