linux/drivers/usb/serial
Johan Hovold d70a6783f7 USB: serial: simple: add Motorola Tetra MTP6550 id
commit f5fad711c0 upstream.

Add device-id for the Motorola Tetra radio MTP6550.

Bus 001 Device 004: ID 0cad:9012 Motorola CGISS
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0cad Motorola CGISS
  idProduct          0x9012
  bcdDevice           24.16
  iManufacturer           1 Motorola Solutions, Inc.
  iProduct                2 TETRA PEI interface
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           55
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          3 Generic Serial config
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Reported-by: Hans Hult <hanshult35@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-10-13 09:11:33 +02:00
..
aircable.c USB: serial: correct spelling mistakes in comments 2014-01-03 12:39:31 -08:00
ark3116.c USB: serial: ark3116: fix open error handling 2017-05-14 13:32:56 +02:00
belkin_sa.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
belkin_sa.h
bus.c USB: serial: clean up bus probe error handling 2015-02-26 17:13:05 +01:00
ch341.c USB: serial: ch341: fix type promotion bug in ch341_control_in() 2018-07-17 11:31:43 +02:00
console.c USB: serial: console: fix use-after-free after failed setup 2017-10-18 09:20:43 +02:00
cp210x.c USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick 2018-07-17 11:31:43 +02:00
cyberjack.c USB: serial: cyberjack: fix NULL-deref at open 2017-01-12 11:22:46 +01:00
cypress_m8.c USB: cypress_m8: add endpoint sanity check 2016-04-12 09:08:42 -07:00
cypress_m8.h USB: cypress_m8: only wake up MSR queue on changes 2014-01-03 12:42:24 -08:00
digi_acceleport.c USB: serial: digi_acceleport: fix incomplete rx sanity check 2017-05-14 13:32:56 +02:00
empeg.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
ezusb_convert.pl
f81232.c USB: f81232: fix some minor style issues 2015-03-27 17:36:29 +01:00
ftdi_sio_ids.h USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator 2018-04-08 11:52:00 +02:00
ftdi_sio.c USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster 2018-05-02 07:53:39 -07:00
ftdi_sio.h
garmin_gps.c USB: serial: garmin_gps: fix memory leak on probe errors 2017-11-21 09:21:23 +01:00
generic.c USB: serial: fix infinite wait_until_sent timeout 2015-03-07 03:44:14 +01:00
io_16654.h
io_edgeport.c USB: serial: io_edgeport: fix possible sleep-in-atomic 2018-02-03 17:04:30 +01:00
io_edgeport.h
io_ionsp.h
io_tables.h
io_ti.c USB: serial: io_ti: fix div-by-zero in set_termios 2017-05-25 14:30:13 +02:00
io_ti.h USB: serial: io_ti: fix array underflow in completion handler 2018-09-26 08:35:08 +02:00
io_usbvend.h USB: io_ti: fix firmware download on big-endian machines (part 2) 2014-05-27 15:12:57 -07:00
ipaq.c USB: ipaq.c: fix a timeout loop 2015-12-18 09:30:34 -08:00
ipw.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
ir-usb.c USB: serial: remove redundant OOM messages 2014-01-03 12:31:46 -08:00
iuu_phoenix.c USB: serial: iuu_phoenix: fix NULL-deref at open 2017-01-12 11:22:46 +01:00
iuu_phoenix.h
Kconfig USB: serial: simple: add libtransistor console 2018-05-02 07:53:39 -07:00
keyspan_pda.c USB: serial: keyspan_pda: fix modem-status error handling 2018-07-17 11:31:43 +02:00
keyspan_usa26msg.h USB: serial: correct spelling mistakes in comments 2014-01-03 12:39:31 -08:00
keyspan_usa28msg.h
keyspan_usa49msg.h
keyspan_usa67msg.h
keyspan_usa90msg.h
keyspan.c USB: serial: keyspan: fix use-after-free in probe error path 2016-06-01 12:15:51 -07:00
keyspan.h
kl5kusb105.c USB: serial: kl5kusb105: fix line-state error handling 2017-01-19 20:17:20 +01:00
kl5kusb105.h
kobil_sct.c USB: serial: kobil_sct: fix modem-status error handling 2018-10-10 08:52:04 +02:00
kobil_sct.h
Makefile USB: serial: remove zte_ev driver 2014-09-15 18:43:08 +02:00
Makefile-keyspan_pda_fw
mct_u232.c USB: serial: mct_u232: fix big-endian baud-rate handling 2017-05-25 14:30:13 +02:00
mct_u232.h
metro-usb.c USB: serial: metro-usb: add MS7820 device id 2017-10-27 10:23:15 +02:00
mos7720.c USB: serial: mos7720: fix control-message error handling 2017-10-08 10:14:17 +02:00
mos7840.c USB: serial: mos7840: fix status-register error handling 2018-07-17 11:31:43 +02:00
mxuport.c USB: serial: mxuport: fix use-after-free in probe error path 2016-06-01 12:15:51 -07:00
navman.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
omninet.c USB: serial: omninet: fix reference leaks at open 2017-03-18 19:09:58 +08:00
opticon.c USB: serial: opticon: fix CTS retrieval at open 2017-02-26 11:07:51 +01:00
option.c USB: option: add support for DW5821e 2018-08-22 07:48:37 +02:00
oti6858.c USB: serial: oti6858: fix NULL-deref at open 2017-01-12 11:22:46 +01:00
oti6858.h
pl2303.c USB: serial: pl2303: new device id for Chilitag 2018-02-03 17:04:29 +01:00
pl2303.h USB: serial: pl2303: new device id for Chilitag 2018-02-03 17:04:29 +01:00
qcaux.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
qcserial.c USB: serial: qcserial: add Sierra Wireless EM7565 2018-01-02 20:33:27 +01:00
quatech2.c USB: serial: quatech2: fix control-message error handling 2017-05-14 13:32:57 +02:00
safe_serial.c USB: serial: safe_serial: fix information leak in completion handler 2017-03-18 19:09:57 +08:00
sierra.c USB: serial: sierra: fix potential deadlock at close 2018-08-22 07:48:37 +02:00
spcp8x5.c USB: serial: spcp8x5: fix modem-status handling 2017-02-26 11:07:51 +01:00
ssu100.c USB: serial: ssu100: fix control-message error handling 2017-05-14 13:32:56 +02:00
symbolserial.c USB: symbolserial: Correct transferred data size 2015-08-18 10:06:22 -07:00
ti_usb_3410_5052.c USB: serial: ti_usb_3410_5052: fix control-message error handling 2017-05-14 13:32:56 +02:00
ti_usb_3410_5052.h USB: serial: ti_usb_3410_5052: fix array underflow in completion handler 2018-09-26 08:35:10 +02:00
usb_debug.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
usb_wwan.c USB: usb_wwan/option: generalize option_send_setup for other drivers 2015-10-09 12:42:40 +02:00
usb-serial-simple.c USB: serial: simple: add Motorola Tetra MTP6550 id 2018-10-13 09:11:33 +02:00
usb-serial.c USB: serial: fix potential NULL-dereference at probe 2016-11-10 16:36:33 +01:00
usb-wwan.h USB: usb_wwan/option: generalize option_send_setup for other drivers 2015-10-09 12:42:40 +02:00
visor.c USB: serial: visor: handle potential invalid device configuration 2018-05-16 10:06:49 +02:00
visor.h USB: serial: correct spelling mistakes in comments 2014-01-03 12:39:31 -08:00
whiteheat.c USB: whiteheat: fix potential null-deref at probe 2015-09-23 12:15:19 -07:00
whiteheat.h
wishbone-serial.c usb: delete non-required instances of include <linux/init.h> 2014-01-08 15:01:39 -08:00
xsens_mt.c usb: serial: xsens_mt: always bind to interface number 1 2014-09-04 11:18:26 +02:00