Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3785
b: refs/heads/master
c: a01c3ed
h: refs/heads/master
i:
  3783: 7d95991
v: v3
  • Loading branch information
Dominik Brodowski authored and Linus Torvalds committed Jun 28, 2005
1 parent e004efe commit 2ed68c1
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: 7f70cb6d9f8b0fd97215250cff797ff8c3b24f1d
refs/heads/master: a01c3ed48e3319f9a4eb4e43b8c6abe00f1a1389
7 changes: 7 additions & 0 deletions trunk/drivers/bluetooth/bt3c_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,13 +935,20 @@ static int bt3c_event(event_t event, int priority, event_callback_args_t *args)
return 0;
}

static struct pcmcia_device_id bt3c_ids[] = {
PCMCIA_DEVICE_PROD_ID13("3COM", "Bluetooth PC Card", 0xefce0a31, 0xd4ce9b02),
PCMCIA_DEVICE_NULL
};
MODULE_DEVICE_TABLE(pcmcia, bt3c_ids);

static struct pcmcia_driver bt3c_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "bt3c_cs",
},
.attach = bt3c_attach,
.detach = bt3c_detach,
.id_table = bt3c_ids,
};

static int __init init_bt3c_cs(void)
Expand Down

0 comments on commit 2ed68c1

Please sign in to comment.