+ bluetooth-add-sco-work-around-for-the-broadcom.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     bluetooth: add SCO work-around for the Broadcom 2045
has been added to the -mm tree.  Its filename is
     bluetooth-add-sco-work-around-for-the-broadcom.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: bluetooth: add SCO work-around for the Broadcom 2045
From: Jeff Hansen <x@xxxxxxxxxxxxxx>

Enable the necessary SCO work-around for the Broadcom 2045 chip, which comes
in the most recent IOGear dongles.

Cc: Marcel Holtmann <marcel@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/bluetooth/hci_usb.c |    3 +++
 1 files changed, 3 insertions(+)

diff -puN drivers/bluetooth/hci_usb.c~bluetooth-add-sco-work-around-for-the-broadcom drivers/bluetooth/hci_usb.c
--- a/drivers/bluetooth/hci_usb.c~bluetooth-add-sco-work-around-for-the-broadcom
+++ a/drivers/bluetooth/hci_usb.c
@@ -114,6 +114,9 @@ static struct usb_device_id blacklist_id
 	{ USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 },
 
+	/* Broadcom BCM2045 */
+	{ USB_DEVICE(0x0a5c, 0x2101), .driver_info = HCI_WRONG_SCO_MTU },
+
 	/* IBM/Lenovo ThinkPad with Broadcom chip */
 	{ USB_DEVICE(0x0a5c, 0x201e), .driver_info = HCI_WRONG_SCO_MTU },
 	{ USB_DEVICE(0x0a5c, 0x2110), .driver_info = HCI_WRONG_SCO_MTU },
_

Patches currently in -mm which might be from x@xxxxxxxxxxxxxx are

bluetooth-add-sco-work-around-for-the-broadcom.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux