--- hci_usb.c 2005-05-28 00:38:58.000000000 -0500 +++ hci_usb.c.patch 2005-05-28 00:38:47.000000000 -0500 @@ -107,6 +107,9 @@ { USB_DEVICE(0x0a5c, 0x200a), .driver_info = HCI_RESET | HCI_BROKEN_ISOC }, { USB_DEVICE(0x0a5c, 0x2009), .driver_info = HCI_BCM92035 }, + /* Kensington Bluetooth USB adapter */ + { USB_DEVICE(0x047d, 0x105d), .driver_info = HCI_RESET | HCI_BCM92035 }, + /* Microsoft Wireless Transceiver for Bluetooth 2.0 */ { USB_DEVICE(0x045e, 0x009c), .driver_info = HCI_RESET },