diff options
-rw-r--r-- | drivers/bluetooth/btmrvl_sdio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c index a853244e7fd7..2867499f7256 100644 --- a/drivers/bluetooth/btmrvl_sdio.c +++ b/drivers/bluetooth/btmrvl_sdio.c | |||
@@ -110,6 +110,9 @@ static const struct sdio_device_id btmrvl_sdio_ids[] = { | |||
110 | /* Marvell SD8787 Bluetooth device */ | 110 | /* Marvell SD8787 Bluetooth device */ |
111 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x911A), | 111 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x911A), |
112 | .driver_data = (unsigned long) &btmrvl_sdio_sd8787 }, | 112 | .driver_data = (unsigned long) &btmrvl_sdio_sd8787 }, |
113 | /* Marvell SD8787 Bluetooth AMP device */ | ||
114 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x911B), | ||
115 | .driver_data = (unsigned long) &btmrvl_sdio_sd8787 }, | ||
113 | /* Marvell SD8797 Bluetooth device */ | 116 | /* Marvell SD8797 Bluetooth device */ |
114 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x912A), | 117 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x912A), |
115 | .driver_data = (unsigned long) &btmrvl_sdio_sd8797 }, | 118 | .driver_data = (unsigned long) &btmrvl_sdio_sd8797 }, |