File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ static const struct btmtksdio_data mt7668_data = {
51
51
};
52
52
53
53
static const struct sdio_device_id btmtksdio_table [] = {
54
- {SDIO_DEVICE (SDIO_VENDOR_ID_MEDIATEK , 0x7663 ),
54
+ {SDIO_DEVICE (SDIO_VENDOR_ID_MEDIATEK , SDIO_DEVICE_ID_MEDIATEK_MT7663 ),
55
55
.driver_data = (kernel_ulong_t )& mt7663_data },
56
- {SDIO_DEVICE (SDIO_VENDOR_ID_MEDIATEK , 0x7668 ),
56
+ {SDIO_DEVICE (SDIO_VENDOR_ID_MEDIATEK , SDIO_DEVICE_ID_MEDIATEK_MT7668 ),
57
57
.driver_data = (kernel_ulong_t )& mt7668_data },
58
58
{ } /* Terminating entry */
59
59
};
Original file line number Diff line number Diff line change 80
80
#define SDIO_DEVICE_ID_MARVELL_8987_BT 0x914a
81
81
82
82
#define SDIO_VENDOR_ID_MEDIATEK 0x037a
83
+ #define SDIO_DEVICE_ID_MEDIATEK_MT7663 0x7663
84
+ #define SDIO_DEVICE_ID_MEDIATEK_MT7668 0x7668
83
85
84
86
#define SDIO_VENDOR_ID_SIANO 0x039a
85
87
#define SDIO_DEVICE_ID_SIANO_NOVA_B0 0x0201
You can’t perform that action at this time.
0 commit comments