3.3.2 USB mice
Make sure you have all required kernel functions activated through kernel
compile time configuration or modules:
Here, lower case names are module names.
Si no est� usando devfs, cree un nodo de dispositivo con
/dev/input/mice
major 13 y minor 63 de la siguiente manera:
# cd /dev
# mkdir input
# mknod input/mice c 13 63
Para un rat�n USB t�pico de tres botones, la configuraci�n
podr�a ser:
/etc/gpm.conf | /etc/X11/XF86Config-4
=========================+======================================
device=/dev/input/mice | Section "InputDevice"
responsiveness= | Identifier "Generic Mouse"
repeat_type=raw | Driver "mouse"
type=autops2 | Option "SendCoreEvents" "true"
append="" | Option "Device" "/dev/input/mice"
sample_rate= | Option "Protocol" "IMPS/2"
| Option "Buttons" "5"
| Option "ZAxisMapping" "4 5"
| EndSection
V�ase
Linux USB Project
para m�s informaci�n