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

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


commit 7749b4d14a09b5598d18b294af27b8fb067b56d8
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                                |    7 +++++++
 2 files changed, 22 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 7b3869c..1241cbd 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -852,6 +852,9 @@ Patch21050: thp-reduce-khugepaged-freezing-latency.patch
 #rhbz 771387
 Patch21055: KVM-x86-Prevent-starting-PIT-timers-in-the-absence-of.patch
 
+#rhbz 770233
+Patch21065: Bluetooth-Add-support-for-BCM20702A0.patch
+
 # compat-wireless patches
 Patch50000: compat-wireless-config-fixups.patch
 Patch50001: compat-wireless-change-CONFIG_IWLAGN-CONFIG_IWLWIFI.patch
@@ -1589,6 +1592,9 @@ ApplyPatch route-cache-garbage-collector.patch
 #rhbz 771387
 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
@@ -2366,6 +2372,7 @@ fi
 %changelog
 * Tue Jan 03 2012 Josh Boyer <jwboyer at redhat.com>
 - CVE-2011-4622 kvm: pit timer with no irqchip crashes the system (rhbz 771387)
+- 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