Skip to content

Commit 8207823

Browse files
Michael F. Robbinsgregkh
authored andcommitted
USB: serial: ch341: New VID/PID for CH341 USB-serial
Recent USB-serial devices using the WinChipHead CH340/CH341 chipset are being shipped with a new vendor/product ID code pair, but an otherwise identical device. (This is confirmed by looking at INF for the included Windows driver.) Patch is tested and working, both with new and old devices. Signed-off-by: Michael F. Robbins <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f82b987 commit 8207823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/ch341.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static int debug;
2828

2929
static struct usb_device_id id_table [] = {
3030
{ USB_DEVICE(0x4348, 0x5523) },
31+
{ USB_DEVICE(0x1a86, 0x7523) },
3132
{ },
3233
};
3334
MODULE_DEVICE_TABLE(usb, id_table);

0 commit comments

Comments
 (0)