diff options
author | David S. Miller <davem@davemloft.net> | 2021-11-17 17:52:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-17 17:52:44 +0300 |
commit | b32563b6ccbacf2a1bf6fb7093b4fd2b7dc28612 (patch) | |
tree | bb8f2e54db55f3cccc9fe404d663e055431ba643 /include/linux/mmc | |
parent | 65483559dc0aa527652de43d0634736c7fc7c72f (diff) | |
parent | 28491d7ef4af471841e454f8c1f77384f93c6fef (diff) | |
download | linux-b32563b6ccbacf2a1bf6fb7093b4fd2b7dc28612.tar.xz |
Merge tag 'for-net-next-2021-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Luiz Augusto von Dentz says:
====================
bluetooth-next pull request for net-next:
- Add support for AOSP Bluetooth Quality Report
- Enables AOSP extension for Mediatek Chip (MT7921 & MT7922)
- Rework of HCI command execution serialization
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sdio_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index a85c9f0bd470..53f0efa0bccf 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -105,6 +105,7 @@ #define SDIO_VENDOR_ID_MEDIATEK 0x037a #define SDIO_DEVICE_ID_MEDIATEK_MT7663 0x7663 #define SDIO_DEVICE_ID_MEDIATEK_MT7668 0x7668 +#define SDIO_DEVICE_ID_MEDIATEK_MT7961 0x7961 #define SDIO_VENDOR_ID_MICROCHIP_WILC 0x0296 #define SDIO_DEVICE_ID_MICROCHIP_WILC1000 0x5347 |