[PATCH 16/39] input: Allow disabling legacy psaux device

From: Vojtech Pavlik
Date: Mon Jun 07 2004 - 07:53:40 EST


You can pull this changeset from:
bk://kernel.bkbits.net/vojtech/input-for-linus

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

ChangeSet@xxxxxxxxxxxxx, 2004-04-23 02:46:06-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 2004-06-07 13:12:25 +02:00
+++ b/drivers/input/Kconfig 2004-06-07 13:12:25 +02:00
@@ -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/