Re: [PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product

2015-03-16 Thread Johan Hovold
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 Applied, thanks. Johan -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product

2015-03-16 Thread Johan Hovold
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 car...@cardoe.com Applied, thanks. Johan -- To unsubscribe from this list: send the line unsubscribe

[PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product

2015-03-15 Thread 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 --- 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

[PATCH] USB: ftdi_sio: Added custom PID for Synapse Wireless product

2015-03-15 Thread 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 car...@cardoe.com --- drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 6 ++ 2 files changed, 7 insertions(+) diff --git