Re: [PATCH v3 09/11] rtw88: Add rtw8822bu chipset support

From: Ryan Finnie
Date: Mon Nov 28 2022 - 00:49:47 EST


> + { USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x012e, 0xff, 0xff, 0xff),
> + .driver_info = (kernel_ulong_t)&(rtw8822b_hw_spec) }, /* TP-LINK */

This device is confirmed in the wild as "TP-LINK Archer T3U Nano", and
is a miniaturized version of 0x012d.

(I have not personally tested this patchset, but have verified against
the DKMS tree at https://github.com/cilynx/rtl88x2bu with 0x012e added.)

Thank you,
Ryan Finnie