最終更新:2016-09-15 (木) 17:24:47 (2772d)  

CONFIG_INPUT_EVDEV
Top / CONFIG_INPUT_EVDEV

drivers/input/Kconfig

config INPUT_EVDEV
	tristate "Event interface"
	help
	  Say Y here if you want your input device events be accessible
	  under char device 13:64+ - /dev/input/eventX in a generic way.

	  To compile this driver as a module, choose M here: the
	  module will be called evdev.

実装

関連