On Mon, 9 Jan 2006, Martin Bretschneider wrote:

> Yes, I also use the OHCI controller (I guessed that this is
> necessary for low speed USB devices...), I commented the calls of
> quirk_usb_disable_?hci and renamed the compiled modules so that they
> cannot be loaded. Thus, the PS/2 keyboard *does* work with "USB
> keyboard support" enabled in the BIOS with kernel 2.6.15. But - of
> cource - no USB device does work.

Good work!  This proves that the i8042 driver _is_ compatible with BIOS 
legacy support.

The next step is to find out which part of the USB handoff code isn't
working right.  Martin, first try uncommenting just the
quirk_usb_disable_ohci call but leave the modules renamed.  That will
indicate whether the problem is in the handoff code or in the driver.

Next, try renaming the ohci-hcd.ko file back to its correct name so it
does get loaded.  If the keyboard continues to work then the problem must
lie in either UHCI or EHCI.  Try doing the same two-part test (enable the
quirk code and then un-rename the file) with each of them to see exactly
at what point the keyboard stops working.

Alan Stern



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to