Hello, I have a new Lenovo T410s with the compat-wireless package for 2.6.34. My bluetooh chip seems not to work: linux-4box:~ # lsusb | grep Broadcom Bus 001 Device 005: ID 0a5c:217f Broadcom Corp. This device id (from lsub) is missing in ./drivers/bluetooth/btusb.c: /* IBM/Lenovo ThinkPad with Broadcom chip */ { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU }, { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU }, Most likely the T410s has this chip onboard: Broadcom Model: BCM2045B (BDC-2). But I haven't found any resources on the lenovo pages about that. Only this: http://www.thinkwiki.org/wiki/ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2.1) Do you think I should add the ids to btusb.c? +{ USB_DEVICE(0x0a5c, 0x217f), .driver_info = BTUSB_WRONG_SCO_MTU }, and test it? regards, Martin -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html