Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171552
b: refs/heads/master
c: 11e2521
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and David S. Miller committed Nov 16, 2009
1 parent 99baf54 commit e8b1479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ed04642f753b1240fc65c2978b7365e93209972a
refs/heads/master: 11e2521701681452f54f0e98ee2041da07d24c70
14 changes: 3 additions & 11 deletions trunk/drivers/misc/iwmc3200top/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ MODULE_VERSION(DRIVER_VERSION);
MODULE_LICENSE("GPL");
MODULE_AUTHOR(DRIVER_COPYRIGHT);


/* FIXME: These can be found in sdio_ids.h in newer kernels */
#ifndef SDIO_INTEL_VENDOR_ID
#define SDIO_INTEL_VENDOR_ID 0x0089
#endif
#ifndef SDIO_DEVICE_ID_INTEL_IWMC3200TOP
#define SDIO_DEVICE_ID_INTEL_IWMC3200TOP 0x1404
#endif

/*
* This workers main task is to wait for OP_OPR_ALIVE
* from TOP FW until ALIVE_MSG_TIMOUT timeout is elapsed.
Expand Down Expand Up @@ -662,8 +653,9 @@ static void iwmct_remove(struct sdio_func *func)


static const struct sdio_device_id iwmct_ids[] = {
{ SDIO_DEVICE(SDIO_INTEL_VENDOR_ID, SDIO_DEVICE_ID_INTEL_IWMC3200TOP)},
{ /* end: all zeroes */ },
/* Intel Wireless MultiCom 3200 Top Driver */
{ SDIO_DEVICE(SDIO_VENDOR_ID_INTEL, 0x1404)},
{ }, /* Terminating entry */
};

MODULE_DEVICE_TABLE(sdio, iwmct_ids);
Expand Down

0 comments on commit e8b1479

Please sign in to comment.