The patch titled bluetooth: add support for another Kensington dongle has been added to the -mm tree. Its filename is bluetooth-add-support-for-another-kensington-dongle.patch 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 support for another Kensington dongle From: Olivier Galibert <galibert@xxxxxxxxx> Add the stupid sco fixup quirk to yet another Broadcom/Kensington device. Cc: Marcel Holtmann <marcel@xxxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/bluetooth/hci_usb.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/bluetooth/hci_usb.c~bluetooth-add-support-for-another-kensington-dongle drivers/bluetooth/hci_usb.c --- a/drivers/bluetooth/hci_usb.c~bluetooth-add-support-for-another-kensington-dongle +++ a/drivers/bluetooth/hci_usb.c @@ -126,6 +126,7 @@ static struct usb_device_id blacklist_id /* Kensington Bluetooth USB adapter */ { USB_DEVICE(0x047d, 0x105d), .driver_info = HCI_RESET }, + { USB_DEVICE(0x047d, 0x105e), .driver_info = HCI_WRONG_SCO_MTU }, /* ISSC Bluetooth Adapter v3.1 */ { USB_DEVICE(0x1131, 0x1001), .driver_info = HCI_RESET }, _ Patches currently in -mm which might be from galibert@xxxxxxxxx are bluetooth-add-support-for-another-kensington-dongle.patch pci-mmconfig-share-whats-shareable.patch pci-mmconfig-only-call-unreachable_devices-when-type-1-is-available.patch pci-mmconfig-only-map-whats-necessary.patch pci-mmconfig-detect-and-support-the-e7520-and-the-945g-gz-p-pl.patch pci-mmconfig-reserve-resources-but-only-when-were-sure-about-them.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