projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92cd405
)
USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
author
Charles Yeh
<charlesyeh522@gmail.com>
Wed, 21 May 2025 13:23:54 +0000
(21:23 +0800)
committer
Johan Hovold
<johan@kernel.org>
Wed, 21 May 2025 15:19:55 +0000
(17:19 +0200)
Add new bcd (0x905) to support PL2303GT-2AB (TYPE_HXN).
Add new bcd (0x1005) to support PL2303GC-Q20 (TYPE_HXN).
Signed-off-by: Charles Yeh <charlesyeh522@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/pl2303.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/serial/pl2303.c
b/drivers/usb/serial/pl2303.c
index 010688dd9e49ced5fdf9e5dd808604304b27452b..22579d0d8ab8aaf4fceb205860ccf879da53a993 100644
(file)
--- a/
drivers/usb/serial/pl2303.c
+++ b/
drivers/usb/serial/pl2303.c
@@
-458,6
+458,8
@@
static int pl2303_detect_type(struct usb_serial *serial)
case 0x605:
case 0x700: /* GR */
case 0x705:
+ case 0x905: /* GT-2AB */
+ case 0x1005: /* GC-Q20 */
return TYPE_HXN;
}
break;