File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
drivers/net/wireless/broadcom/b43 Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,8 @@ static void b43_sdio_remove(struct sdio_func *func)
180
180
}
181
181
182
182
static const struct sdio_device_id b43_sdio_ids [] = {
183
- { SDIO_DEVICE (0x02d0 , 0x044b ) }, /* Nintendo Wii WLAN daughter card */
184
- { SDIO_DEVICE (0x0092 , 0x0004 ) }, /* C-guys, Inc. EW-CG1102GC */
183
+ { SDIO_DEVICE (SDIO_VENDOR_ID_BROADCOM , SDIO_DEVICE_ID_BROADCOM_NINTENDO_WII ) },
184
+ { SDIO_DEVICE (SDIO_VENDOR_ID_CGUYS , SDIO_DEVICE_ID_CGUYS_EW_CG1102GC ) },
185
185
{ },
186
186
};
187
187
Original file line number Diff line number Diff line change 25
25
* Vendors and devices. Sort key: vendor first, device next.
26
26
*/
27
27
28
+ #define SDIO_VENDOR_ID_CGUYS 0x0092
29
+ #define SDIO_DEVICE_ID_CGUYS_EW_CG1102GC 0x0004
30
+
28
31
#define SDIO_VENDOR_ID_ATHEROS 0x0271
29
32
#define SDIO_DEVICE_ID_ATHEROS_AR6003_00 0x0300
30
33
#define SDIO_DEVICE_ID_ATHEROS_AR6003_01 0x0301
37
40
#define SDIO_DEVICE_ID_ATHEROS_QCA9377 0x0701
38
41
39
42
#define SDIO_VENDOR_ID_BROADCOM 0x02d0
43
+ #define SDIO_DEVICE_ID_BROADCOM_NINTENDO_WII 0x044b
40
44
#define SDIO_DEVICE_ID_BROADCOM_43143 0xa887
41
45
#define SDIO_DEVICE_ID_BROADCOM_43241 0x4324
42
46
#define SDIO_DEVICE_ID_BROADCOM_4329 0x4329
You can’t perform that action at this time.
0 commit comments