Comment 10 for bug 947762

Revision history for this message
Volkov Aleksey (mastervolkov) wrote : Re: SiW (Silcone Wave) USB Bluetooth Dongle doesn't work anymore after upgrade to 11.10

kernel 3.2.12

ID 1310:0001 Roper Class 1 Bluetooth Dongle

Temporary fix:
net/bluetooth/hci_core.c:106

if (test_bit(HCI_INIT, &hdev->flags) && hdev->init_last_cmd != cmd)
return;

to

//if (test_bit(HCI_INIT, &hdev->flags) && hdev->init_last_cmd != cmd)
//return;

And link on bug
https://bugzilla.kernel.org/show_bug.cgi?id=42932