Re: [PATCH] USB: serial: pl2303: fix GL type detection
From: Johan Hovold
Date: Thu Aug 26 2021 - 07:08:08 EST
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?
Johan