evdev(4) - Linux man page
Name
evdev - Generic Linux input driverSynopsis
Section InputDevice Identifier devname Driver evdev Option Device devpath ... EndSection
Description
The evdev driver can serve as both a pointer and a keyboard input device, and may be used as both the core keyboard and the core pointer. Multiple input devices are supported by multiple instances of this driver, with one Load directive for evdev in the Module section of your xorg.conf for each input device that will use this driver.
Supported Hardware
In general, any input device that the kernel has a driver for can be accessed through the evdev driver. See the Linux kernel documentation for a complete list.Configuration Details
Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver.The following driver Options are supported:
- Option Device string
- Specifies the device through which the device can be accessed. This will generally be of the form /dev/input/eventX, where X is some integer. The mapping from device node to hardware is system-dependent. This option is mandatory, and there is no default setting.
