Re: /dev/psaux problem (2.6.5)

From: Sau Dan Lee
Date: Tue Apr 20 2004 - 02:25:09 EST


>>>>> "Rodichev" == E Rodichev <er@xxxxxxxxxx> writes:

Rodichev> There is a good problem description at
Rodichev> http://www.informatik.uni-freiburg.de/~danlee/fun/psaux/
Rodichev> and a user space driver which solves the problem. It
Rodichev> works fine with 2.6.3, but not with 2.6.5.

Rodichev> The reason is that in 2.6.5 it looks impossible to
Rodichev> disable the existing mouse driver, which conflicts with
Rodichev> driver from Tuukka Toivonen. My temporary solution was
Rodichev> as follows:

--- drivers/input/Kconfig.orig 2004-04-04 07:36:18.000000000 +0400
+++ drivers/input/Kconfig 2004-04-20 03:45:31.000000000 +0400
@@ -26,7 +26,6 @@ comment "Userland interfaces"

config INPUT_MOUSEDEV
tristate "Mouse interface" if EMBEDDED
- default y
depends on INPUT
---help---
Say Y here if you want your mouse to be accessible as char devices



Well... that means you can disable that option if you have enabled
CONFIG_EMBEDDED, which is the top level option "Remove kernel features
(for embedded systems)". I don't understand why they make it like
that. It's quite unintuitive.

I have added this note to my latest Kconfig for psaux, which
unfortunately was not released. :P




--
Sau Dan LEE ???(Big5) ~{@nJX6X~}(HZ)

E-mail: danlee@xxxxxxxxxxxxxxxxxxxxxxxxxx
Home page: http://www.informatik.uni-freiburg.de/~danlee

-
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/