> What kernel are you using? Newer BenH kernels have changed the input > system such that the mouse no longer works with Xpmac unless they are > compiled with special options.
#define CONFIG_ADBMOUSE=y and make sure there are no #ifndef
CONFIG_INPUT_MOUSEDEV
in drivers/char/adbmouse.c. The new input layer and the busmouse driver
happily coexist, if you let them.
Michael

