]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: serial: ch341: add support for GW Instek USB2.0-Serial devices
authorStephan Brunner <s.brunner@stephan-brunner.net>
Sat, 8 Jan 2022 12:00:20 +0000 (13:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Feb 2022 11:44:52 +0000 (12:44 +0100)
commitfe657d9cea0a8745642b02a525cc77132489f2ca
treeb8915bbd85624d113f1c0dc453291258f0b73ba8
parent499eabc8295ab32df7eb437d1375f9d26503e30d
USB: serial: ch341: add support for GW Instek USB2.0-Serial devices

commit fa77ce201f7f2d823b07753575122d1ae5597fbe upstream.

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 <s.brunner@stephan-brunner.net>
Link: https://lore.kernel.org/r/4a47b864-0816-6f6a-efee-aa20e74bcdc6@stephan-brunner.net
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/ch341.c