Re: [PATCH] brcmfmac: Add DMI nvram filename quirk for Acer A1 840 tablet
Arend van Spriel <[email protected]> Thu, 30 Oct 2025 13:44:32 +0100
| Newsgroups | dev.linux.lists.brcm80211,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 10/20/2025 6:34 PM, Hans de Goede wrote: > The Acer A1 840 tablet contains quite generic names in the sys_vendor and > product_name DMI strings, without this patch brcmfmac will try to load: > brcmfmac43340-sdio.Insyde-BayTrail.txt as nvram file which is a bit > too generic. > > Add a DMI quirk so that a unique and clearly identifiable nvram file name > is used on the Acer A1 840 tablet. Thanks, Hans Please note that the subject should start with subtree name, ie. 'wifi' prefixed: wifi: brcmfmac: Add DMI nvram filename quirk for Acer A1 840 tablet Apart from that... Acked-by: Arend van Spriel <[email protected]> > Signed-off-by: Hans de Goede <[email protected]> > --- > .../net/wireless/broadcom/brcm80211/brcmfmac/dmi.c | 14 ++++++++++++++ > 1 file changed, 14 insertions(+)