[kernel/f20] Grab the entire bluetooth patch

Josh Boyer jwboyer at fedoraproject.org
Thu Mar 6 18:00:31 UTC 2014


commit 651db7a1a9272a52095b5e54aa78c9e077f729fb
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Thu Mar 6 12:59:00 2014 -0500

    Grab the entire bluetooth patch
    
    Apparently cgit will limit a patch to just the file you happen to browse to.
    How unhelpful of it.

 Bluetooth-allocate-static-minor-for-vhci.patch |   26 ++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/Bluetooth-allocate-static-minor-for-vhci.patch b/Bluetooth-allocate-static-minor-for-vhci.patch
index 07c83c4..8acfb30 100644
--- a/Bluetooth-allocate-static-minor-for-vhci.patch
+++ b/Bluetooth-allocate-static-minor-for-vhci.patch
@@ -25,8 +25,18 @@ Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
 Acked-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
 Signed-off-by: Marcel Holtmann <marcel at 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
 index 1ef6990..add1c6a 100644
 --- a/drivers/bluetooth/hci_vhci.c
@@ -45,5 +55,17 @@ index 1ef6990..add1c6a 100644
  MODULE_LICENSE("GPL");
  MODULE_ALIAS("devname:vhci");
 +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


More information about the scm-commits mailing list