]> git.hungrycats.org Git - linux/commitdiff
USB: ftdi_sio: Added custom PID for Synapse Wireless product
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 16 Mar 2015 02:56:04 +0000 (21:56 -0500)
committerZefan Li <lizefan@huawei.com>
Fri, 19 Jun 2015 03:40:29 +0000 (11:40 +0800)
commit 4899c054a90439477b24da8977db8d738376fe90 upstream.

Synapse Wireless uses the FTDI VID with a custom PID of 0x9090 for their
SNAP Stick 200 product.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h

index 13420bc4e730feec9df92a7f0ad7643fc3b7307f..97392ec0675fc96931cfeeb4c8e28bac9563a3a9 100644 (file)
@@ -628,6 +628,7 @@ static struct usb_device_id id_table_combined [] = {
                .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
        { USB_DEVICE(FTDI_VID, FTDI_NT_ORIONLXM_PID),
                .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
+       { USB_DEVICE(FTDI_VID, FTDI_SYNAPSE_SS200_PID) },
        /*
         * ELV devices:
         */
index 261875e0861dfe023b2d68998d526c2f083b758c..105b9826d8d6c0aa6bc2132ffab6f2c174a9c3ca 100644 (file)
  */
 #define FTDI_NT_ORIONLXM_PID   0x7c90  /* OrionLXm Substation Automation Platform */
 
+/*
+ * Synapse Wireless product ids (FTDI_VID)
+ * http://www.synapse-wireless.com
+ */
+#define FTDI_SYNAPSE_SS200_PID 0x9090 /* SS200 - SNAP Stick 200 */
+
 
 /********************************/
 /** third-party VID/PID combos **/