Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3795
b: refs/heads/master
c: 4af48c8
h: refs/heads/master
i:
  3793: cbb6f84
  3791: 068a6fb
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent 8e999c0 commit 24d79d6
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: a4ed3598987845e8d45672899084df1f8448718c
refs/heads/master: 4af48c8c16dfc37400f63633373dd180b5540ead
7 changes: 7 additions & 0 deletions trunk/drivers/char/pcmcia/synclink_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3081,13 +3081,20 @@ void mgslpc_remove_device(MGSLPC_INFO *remove_info)
}
}

static struct pcmcia_device_id mgslpc_ids[] = {
PCMCIA_DEVICE_MANF_CARD(0x02c5, 0x0050),
PCMCIA_DEVICE_NULL
};
MODULE_DEVICE_TABLE(pcmcia, mgslpc_ids);

static struct pcmcia_driver mgslpc_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "synclink_cs",
},
.attach = mgslpc_attach,
.detach = mgslpc_detach,
.id_table = mgslpc_ids,
};

static struct tty_operations mgslpc_ops = {
Expand Down

0 comments on commit 24d79d6

Please sign in to comment.