Skip to content

Commit a595ecd

Browse files
gregkhjhovold
authored andcommitted
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>
1 parent 2908b07 commit a595ecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ static const struct usb_device_id id_table[] = {
8080
{ USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */
8181
{ USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
8282
{ USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
83+
{ USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */
8384
{ USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
8485
{ USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */
8586
{ USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */

0 commit comments

Comments
 (0)