Without this, my new shinybook tends to boot up either giving I/O errors on 'hciconfig -a', or complaining about packets from non-existent ACL connections. Signed-off-by: David Woodhouse <David.Woodhouse@xxxxxxxxx> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 6a01068..c46c299 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -157,6 +157,8 @@ static struct usb_device_id blacklist_table[] = { /* Frontline ComProbe Bluetooth Sniffer */ { USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER }, + /* MacBook Pro 4,1 */ + { USB_DEVICE(0x05ac, 0x820f), .driver_info = BTUSB_RESET }, { } /* Terminating entry */ }; -- David Woodhouse Open Source Technology Centre David.Woodhouse@xxxxxxxxx Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html