Well, I got the mouse working by using different build
options. Tomorrow, I'll try to reproduce the OOPS and
will send additional debugging info along.
Here are the options that produced a working USB mouse (IMPS2).
#
# USB support
#
CONFIG_USB=y
CONFIG_USB_DEBUG=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
#
# USB Controllers
#
CONFIG_USB_OHCI=y
#
# USB Devices
#
CONFIG_USB_STORAGE=m
CONFIG_USB_STORAGE_DEBUG=y
#
# USB HID
#
CONFIG_USB_HID=m
CONFIG_USB_MOUSE=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_MIX=y
CONFIG_INPUT_EVDEV=m
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]