]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
mmc: sdio: add Realtek SDIO vendor ID and various wifi device IDs
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 5 Apr 2023 20:07:26 +0000 (22:07 +0200)
committerKalle Valo <kvalo@kernel.org>
Wed, 12 Apr 2023 12:51:09 +0000 (15:51 +0300)
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.

Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Reviewed-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230405200729.632435-7-martin.blumenstingl@googlemail.com
include/linux/mmc/sdio_ids.h

index 0e4ef9c5127ad23a6894e8c4a84afe53bc586c25..66f503ed2448af5a78a870eab104a56436ea073b 100644 (file)
 #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_RTW8821BS       0xb821
+#define SDIO_DEVICE_ID_REALTEK_RTW8822BS       0xb822
+#define SDIO_DEVICE_ID_REALTEK_RTW8821CS       0xc821
+#define SDIO_DEVICE_ID_REALTEK_RTW8822CS       0xc822
+#define SDIO_DEVICE_ID_REALTEK_RTW8723DS       0xd723
+#define SDIO_DEVICE_ID_REALTEK_RTW8821DS       0xd821
+
 #define SDIO_VENDOR_ID_SIANO                   0x039a
 #define SDIO_DEVICE_ID_SIANO_NOVA_B0           0x0201
 #define SDIO_DEVICE_ID_SIANO_NICE              0x0202