Re: [PATCH] USB: serial: pl2303: add support for more HXN (G) types

From: Johan Hovold
Date: Wed Jun 22 2022 - 02:53:49 EST


On Tue, Jun 21, 2022 at 11:06:51AM +0200, Greg Kroah-Hartman wrote:
> On Tue, Jun 21, 2022 at 10:58:55AM +0200, Johan Hovold wrote:
> > Add support for further HXN (G) type devices (GT variant, GL variant, GS
> > variant and GR) and document the bcdDevice mapping.
> >
> > Note that the TA and TB types use the same bcdDevice as some GT and GE
> > variants, respectively, but that the HX status request can be used to
> > determine which is which.
> >
> > Also note that we currently do not distinguish between the various HXN
> > (G) types in the driver but that this may change eventually (e.g. when
> > adding GPIO support).
> >
> > Reported-by: Charles Yeh <charlesyeh522@xxxxxxxxx>
> > Link: https://lore.kernel.org/r/YrF77b9DdeumUAee@xxxxxxxxxxxxxxxxxxxx
> > Cc: stable@xxxxxxxxxxxxxxx # 5.13
> > Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>

> Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

Thanks for reviewing. Now applied.

Johan