This is a note to let you know that I've just added the patch titled
Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn
to the 3.4-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
bluetooth-add-usb_vendor_and_interface_info-for-broadcom-foxconn.patch
and it can be found in the queue-3.4 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 3a5a8c3f40090ff66c7738e0ebff8d61a5a9b318 Mon Sep 17 00:00:00 2001
From: Gustavo Padovan <[email protected]>
Date: Wed, 15 Aug 2012 01:38:11 -0300
Subject: Bluetooth: Add USB_VENDOR_AND_INTERFACE_INFO() for Broadcom/Foxconn
From: Gustavo Padovan <[email protected]>
commit ee66401bb94b1f2ce51089c341dcdd25d26ae631 upstream.
Foxconn devices has a vendor specific class of device, we will match them
differently now.
Signed-off-by: Gustavo Padovan <[email protected]>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <[email protected]>
Cc: Jianguo Wu <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/bluetooth/btusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -108,7 +108,7 @@ static struct usb_device_id btusb_table[
{ USB_DEVICE(0x413c, 0x8197) },
/* Foxconn - Hon Hai */
- { USB_DEVICE(0x0489, 0xe033) },
+ { USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) },
/*Broadcom devices with vendor specific id */
{ USB_VENDOR_AND_INTERFACE_INFO(0x0a5c, 0xff, 0x01, 0x01) },
Patches currently in stable-queue which might be from
[email protected] are
queue-3.4/bluetooth-add-support-for-atheros-0930-0219.patch
queue-3.4/bluetooth-add-support-for-imc-networks.patch
queue-3.4/bluetooth-add-usb_vendor_and_interface_info-for-broadcom-foxconn.patch
queue-3.4/bluetooth-add-support-for-bcm20702a0-b.patch
queue-3.4/bluetooth-ath3k-add-support-for-id-0x13d3-0x3402.patch
queue-3.4/bluetooth-add-support-for-atheros-a.patch
queue-3.4/bluetooth-add-support-for-foxconn-hon-hai-b.patch
queue-3.4/bluetooth-add-support-for-atheros.patch
queue-3.4/bluetooth-add-support-for-foxconn-hon-hai.patch
queue-3.4/bluetooth-fix-invalid-length-check-in-l2cap_information_rsp.patch
queue-3.4/bluetooth-add-support-for-atheros-04ca-3004-device-to-ath3k.patch
queue-3.4/bluetooth-add-support-for-bcm20702a0-a.patch
queue-3.4/bluetooth-add-support-for-foxconn-hon-hai-a.patch
queue-3.4/bluetooth-support-ar3011-in-acer-iconia-tab-w500.patch
queue-3.4/bluetooth-ath3k-add-support-for-fujitsu-lifebook-uh5x2.patch
queue-3.4/bluetooth-add-support-for-gc-wb300d-pcie-to-ath3k.patch
queue-3.4/bluetooth-add-support-for-bcm20702a0.patch
queue-3.4/bluetooth-add-support-for-mediatek-bluetooth-device.patch
queue-3.4/bluetooth-add-support-for-sony-vaio-t-series.patch
queue-3.4/bluetooth-device-0cf3-3008-should-map-ar-3012.patch
queue-3.4/bluetooth-device-04ca-3008-should-use-ath3k.patch
queue-3.4/bluetooth-fix-missing-length-checks-for-l2cap-signalling-pdus.patch
queue-3.4/bluetooth-add-support-for-atheros-0489-e057.patch
queue-3.4/bluetooth-add-a-new-pid-vid-0cf3-e005-for-ar3012.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html