Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3759
b: refs/heads/master
c: 7018d06
h: refs/heads/master
i:
  3757: 2acd090
  3755: 118dad1
  3751: ecbe41f
  3743: d756042
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent 6fe319b commit f686a82
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 2dc27daa58ac579bff7d60043a23abd5e237cdda
refs/heads/master: 7018d06d2371d67bdc995160fe2d38c6421b7c74
10 changes: 10 additions & 0 deletions trunk/drivers/net/wireless/airo_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,13 +559,23 @@ static int airo_event(event_t event, int priority,
return 0;
} /* airo_event */

static struct pcmcia_device_id airo_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x015f, 0x000a),
PCMCIA_DEVICE_MANF_CARD(0x015f, 0x0005),
PCMCIA_DEVICE_MANF_CARD(0x015f, 0x0007),
PCMCIA_DEVICE_MANF_CARD(0x0105, 0x0007),
PCMCIA_DEVICE_NULL,
};
MODULE_DEVICE_TABLE(pcmcia, airo_ids);

static struct pcmcia_driver airo_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "airo_cs",
},
.attach = airo_attach,
.detach = airo_detach,
.id_table = airo_ids,
};

static int airo_cs_init(void)
Expand Down

0 comments on commit f686a82

Please sign in to comment.