]> Pileus Git - ~andy/linux/commit
Input: mousedev - allow disabling even without CONFIG_EXPERT
authorTom Gundersen <teg@jklm.no>
Thu, 31 Oct 2013 07:44:49 +0000 (00:44 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 31 Oct 2013 15:46:07 +0000 (08:46 -0700)
commitdfaaed08ecc01bd513248ba7999daf50ce028352
tree234be52b249dc3b366e595b9cf89f4d8bec0341a
parentbcd2623073e98f69f84720308db0b142c4da0bd6
Input: mousedev - allow disabling even without CONFIG_EXPERT

Moust (if not all) modern software, including X, uses /dev/eventX rather than
the legacy /dev/mouseX devices. It therefore makes sense for general-purpose
(distro) kernels to use MOUSEDV=m (or even n), so let's drop the EXPERT=y
requirement.

Signed-off-by: Tom Gundersen <teg@jklm.no>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/Kconfig