From dc9a85b89c607cb22acd93db0cd6763a59b8b475 Mon Sep 17 00:00:00 2001 From: Adam Twardowski Date: Thu, 24 May 2012 20:27:31 -0400 Subject: [PATCH 1/2] add support for medialink bluetooth adapter --- .../linux-3.2.16-991-medialink-bluetooth.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch diff --git a/packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch b/packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch new file mode 100644 index 0000000000..ad416ab310 --- /dev/null +++ b/packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch @@ -0,0 +1,11 @@ +diff -Naur linux-3.2.16/drivers/bluetooth/btusb.c linux-3.2.16.patch/drivers/bluetooth/btusb.c +--- linux-3.2.16/drivers/bluetooth/btusb.c 2012-04-22 18:31:32.000000000 -0400 ++++ linux-3.2.16.patch/drivers/bluetooth/btusb.c 2012-04-29 15:19:24.120925633 -0400 +@@ -102,6 +102,7 @@ + + /* Broadcom BCM20702A0 */ + { USB_DEVICE(0x0a5c, 0x21e3) }, ++ { USB_DEVICE(0x0a5c, 0x21e8) }, + { USB_DEVICE(0x413c, 0x8197) }, + + { } /* Terminating entry */ From 45ed4bef0f9c023c05a3c3b950221e2b62ceeafc Mon Sep 17 00:00:00 2001 From: Adam Twardowski Date: Fri, 25 May 2012 20:31:02 -0400 Subject: [PATCH 2/2] update to 3.2.17 --- ...tooth.patch => linux-3.2.17-991-medialink-bluetooth.patch} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename packages/linux/patches/{linux-3.2.16-991-medialink-bluetooth.patch => linux-3.2.17-991-medialink-bluetooth.patch} (71%) diff --git a/packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch b/packages/linux/patches/linux-3.2.17-991-medialink-bluetooth.patch similarity index 71% rename from packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch rename to packages/linux/patches/linux-3.2.17-991-medialink-bluetooth.patch index ad416ab310..d4d80acafe 100644 --- a/packages/linux/patches/linux-3.2.16-991-medialink-bluetooth.patch +++ b/packages/linux/patches/linux-3.2.17-991-medialink-bluetooth.patch @@ -1,6 +1,6 @@ diff -Naur linux-3.2.16/drivers/bluetooth/btusb.c linux-3.2.16.patch/drivers/bluetooth/btusb.c ---- linux-3.2.16/drivers/bluetooth/btusb.c 2012-04-22 18:31:32.000000000 -0400 -+++ linux-3.2.16.patch/drivers/bluetooth/btusb.c 2012-04-29 15:19:24.120925633 -0400 +--- linux-3.2.17/drivers/bluetooth/btusb.c 2012-04-22 18:31:32.000000000 -0400 ++++ linux-3.2.17.patch/drivers/bluetooth/btusb.c 2012-04-29 15:19:24.120925633 -0400 @@ -102,6 +102,7 @@ /* Broadcom BCM20702A0 */