[kernel/f15] Add bluetooth support for BCM20102A0 (rhbz 770233)

Josh Boyer jwboyer at fedoraproject.org
Tue Jan 3 15:58:22 UTC 2012


commit 97d02603ceb4c1fdb514e9a5d70f4a27f8bee0d7
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Tue Jan 3 10:42:33 2012 -0500

    Add bluetooth support for BCM20102A0 (rhbz 770233)

 Bluetooth-Add-support-for-BCM20702A0.patch |   15 +++++++++++++++
 kernel.spec                                |    9 +++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/Bluetooth-Add-support-for-BCM20702A0.patch b/Bluetooth-Add-support-for-BCM20702A0.patch
new file mode 100644
index 0000000..1e57934
--- /dev/null
+++ b/Bluetooth-Add-support-for-BCM20702A0.patch
@@ -0,0 +1,15 @@
+diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
+index f9b7260..28a5876 100644
+--- a/drivers/bluetooth/btusb.c
++++ b/drivers/bluetooth/btusb.c
+@@ -100,6 +100,10 @@ static struct usb_device_id btusb_table[] = {
+ 	/* Canyon CN-BTU1 with HID interfaces */
+ 	{ USB_DEVICE(0x0c10, 0x0000) },
+ 
++	/* Broadcom BCM20702A0 */
++	{ USB_DEVICE(0x0a5c, 0x21e3) },
++	{ USB_DEVICE(0x413c, 0x8197) },
++
+ 	{ }	/* Terminating entry */
+ };
+ 
diff --git a/kernel.spec b/kernel.spec
index 946e14b..0e05f1f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -733,6 +733,9 @@ Patch21055: KVM-x86-Prevent-starting-PIT-timers-in-the-absence-of.patch
 #rhbz 771006
 Patch21050: thp-reduce-khugepaged-freezing-latency.patch
 
+#rhbz 770233
+Patch21065: Bluetooth-Add-support-for-BCM20702A0.patch
+
 Patch22000: route-cache-garbage-collector.patch
 
 %endif
@@ -1365,6 +1368,9 @@ ApplyPatch route-cache-garbage-collector.patch
 #rhbz 770102
 ApplyPatch KVM-x86-Prevent-starting-PIT-timers-in-the-absence-of.patch
 
+#rhbz 770233
+ApplyPatch Bluetooth-Add-support-for-BCM20702A0.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2012,6 +2018,9 @@ fi
 # and build.
 
 %changelog
+* Tue Jan 03 2012 Josh Boyer <jwboyer at redhat.com>
+- Add bluetooth support for BCM20102A0 (rhbz 770233)
+
 * Tue Jan 03 2012 Dave Jones <davej at redhat.com>
 - thp: reduce khugepaged freezing latency (rhbz 771006)
 


More information about the scm-commits mailing list