Re: [PATCH] iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha

From: Coelho, Luciano
Date: Tue Aug 31 2021 - 02:36:41 EST


On Wed, 2021-08-25 at 13:07 -0500, Justin Forbes wrote:
> On Sat, Aug 21, 2021 at 8:34 AM Kalle Valo <kvalo@xxxxxxxxxxxxxx> wrote:
> >
> > Jaehoon Chung <jh80.chung@xxxxxxxxxxx> writes:
> >
> > > Hi
> > >
> > > On 8/9/21 8:09 AM, Jaehoon Chung wrote:
> > > > Hi
> > > >
> > > > On 7/10/21 2:32 AM, Justin Forbes wrote:
> > > > > On Fri, Jul 2, 2021 at 5:32 PM Justin M. Forbes
> > > > > <jforbes@xxxxxxxxxxxxxxxxx> wrote:
> > > > > >
> > > > > > The Samsung Galaxy Book Flex2 Alpha uses an ax201 with the ID a0f0/6074.
> > > > > > This works fine with the existing driver once it knows to claim it.
> > > > > > Simple patch to add the device.
> > > > > >
> > > > > > Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx>
> > >
> > > If this patch is merged, can this patch be also applied on stable tree?
> >
> > Luca, what should we do with this patch?
> >
> > --
> > https://patchwork.kernel.org/project/linux-wireless/list/
> >
> > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
>
>
> Is that to imply that there is an issue with the submission? Happy to
> fix any problems, but it would nice to get this in soon. I know the
> 5.14 merge window was already opened when I sent it, but the 5.15 MR
> is opening soon. Hardware is definitely shipping and in users hands.

Sorry for the delay here. This fell between the cracks.

Kalle can you apply this directly to your tree? I'll assign it to you.
And, if possible, add the cc-stable tag so it gets picked up. :)

Longer reasoning: generally we detect the hardware in a more
programmatic way, by checking the type from registers (and not relying
entirely on the PCI IDs), but for some reason this type of device is
still using the legacy way of matching the exact PCI ID to a device
type. Thus, this patch is needed, at least for now.

Thanks!

--
Cheers,
Luca.