Skip to content

Commit 1a51004

Browse files
charlesyeh522gregkh
authored andcommitted
USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
commit d3a8894 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 <charlesyeh522@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 393ad97 commit 1a51004

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)