Skip to content

Commit

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

static struct pcmcia_device_id btuart_ids[] = {
/* don't use this driver. Use serial_cs + hci_uart instead */
PCMCIA_DEVICE_NULL
};
MODULE_DEVICE_TABLE(pcmcia, btuart_ids);

static struct pcmcia_driver btuart_driver = {
.owner = THIS_MODULE,
.drv = {
.name = "btuart_cs",
},
.attach = btuart_attach,
.detach = btuart_detach,
.id_table = btuart_ids,
};

static int __init init_btuart_cs(void)
Expand Down

0 comments on commit 8a111d6

Please sign in to comment.