summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.20/0055-Bluetooth-btusb-Add-USB-device-ID-0a5c-21e8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.20/0055-Bluetooth-btusb-Add-USB-device-ID-0a5c-21e8.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.20/0055-Bluetooth-btusb-Add-USB-device-ID-0a5c-21e8.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.20/0055-Bluetooth-btusb-Add-USB-device-ID-0a5c-21e8.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.20/0055-Bluetooth-btusb-Add-USB-device-ID-0a5c-21e8.patch
new file mode 100644
index 00000000..65aed69b
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.20/0055-Bluetooth-btusb-Add-USB-device-ID-0a5c-21e8.patch
@@ -0,0 +1,47 @@
1From 67248cba79392f35493056ea7262d27fc1fe06f3 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= <jprvita@openbossa.org>
3Date: Wed, 14 Mar 2012 21:45:16 +0200
4Subject: [PATCH 55/86] Bluetooth: btusb: Add USB device ID "0a5c 21e8"
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9commit 6dfc326f0605fd87e4c10ccde10de0ce4280d72d upstream.
10
11One more vendor-specific ID for BCM20702A0.
12
13T: Bus=01 Lev=03 Prnt=05 Port=02 Cnt=01 Dev#= 9 Spd=12 MxCh= 0
14D: Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
15P: Vendor=0a5c ProdID=21e8 Rev=01.12
16S: Manufacturer=Broadcom Corp
17S: Product=BCM20702A0
18S: SerialNumber=00027221F4E2
19C: #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=0mA
20I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=01 Driver=(none)
21I: If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=(none)
22I: If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
23I: If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)
24
25Signed-off-by: João Paulo Rechi Vita <jprvita@openbossa.org>
26Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>
27Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
28Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
29---
30 drivers/bluetooth/btusb.c | 1 +
31 1 file changed, 1 insertion(+)
32
33diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
34index fde7512..d4859bf 100644
35--- a/drivers/bluetooth/btusb.c
36+++ b/drivers/bluetooth/btusb.c
37@@ -103,6 +103,7 @@ static struct usb_device_id btusb_table[] = {
38 /* Broadcom BCM20702A0 */
39 { USB_DEVICE(0x0a5c, 0x21e3) },
40 { USB_DEVICE(0x0a5c, 0x21e6) },
41+ { USB_DEVICE(0x0a5c, 0x21e8) },
42 { USB_DEVICE(0x0a5c, 0x21f3) },
43 { USB_DEVICE(0x413c, 0x8197) },
44
45--
461.7.9.5
47