Comment 2 for bug 922715

Revision history for this message
AceLan Kao (acelankao) wrote :

I submitted the patch yesterday, but the maintainer didn't accept the way to enable the device.
To enable this device correctly, user have to load the btusb module before ath3k, so user need this line in his /etc/modprobe.d/ath3k.conf
    install ath3k modprobe btusb; modprobe --ignore-install ath3k;
And now, we have no way to order the module loading sequence in the kernel.

Maybe we should consider another way to enable this device.