Skip to content

Instantly share code, notes, and snippets.

@azet
Created July 11, 2015 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save azet/44df72dfdaa67484c4d9 to your computer and use it in GitHub Desktop.
Save azet/44df72dfdaa67484c4d9 to your computer and use it in GitHub Desktop.
Broadcom BCM20702A0 Bluetooth Driver Linux Kernel Patch
--- btusb.c.old 2015-05-06 22:04:23.000000000 +0200
+++ btusb.c 2015-07-11 03:05:28.690816736 +0200
@@ -112,6 +112,8 @@
{ USB_DEVICE(0x0b05, 0x17b5) },
{ USB_DEVICE(0x0b05, 0x17cb) },
{ USB_DEVICE(0x413c, 0x8197) },
+ { USB_DEVICE(0x413c, 0x8143),
+ .driver_info = BTUSB_BCM_PATCHRAM },
{ USB_DEVICE(0x13d3, 0x3404),
.driver_info = BTUSB_BCM_PATCHRAM },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment