Commit 30afcf88 authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

mmc: sdio: add Realtek SDIO vendor ID and various wifi device IDs



Add the SDIO vendor ID for Realtek and some device IDs extracted from
their GPL vendor driver. This will be useful in the future when the
rtw88 driver gains support for these chips.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
parent 2322fc83
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -105,9 +105,16 @@
#define SDIO_DEVICE_ID_MEDIATEK_MT7663		0x7663
#define SDIO_DEVICE_ID_MEDIATEK_MT7668		0x7668


#define SDIO_VENDOR_ID_MICROCHIP_WILC		0x0296
#define SDIO_DEVICE_ID_MICROCHIP_WILC1000	0x5347

#define SDIO_VENDOR_ID_REALTEK			0x024c
#define SDIO_DEVICE_ID_REALTEK_RTW8723BS	0xb723
#define SDIO_DEVICE_ID_REALTEK_RTW8723DS	0xd723
#define SDIO_DEVICE_ID_REALTEK_RTW8821DS	0xd821
#define SDIO_DEVICE_ID_REALTEK_RTW8822CS	0xc822

#define SDIO_VENDOR_ID_SIANO			0x039a
#define SDIO_DEVICE_ID_SIANO_NOVA_B0		0x0201
#define SDIO_DEVICE_ID_SIANO_NICE		0x0202