The patch titled bluetooth: add SCO work-around for the Broadcom 2045 has been removed from the -mm tree. Its filename was bluetooth-add-sco-work-around-for-the-broadcom.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 - 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