Add bluetooth support for BCM20102A0 (rhbz 770233)
This commit is contained in:
parent
5dc9ec6f00
commit
7749b4d14a
15
Bluetooth-Add-support-for-BCM20702A0.patch
Normal file
15
Bluetooth-Add-support-for-BCM20702A0.patch
Normal file
@ -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 */
|
||||
};
|
||||
|
@ -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@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@redhat.com>
|
||||
- thp: reduce khugepaged freezing latency (rhbz 771006)
|
||||
|
Loading…
Reference in New Issue
Block a user