Skip to content

Commit cbd3517

Browse files
charlesyeh522popcornmix
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 11a1da5 commit cbd3517

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
@@ -458,6 +458,8 @@ static int pl2303_detect_type(struct usb_serial *serial)
458458
case 0x605:
459459
case 0x700: /* GR */
460460
case 0x705:
461+
case 0x905: /* GT-2AB */
462+
case 0x1005: /* GC-Q20 */
461463
return TYPE_HXN;
462464
}
463465
break;

0 commit comments

Comments
 (0)