Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3766
b: refs/heads/master
c: 0a10d73
h: refs/heads/master
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent 58dc546 commit aedeafe
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: a58e26cb1163353d8a9b9cfd0d3f35df34f63141
refs/heads/master: 0a10d73dad86a023f343f80cc9cb71ea4e140192
7 changes: 7 additions & 0 deletions trunk/drivers/isdn/hisax/teles_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,20 @@ static int teles_cs_event(event_t event, int priority,
return 0;
} /* teles_cs_event */

static struct pcmcia_device_id teles_ids[] = {
PCMCIA_DEVICE_PROD_ID12("TELES", "S0/PC", 0x67b50eae, 0xe9e70119),
PCMCIA_DEVICE_NULL,
};
MODULE_DEVICE_TABLE(pcmcia, teles_ids);

static struct pcmcia_driver teles_cs_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "teles_cs",
},
.attach = teles_attach,
.detach = teles_detach,
.id_table = teles_ids,
};

static int __init init_teles_cs(void)
Expand Down

0 comments on commit aedeafe

Please sign in to comment.