evdev(4) - Linux man page

Name

evdev - Generic Linux input driver

Synopsis

Section InputDevice  Identifier devname  Driver evdev  Option Device
devpath  ...
EndSection

Description

evdev is an Xorg input driver for Linux's generic event devices. It therefore supports all input devices that the kernel knows about, including most mice and keyboards.

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.

Authors

Kristian Høgsberg.

See Also

xorg(1), xorg.conf(5), xorgconfig(1), xserver(1), x(7), README.mouse.