summaryrefslogtreecommitdiffstats
path: root/rules/libevdev.in
blob: 3cdc372dba3df4088b91d901a08ff07021e93059 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=multimedia_libs

config LIBEVDEV
	tristate
	prompt "libevdev"
	help
	  libevdev is a wrapper library for evdev devices. it moves the
	  common tasks when dealing with evdev devices into a library and
	  provides a library interface to the callers, thus avoiding
	  erroneous ioctls, etc.