Re: [PATCH] USB: serial: pl2303: fix GL type detection

From: Johan Hovold
Date: Mon Aug 30 2021 - 03:24:02 EST


On Thu, Aug 26, 2021 at 01:09:20PM +0200, Robert Marko wrote:
> On Thu, Aug 26, 2021 at 1:08 PM Johan Hovold <johan@xxxxxxxxxx> wrote:
> >
> > On Thu, Aug 26, 2021 at 01:02:39PM +0200, Robert Marko wrote:
> > > At least some PL2303GL have a bcdDevice of 0x405 instead of 0x100 as the
> > > datasheet claims. Add it to the list of known release numbers for the
> > > HXN (G) type.
> > >
> > > Fixes: 894758d0571d ("USB: serial: pl2303: tighten type HXN (G) detection")
> > > Signed-off-by: Robert Marko <robert.marko@xxxxxxxxxx>
> >
> > Thanks for the patch, looks good.
> >
> > Could you post the output of lsusb -v for your device as well for
> > completeness?
>
> Sure, here it is:
> Bus 001 Device 003: ID 067b:23d3 Prolific Technology, Inc. USB-Serial Controller

Thanks! Now applied.

Johan