Skip to content

Commit fa77ce2

Browse files
boomer41jhovold
authored andcommitted
USB: serial: ch341: add support for GW Instek USB2.0-Serial devices
Programmable lab power supplies made by GW Instek, such as the GPP-2323, have a USB port exposing a serial port to control the device. Stringing the supplied Windows driver, references to the ch341 chip are found. Binding the existing ch341 driver to the VID/PID of the GPP-2323 ("GW Instek USB2.0-Serial" as per the USB product name) works out of the box, communication and control is now possible. This patch should work with any GPP series power supply due to similarities in the product line. Signed-off-by: Stephan Brunner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 26291c5 commit fa77ce2

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
@@ -85,6 +85,7 @@ static const struct usb_device_id id_table[] = {
8585
{ USB_DEVICE(0x1a86, 0x5523) },
8686
{ USB_DEVICE(0x1a86, 0x7522) },
8787
{ USB_DEVICE(0x1a86, 0x7523) },
88+
{ USB_DEVICE(0x2184, 0x0057) },
8889
{ USB_DEVICE(0x4348, 0x5523) },
8990
{ USB_DEVICE(0x9986, 0x7523) },
9091
{ },

0 commit comments

Comments
 (0)