Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: serial: simple: add Motorola Tetra TPG2200 device id

Add new Motorola Tetra device id for Motorola Solutions TETRA PEI device

T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 4 Spd=480 MxCh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0cad ProdID=9016 Rev=24.16
S: Manufacturer=Motorola Solutions, Inc.
S: Product=TETRA PEI interface
C: #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=usb_serial_simple
I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=00 Driver=usb_serial_simple

Signed-off-by: Max Schulze <max.schulze@posteo.de>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>

authored by

Max Schulze and committed by
Johan Hovold
b81c2c33 bfeffd15

+2 -1
+2 -1
drivers/usb/serial/usb-serial-simple.c
··· 85 85 /* Motorola Tetra driver */ 86 86 #define MOTOROLA_TETRA_IDS() \ 87 87 { USB_DEVICE(0x0cad, 0x9011) }, /* Motorola Solutions TETRA PEI */ \ 88 - { USB_DEVICE(0x0cad, 0x9012) } /* MTP6550 */ 88 + { USB_DEVICE(0x0cad, 0x9012) }, /* MTP6550 */ \ 89 + { USB_DEVICE(0x0cad, 0x9016) } /* TPG2200 */ 89 90 DEVICE(motorola_tetra, MOTOROLA_TETRA_IDS); 90 91 91 92 /* Novatel Wireless GPS driver */