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

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 <mrobbins@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Michael F. Robbins and committed by
Greg Kroah-Hartman
82078234 f82b9878

+1
+1
drivers/usb/serial/ch341.c
··· 28 28 29 29 static struct usb_device_id id_table [] = { 30 30 { USB_DEVICE(0x4348, 0x5523) }, 31 + { USB_DEVICE(0x1a86, 0x7523) }, 31 32 { }, 32 33 }; 33 34 MODULE_DEVICE_TABLE(usb, id_table);