Skip to content

Commit 46ee4ab

Browse files
AiyionPrimejhovold
authored andcommitted
USB: serial: ch341: add new Product ID for CH341A
Add PID for CH340 that's found on a ch341 based Programmer made by keeyees. The specific device that contains the serial converter is described here: http://www.keeyees.com/a/Products/ej/36.html The driver works flawlessly as soon as the new PID (0x5512) is added to it. Signed-off-by: Jan-Niklas Burfeind <kernel@aiyionpri.me> Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent c98fff7 commit 46ee4ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/serial/ch341.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ static const struct usb_device_id id_table[] = {
8484
{ USB_DEVICE(0x4348, 0x5523) },
8585
{ USB_DEVICE(0x1a86, 0x7522) },
8686
{ USB_DEVICE(0x1a86, 0x7523) },
87+
{ USB_DEVICE(0x1a86, 0x5512) },
8788
{ USB_DEVICE(0x1a86, 0x5523) },
8889
{ },
8990
};

0 commit comments

Comments
 (0)