Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3790
b: refs/heads/master
c: 0708127
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent 8f39b48 commit a17b85c
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: 02ae38cfc5a49dde1ce979e710eec1d02279cb53
refs/heads/master: 070812734facccf2d891eec0da2497ec3824e616
7 changes: 7 additions & 0 deletions trunk/drivers/telephony/ixj_pcmcia.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,20 @@ static int ixj_event(event_t event, int priority, event_callback_args_t * args)
return 0;
}

static struct pcmcia_device_id ixj_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x0257, 0x0600),
PCMCIA_DEVICE_NULL
};
MODULE_DEVICE_TABLE(pcmcia, ixj_ids);

static struct pcmcia_driver ixj_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "ixj_cs",
},
.attach = ixj_attach,
.detach = ixj_detach,
.id_table = ixj_ids,
};

static int __init ixj_pcmcia_init(void)
Expand Down

0 comments on commit a17b85c

Please sign in to comment.