[PATCH 15/15] New set of input patches: allow disabling psaux

From: Dmitry Torokhov
Date: Wed Apr 21 2004 - 01:19:09 EST



===================================================================


ChangeSet@xxxxxx, 2004-04-21 00:02:58-05:00, dtor_core@xxxxxxxxxxxxx
Input: allow disabling legacy psaux device even for non-embedded systems


Kconfig | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletion(-)


===================================================================



diff -Nru a/drivers/input/Kconfig b/drivers/input/Kconfig
--- a/drivers/input/Kconfig Wed Apr 21 00:06:52 2004
+++ b/drivers/input/Kconfig Wed Apr 21 00:06:52 2004
@@ -41,9 +41,16 @@
module will be called mousedev.

config INPUT_MOUSEDEV_PSAUX
- bool "Provide legacy /dev/psaux device" if EMBEDDED
+ bool "Provide legacy /dev/psaux device"
default y
depends on INPUT_MOUSEDEV
+ ---help---
+ Say Y here if you want your mouse also be accessible as char device
+ 10:1 - /dev/psaux. The data available through /dev/psaux is exactly
+ the same as the data from /dev/input/mice.
+
+ If unsure, say Y.
+

config INPUT_MOUSEDEV_SCREEN_X
int "Horizontal screen resolution"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/