Grab the entire bluetooth patch
Apparently cgit will limit a patch to just the file you happen to browse to. How unhelpful of it.
This commit is contained in:
parent
2432f55159
commit
e23ada1998
@ -25,8 +25,18 @@ Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
|
|||||||
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
||||||
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
|
||||||
---
|
---
|
||||||
(limited to 'drivers/bluetooth/hci_vhci.c')
|
diff --git a/Documentation/devices.txt b/Documentation/devices.txt
|
||||||
|
index 10378cc..04356f5 100644
|
||||||
|
--- a/Documentation/devices.txt
|
||||||
|
+++ b/Documentation/devices.txt
|
||||||
|
@@ -353,6 +353,7 @@ Your cooperation is appreciated.
|
||||||
|
133 = /dev/exttrp External device trap
|
||||||
|
134 = /dev/apm_bios Advanced Power Management BIOS
|
||||||
|
135 = /dev/rtc Real Time Clock
|
||||||
|
+ 137 = /dev/vhci Bluetooth virtual HCI driver
|
||||||
|
139 = /dev/openprom SPARC OpenBoot PROM
|
||||||
|
140 = /dev/relay8 Berkshire Products Octal relay card
|
||||||
|
141 = /dev/relay16 Berkshire Products ISO-16 relay card
|
||||||
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c
|
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c
|
||||||
index 1ef6990..add1c6a 100644
|
index 1ef6990..add1c6a 100644
|
||||||
--- a/drivers/bluetooth/hci_vhci.c
|
--- a/drivers/bluetooth/hci_vhci.c
|
||||||
@ -45,5 +55,17 @@ index 1ef6990..add1c6a 100644
|
|||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_ALIAS("devname:vhci");
|
MODULE_ALIAS("devname:vhci");
|
||||||
+MODULE_ALIAS_MISCDEV(VHCI_MINOR);
|
+MODULE_ALIAS_MISCDEV(VHCI_MINOR);
|
||||||
|
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
|
||||||
|
index 3737f72..7bb6148 100644
|
||||||
|
--- a/include/linux/miscdevice.h
|
||||||
|
+++ b/include/linux/miscdevice.h
|
||||||
|
@@ -23,6 +23,7 @@
|
||||||
|
#define TEMP_MINOR 131 /* Temperature Sensor */
|
||||||
|
#define RTC_MINOR 135
|
||||||
|
#define EFI_RTC_MINOR 136 /* EFI Time services */
|
||||||
|
+#define VHCI_MINOR 137
|
||||||
|
#define SUN_OPENPROM_MINOR 139
|
||||||
|
#define DMAPI_MINOR 140 /* DMAPI */
|
||||||
|
#define NVRAM_MINOR 144
|
||||||
--
|
--
|
||||||
cgit v0.9.2
|
cgit v0.9.2
|
||||||
|
Loading…
Reference in New Issue
Block a user