Macro names were derived from the Windows driver, as that was the best
available source.
Signed-off-by: Brian O'Keefe <bokeefe@xxxxxxxxxxxx>
---
With apologies; something I did mangled spacing in the previous
version of the first patch.
---
include/linux/mmc/sdio_ids.h | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h
index 12036619346c..97ccb0ac5e43 100644
--- a/include/linux/mmc/sdio_ids.h
+++ b/include/linux/mmc/sdio_ids.h
@@ -42,6 +42,20 @@
#define SDIO_VENDOR_ID_TI 0x0097
#define SDIO_DEVICE_ID_TI_WL1271 0x4076
+#define SDIO_VENDOR_ID_REALTEK 0x024c
+#define SDIO_DEVICE_ID_REALTEK_BESTBUY_0 0x0240
+#define SDIO_DEVICE_ID_REALTEK_BESTBUY_1 0x0241
+#define SDIO_DEVICE_ID_REALTEK_HP 0x0523
+#define SDIO_DEVICE_ID_REALTEK_ECS 0x0524
+#define SDIO_DEVICE_ID_REALTEK_TCL 0x0525
+#define SDIO_DEVICE_ID_REALTEK_ACER 0x0623
+#define SDIO_DEVICE_ID_REALTEK_RSVD 0x0624
+#define SDIO_DEVICE_ID_REALTEK_ROCKCHIP 0x0625
+#define SDIO_DEVICE_ID_REALTEK_BRASWELL 0x0626
+#define SDIO_DEVICE_ID_REALTEK_ACER_PWR_LIMIT 0x0627
+#define SDIO_DEVICE_ID_REALTEK_COMMON_01 0x8753
+#define SDIO_DEVICE_ID_REALTEK_COMMON_02 0xb723
+
#define SDIO_VENDOR_ID_ATHEROS 0x0271
#define SDIO_DEVICE_ID_ATHEROS_AR6003_00 0x0300
#define SDIO_DEVICE_ID_ATHEROS_AR6003_01 0x0301
--
2.25.1