All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mouse info in 2.6.1-rc1
@ 2004-01-05 17:25 Marcos D. Marado Torres
  2004-01-05 17:34 ` Russell King
  2004-01-05 17:37 ` Vojtech Pavlik
  0 siblings, 2 replies; 3+ messages in thread
From: Marcos D. Marado Torres @ 2004-01-05 17:25 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi there...
I don't really know if this is only in -rc1-mm1 but I suppose -rc1 is affected also.

The new changes about synaptics (I think that it was it) made that we don't have
anymore a boolean (selectable) option in Device Drivers -> Input Device Support
- -> Mouse Interface;
Although, it we so to the "non-selectable" option Mouse Interface, the help info
exists and talks about "slect it if...", so...

 Please apply the patch:

- --- linux-2.6.1-rc1-mm2/drivers/input/Kconfig   2003-12-18 03:58:08.000000000 +0100
+++ linux-2.6.1-rc1-mm2-mbn1/drivers/input/Kconfig      2004-01-05 13:38:10.000000000 +0100
@@ -28,17 +28,6 @@
        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
- -         13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
- -         emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
- -         programs (includung SVGAlib, GPM and X) will be able to use your
- -         mouse.
- -
- -         If unsure, say Y.
- -
- -         To compile this driver as a module, choose M here: the
- -         module will be called mousedev.

 config INPUT_MOUSEDEV_PSAUX
        bool "Provide legacy /dev/psaux device" if EMBEDDED


- --
==================================================
Marcos Daniel Marado Torres AKA Mind Booster Noori
/"\               http://student.dei.uc.pt/~marado
\ /                       marado@student.dei.uc.pt
 X   ASCII Ribbon Campaign
/ \  against HTML e-mail and Micro$oft attachments
==================================================
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQE/+Z4ZmNlq8m+oD34RArVtAKDJjHjADGuxtCCT9RHC98s7hDBoOACcDfIT
6Zc5scaGgrtRoOOVBc8RPbA=
=cNaw
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mouse info in 2.6.1-rc1
  2004-01-05 17:25 [PATCH] mouse info in 2.6.1-rc1 Marcos D. Marado Torres
@ 2004-01-05 17:34 ` Russell King
  2004-01-05 17:37 ` Vojtech Pavlik
  1 sibling, 0 replies; 3+ messages in thread
From: Russell King @ 2004-01-05 17:34 UTC (permalink / raw)
  To: Marcos D. Marado Torres; +Cc: linux-kernel

On Mon, Jan 05, 2004 at 05:25:41PM +0000, Marcos D. Marado Torres wrote:
> Hi there...
> I don't really know if this is only in -rc1-mm1 but I suppose -rc1 is affected also.
> 
> The new changes about synaptics (I think that it was it) made that we don't have
> anymore a boolean (selectable) option in Device Drivers -> Input Device Support
> -> Mouse Interface;
> Although, it we so to the "non-selectable" option Mouse Interface, the help info
> exists and talks about "slect it if...", so...

Look closer, particularly at this bit:

        tristate "Mouse interface" if EMBEDDED
                                   ^^^^^^^^^^^

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] mouse info in 2.6.1-rc1
  2004-01-05 17:25 [PATCH] mouse info in 2.6.1-rc1 Marcos D. Marado Torres
  2004-01-05 17:34 ` Russell King
@ 2004-01-05 17:37 ` Vojtech Pavlik
  1 sibling, 0 replies; 3+ messages in thread
From: Vojtech Pavlik @ 2004-01-05 17:37 UTC (permalink / raw)
  To: Marcos D. Marado Torres; +Cc: linux-kernel

On Mon, Jan 05, 2004 at 05:25:41PM +0000, Marcos D. Marado Torres wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi there...
> I don't really know if this is only in -rc1-mm1 but I suppose -rc1 is affected also.
> 
> The new changes about synaptics (I think that it was it) made that we don't have
> anymore a boolean (selectable) option in Device Drivers -> Input Device Support
> - -> Mouse Interface;
> Although, it we so to the "non-selectable" option Mouse Interface, the help info
> exists and talks about "slect it if...", so...

It IS selectable if EMBEDDED.

>  Please apply the patch:
> 
> - --- linux-2.6.1-rc1-mm2/drivers/input/Kconfig   2003-12-18 03:58:08.000000000 +0100
> +++ linux-2.6.1-rc1-mm2-mbn1/drivers/input/Kconfig      2004-01-05 13:38:10.000000000 +0100
> @@ -28,17 +28,6 @@
>         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
> - -         13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
> - -         emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
> - -         programs (includung SVGAlib, GPM and X) will be able to use your
> - -         mouse.
> - -
> - -         If unsure, say Y.
> - -
> - -         To compile this driver as a module, choose M here: the
> - -         module will be called mousedev.
> 
>  config INPUT_MOUSEDEV_PSAUX
>         bool "Provide legacy /dev/psaux device" if EMBEDDED
> 
> 
> - --
> ==================================================
> Marcos Daniel Marado Torres AKA Mind Booster Noori
> /"\               http://student.dei.uc.pt/~marado
> \ /                       marado@student.dei.uc.pt
>  X   ASCII Ribbon Campaign
> / \  against HTML e-mail and Micro$oft attachments
> ==================================================
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
> Comment: Made with pgp4pine 1.76
> 
> iD8DBQE/+Z4ZmNlq8m+oD34RArVtAKDJjHjADGuxtCCT9RHC98s7hDBoOACcDfIT
> 6Zc5scaGgrtRoOOVBc8RPbA=
> =cNaw
> -----END PGP SIGNATURE-----
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-05 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-05 17:25 [PATCH] mouse info in 2.6.1-rc1 Marcos D. Marado Torres
2004-01-05 17:34 ` Russell King
2004-01-05 17:37 ` Vojtech Pavlik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.