mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
Bluetooth: btmtksdio: add MODULE_DEVICE_TABLE()
This adds the missing MODULE_DEVICE_TABLE() for SDIO IDs. While certain platforms using this driver indeed have HW issues causing problems if the module is loaded too early - this should be handled from user-space by blacklisting it or delaying the loading. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
committed by
Marcel Holtmann
parent
cf94da6f50
commit
53121a7cc3
@@ -57,6 +57,7 @@ static const struct sdio_device_id btmtksdio_table[] = {
|
|||||||
.driver_data = (kernel_ulong_t)&mt7668_data },
|
.driver_data = (kernel_ulong_t)&mt7668_data },
|
||||||
{ } /* Terminating entry */
|
{ } /* Terminating entry */
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(sdio, btmtksdio_table);
|
||||||
|
|
||||||
#define MTK_REG_CHLPCR 0x4 /* W1S */
|
#define MTK_REG_CHLPCR 0x4 /* W1S */
|
||||||
#define C_INT_EN_SET BIT(0)
|
#define C_INT_EN_SET BIT(0)
|
||||||
|
Reference in New Issue
Block a user