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

USB: serial: cp210x: add new device id

Lorenz Messtechnik has a device that is controlled by the cp210x driver,
so add the device id to the driver. The device id was provided by
Silicon-Labs for the devices from this vendor.

Reported-by: Uli <t9cpu@web.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>

authored by

Greg Kroah-Hartman and committed by
Johan Hovold
a595ecdd 2908b076

+1
+1
drivers/usb/serial/cp210x.c
··· 80 80 { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */ 81 81 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */ 82 82 { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */ 83 + { USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */ 83 84 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */ 84 85 { USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */ 85 86 { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */