[PATCH wireless-next 33/35] mmc: sdio: add Morse Micro vendor ids
From: Lachlan Hodges
Date: Thu Feb 26 2026 - 23:25:08 EST
Add the Morse Micro mm81x series vendor ids.
Signed-off-by: Lachlan Hodges <lachlan.hodges@xxxxxxxxxxxxxx>
---
include/linux/mmc/sdio_ids.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h
index 673cbdf43453..3ccfe3679c91 100644
--- a/include/linux/mmc/sdio_ids.h
+++ b/include/linux/mmc/sdio_ids.h
@@ -116,6 +116,10 @@
#define SDIO_VENDOR_ID_MICROCHIP_WILC 0x0296
#define SDIO_DEVICE_ID_MICROCHIP_WILC1000 0x5347
+#define SDIO_VENDOR_ID_MORSEMICRO 0x325B
+#define SDIO_VENDOR_ID_MORSEMICRO_MM81XB1 0x0709
+#define SDIO_VENDOR_ID_MORSEMICRO_MM81XB2 0x0809
+
#define SDIO_VENDOR_ID_REALTEK 0x024c
#define SDIO_DEVICE_ID_REALTEK_RTW8723BS 0xb723
#define SDIO_DEVICE_ID_REALTEK_RTW8821BS 0xb821
--
2.43.0