Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3793
b: refs/heads/master
c: 77b73f9
h: refs/heads/master
i:
  3791: 068a6fb
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent df9c227 commit cbb6f84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 707997343a1e5193fff74798af572a4d03740476
refs/heads/master: 77b73f9b00e3bea43ab4d30ae70fb85660dd07f1
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/wl3501_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2239,13 +2239,20 @@ static int wl3501_event(event_t event, int pri, event_callback_args_t *args)
return 0;
}

static struct pcmcia_device_id wl3501_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0001),
PCMCIA_DEVICE_NULL
};
MODULE_DEVICE_TABLE(pcmcia, wl3501_ids);

static struct pcmcia_driver wl3501_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "wl3501_cs",
},
.attach = wl3501_attach,
.detach = wl3501_detach,
.id_table = wl3501_ids,
};

static int __init wl3501_init_module(void)
Expand Down

0 comments on commit cbb6f84

Please sign in to comment.