diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-05 10:19:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-06-05 10:19:45 -0400 |
commit | 9d082030692ab37c7d5c1f357b34d9170256d581 (patch) | |
tree | 8183f2902684e90b72865ad621213f5463e9aa49 /drivers/usb | |
parent | 13557b5d8477cc978b4ef08424f69789858670d0 (diff) | |
parent | df72d588c54dad57dabb3cc8a87475d8ed66d806 (diff) |
Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Johan writes:
USB-serial fixes for v4.1-rc7
Here are a couple of new device ids.
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/cp210x.c | 1 | ||||
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 1 | ||||
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c index 9031750e7404..ffd739e31bfc 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c | |||
@@ -128,6 +128,7 @@ static const struct usb_device_id id_table[] = { | |||
128 | { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */ | 128 | { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */ |
129 | { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */ | 129 | { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */ |
130 | { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */ | 130 | { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */ |
131 | { USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */ | ||
131 | { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ | 132 | { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ |
132 | { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ | 133 | { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ |
133 | { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */ | 134 | { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */ |
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 8eb68a31cab6..4c8b3b82103d 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -699,6 +699,7 @@ static const struct usb_device_id id_table_combined[] = { | |||
699 | { USB_DEVICE(XSENS_VID, XSENS_AWINDA_DONGLE_PID) }, | 699 | { USB_DEVICE(XSENS_VID, XSENS_AWINDA_DONGLE_PID) }, |
700 | { USB_DEVICE(XSENS_VID, XSENS_AWINDA_STATION_PID) }, | 700 | { USB_DEVICE(XSENS_VID, XSENS_AWINDA_STATION_PID) }, |
701 | { USB_DEVICE(XSENS_VID, XSENS_CONVERTER_PID) }, | 701 | { USB_DEVICE(XSENS_VID, XSENS_CONVERTER_PID) }, |
702 | { USB_DEVICE(XSENS_VID, XSENS_MTDEVBOARD_PID) }, | ||
702 | { USB_DEVICE(XSENS_VID, XSENS_MTW_PID) }, | 703 | { USB_DEVICE(XSENS_VID, XSENS_MTW_PID) }, |
703 | { USB_DEVICE(FTDI_VID, FTDI_OMNI1509) }, | 704 | { USB_DEVICE(FTDI_VID, FTDI_OMNI1509) }, |
704 | { USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) }, | 705 | { USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) }, |
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 4e4f46f3c89c..792e054126de 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h | |||
@@ -155,6 +155,7 @@ | |||
155 | #define XSENS_AWINDA_STATION_PID 0x0101 | 155 | #define XSENS_AWINDA_STATION_PID 0x0101 |
156 | #define XSENS_AWINDA_DONGLE_PID 0x0102 | 156 | #define XSENS_AWINDA_DONGLE_PID 0x0102 |
157 | #define XSENS_MTW_PID 0x0200 /* Xsens MTw */ | 157 | #define XSENS_MTW_PID 0x0200 /* Xsens MTw */ |
158 | #define XSENS_MTDEVBOARD_PID 0x0300 /* Motion Tracker Development Board */ | ||
158 | #define XSENS_CONVERTER_PID 0xD00D /* Xsens USB-serial converter */ | 159 | #define XSENS_CONVERTER_PID 0xD00D /* Xsens USB-serial converter */ |
159 | 160 | ||
160 | /* Xsens devices using FTDI VID */ | 161 | /* Xsens devices using FTDI VID */ |