Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3767
b: refs/heads/master
c: f57ea2a
h: refs/heads/master
i:
  3765: 58dc546
  3763: e83b808
  3759: f686a82
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent aedeafe commit 243dd39
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: 0a10d73dad86a023f343f80cc9cb71ea4e140192
refs/heads/master: f57ea2a23245ba6db68f6a84ae903b3901965ade
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2904,13 +2904,20 @@ static int write_int(struct file *file, const char __user *buffer, unsigned long
}
#endif

static struct pcmcia_device_id ray_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x01a6, 0x0000),
PCMCIA_DEVICE_NULL,
};
MODULE_DEVICE_TABLE(pcmcia, ray_ids);

static struct pcmcia_driver ray_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "ray_cs",
},
.attach = ray_attach,
.detach = ray_detach,
.id_table = ray_ids,
};

static int __init init_ray_cs(void)
Expand Down

0 comments on commit 243dd39

Please sign in to comment.