Alan Stern wrote:

Disable the laptop's internal bluetooth device and buy an external dongle
that works right.



You're killing me :)
In fact I have special cable to connect the keyboard to PS/2 port. I guess it some kind of fall-back in case keyboard battery is empty. And I'm not sure if it's possible to turn internal USB/Bluetooth controller off.


Sorry, but it sounds like the internal device won't work at a high bus speed. If you want to keep using it, you have little choice but to make everything else run slower too. But maybe this patch will help. Uncomment all the calls to uhci_inc_fsbr() and see if it works.


It works. Thanks a lot!

There is only one small problem left. The touchpad doesn't work properly with X server unless I reload usbhid module twice after it gets loaded by uhci-hcd driver or trigger keyboard power in order to make it working correctly. However, that's exactly the same problem I had with usb-uhci and hid drivers in 2.4 kernels.
Currently I use the following work-around in /etc/modules.conf


install usbhid insmod usbhid ; sleep 1 ; rmmod usbhid ; sleep 1 ; insmod usbhid ; sleep 1 ; rmmod usbhid ; sleep 1 ; insmod usbhid

It works but seems ugly.

Thanks again
Alexander


------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to