Skip to content

Commit fb1d32f

Browse files
charlesyeh522jfvogel
authored andcommitted
USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
commit d3a889482bd5abf2bbdc1ec3d2d49575aa160c9c upstream. 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 <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> (cherry picked from commit 1a51004aa0463b63aa9c273ef3f4614f7ff45722) Signed-off-by: Jack Vogel <[email protected]>
1 parent a26fdf3 commit fb1d32f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/pl2303.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ static int pl2303_detect_type(struct usb_serial *serial)
457457
case 0x605:
458458
case 0x700: /* GR */
459459
case 0x705:
460+
case 0x905: /* GT-2AB */
461+
case 0x1005: /* GC-Q20 */
460462
return TYPE_HXN;
461463
}
462464
break;

0 commit comments

Comments
 (0)