]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet
authorHans de Goede <hdegoede@redhat.com>
Fri, 29 Jan 2021 17:14:13 +0000 (18:14 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 8 Feb 2021 11:02:41 +0000 (13:02 +0200)
commitdfa8483aca710d654b65072137ecb4dad13fa59f
tree29ad75a880f792ad0a776db5aa030bcb06a3078b
parenteaf565077ea7d1daa353b6a542610eb94d7293aa
brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet

The Voyo winpad A15 tablet contains quite generic names in the sys_vendor
and product_name DMI strings, without this patch brcmfmac will try to load:
rcmfmac4330-sdio.To be filled by O.E.M.-To be filled by O.E.M..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 Voyo winpad A15 tablet.

While preparing a matching linux-firmware update I noticed that the nvram
is identical to the nvram used on the Prowise-PT301 tablet, so the new DMI
quirk entry simply points to the already existing Prowise-PT301 nvram file.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210129171413.139880-2-hdegoede@redhat.com
drivers/net/wireless/broadcom/brcm80211/brcmfmac/dmi.c