Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3783
b: refs/heads/master
c: a13bcf0
h: refs/heads/master
i:
  3781: 763b89b
  3779: 35bba76
  3775: 77dcce7
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent 3a2945e commit 7d95991
Show file tree
Hide file tree
Showing 2 changed files with 10 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: c594c12cefa7c49f99d82cd2ccbcbf8baeb773ed
refs/heads/master: a13bcf0d5abaf21a1eb7a988915ab97152f57f78
9 changes: 9 additions & 0 deletions trunk/drivers/isdn/hardware/avm/avm_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,22 @@ static int avmcs_event(event_t event, int priority,
return 0;
} /* avmcs_event */

static struct pcmcia_device_id avmcs_ids[] = {
PCMCIA_DEVICE_PROD_ID12("AVM", "ISDN-Controller B1", 0x95d42008, 0x845dc335),
PCMCIA_DEVICE_PROD_ID12("AVM", "Mobile ISDN-Controller M1", 0x95d42008, 0x81e10430),
PCMCIA_DEVICE_PROD_ID12("AVM", "Mobile ISDN-Controller M2", 0x95d42008, 0x18e8558a),
PCMCIA_DEVICE_NULL
};
MODULE_DEVICE_TABLE(pcmcia, avmcs_ids);

static struct pcmcia_driver avmcs_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "avm_cs",
},
.attach = avmcs_attach,
.detach = avmcs_detach,
.id_table = avmcs_ids,
};

static int __init avmcs_init(void)
Expand Down

0 comments on commit 7d95991

Please sign in to comment.