Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3764
b: refs/heads/master
c: 5d402e9
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent e83b808 commit a73135d
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: 469bf2b9389c9265ac0920da5b1a5c71fe496213
refs/heads/master: 5d402e95ebf8cc2fbf0e59e8424d65fe7847ad34
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/netwave_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1668,13 +1668,20 @@ static int netwave_close(struct net_device *dev) {
return 0;
}

static struct pcmcia_device_id netwave_ids[] = {
PCMCIA_DEVICE_PROD_ID12("Xircom", "CreditCard Netwave", 0x2e3ee845, 0x54e28a28),
PCMCIA_DEVICE_NULL,
};
MODULE_DEVICE_TABLE(pcmcia, netwave_ids);

static struct pcmcia_driver netwave_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "netwave_cs",
},
.attach = netwave_attach,
.detach = netwave_detach,
.id_table = netwave_ids,
};

static int __init init_netwave_cs(void)
Expand Down

0 comments on commit a73135d

Please sign in to comment.