Input: mousedev - allow disabling even without CONFIG_EXPERT
authorTom Gundersen <teg@jklm.no>
Thu, 31 Oct 2013 07:44:49 +0000 (00:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Dec 2013 06:36:28 +0000 (22:36 -0800)
commite9295a956ba01ab0cab6a7e9f6eca73da23373a8
tree52064084e981be184cdd7c5e167de0b39e9b9540
parent4cdd9497f6ece54905d1df1d793b136c79123b09
Input: mousedev - allow disabling even without CONFIG_EXPERT

commit dfaaed08ecc01bd513248ba7999daf50ce028352 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/input/Kconfig