Re: [PATCH wireless-next 33/35] mmc: sdio: add Morse Micro vendor ids

From: Ulf Hansson

Date: Wed Mar 04 2026 - 11:57:01 EST


On Fri, 27 Feb 2026 at 05:15, Lachlan Hodges
<lachlan.hodges@xxxxxxxxxxxxxx> wrote:
>
> Add the Morse Micro mm81x series vendor ids.
>
> Signed-off-by: Lachlan Hodges <lachlan.hodges@xxxxxxxxxxxxxx>

I understand that those vendor ids will be used by the sdio func
driver to match against. Although, the way the series is ordered makes
no sense to me. Each patch doesn't compile by itself.

Anyway, feel free to add my ack, once you have sorted out how
re-structure your series.

Acked-by: Ulf Hansson <ulf.hansson@xxxxxxxxxx>

Kind regards
Uffe


> ---
> 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
>