> You either need to recompile your kernel and disable adb mouse support
> or
> ln -fs /dev/input/mouse2 /dev/mouse 
> or
> ln -fs /dev/input/mouse1 /dev/mouse
> Play around see what works

Caution: which input device is assigned to which source depens entirely on
the order in which these devices are detected by ther kernel. Case in
point: USB mouse attached on boot -> USB mouse is mouse0. USB mouse
attached after boot -> USB mouse at mouse2. Fun stuff. 

        Michael


Reply via email to