From 97d02603ceb4c1fdb514e9a5d70f4a27f8bee0d7 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Jan 03 2012 15:57:26 +0000 Subject: Add bluetooth support for BCM20102A0 (rhbz 770233) --- 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 +- Add bluetooth support for BCM20102A0 (rhbz 770233) + * Tue Jan 03 2012 Dave Jones - thp: reduce khugepaged freezing latency (rhbz 771006)