projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2350018
)
Bluetooth: Use devname:vhci module alias for virtual HCI driver
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 27 Aug 2013 05:02:38 +0000
(22:02 -0700)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Mon, 16 Sep 2013 17:35:55 +0000
(14:35 -0300)
To allow creating /dev/vhci device node, add the proper module alias for
this driver.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
drivers/bluetooth/hci_vhci.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_vhci.c
b/drivers/bluetooth/hci_vhci.c
index d8b7aed6e4a96f6d6997ab9fac2a1ac84fbc4700..a1ea5b197e5ae2eb40f0b6dee5813d4e96fea6c4 100644
(file)
--- a/
drivers/bluetooth/hci_vhci.c
+++ b/
drivers/bluetooth/hci_vhci.c
@@
-309,3
+309,4
@@
MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>");
MODULE_DESCRIPTION("Bluetooth virtual HCI driver ver " VERSION);
MODULE_VERSION(VERSION);
MODULE_LICENSE("GPL");
+MODULE_ALIAS("devname:vhci");