* [PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product
@ 2015-03-16 2:56 Doug Goldstein
2015-03-16 9:47 ` Johan Hovold
0 siblings, 1 reply; 2+ messages in thread
From: Doug Goldstein @ 2015-03-16 2:56 UTC (permalink / raw)
To: johan, gregkh, linux-usb, linux-kernel; +Cc: Doug Goldstein
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>
---
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 3086dec..247130b 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -997,6 +997,7 @@ static const struct usb_device_id id_table_combined[] = {
{ USB_DEVICE(FTDI_VID, CHETCO_SEASMART_DISPLAY_PID) },
{ USB_DEVICE(FTDI_VID, CHETCO_SEASMART_LITE_PID) },
{ USB_DEVICE(FTDI_VID, CHETCO_SEASMART_ANALOG_PID) },
+ { USB_DEVICE(FTDI_VID, FTDI_SYNAPSE_SS200_PID) },
{ } /* Terminating entry */
};
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
index 56b1b55..4e4f46f 100644
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -561,6 +561,12 @@
*/
#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 **/
--
2.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product
2015-03-16 2:56 [PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product Doug Goldstein
@ 2015-03-16 9:47 ` Johan Hovold
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2015-03-16 9:47 UTC (permalink / raw)
To: Doug Goldstein; +Cc: johan, gregkh, linux-usb, linux-kernel
On Sun, Mar 15, 2015 at 09:56:04PM -0500, Doug Goldstein wrote:
> 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>
Applied, thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-16 9:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-16 2:56 [PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product Doug Goldstein
2015-03-16 9:47 ` Johan Hovold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox