public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* psmouse_proto=exps
@ 2003-12-30  4:28 Greg Fitzgerald
  2003-12-30  4:37 ` psmouse_proto=exps Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Fitzgerald @ 2003-12-30  4:28 UTC (permalink / raw)
  To: linux-kernel

Hi,

	I am using a Raritan Switchman kvm switch, with a Logitech MX 500 optical mouse. I have tried using 2.6.0, 2.6.0-mm1, 2.6.0-mm2, and 2.6.0-bk1. I can move the mouse around with no problems but when i try to use my scrollwheel instead of scrolling up and down my mouse cursor just moves across the screen. It works perfect in 2.4.23. I been reading the lists and i have tried using psmouse_proto=exps but have had the same results, i even tried the other drivers just to see if that would fix it but i keep coming up with the same results. Anyone have some ideas? Thanks in adavance.

	--Greg

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

* Re: psmouse_proto=exps
  2003-12-30  4:28 psmouse_proto=exps Greg Fitzgerald
@ 2003-12-30  4:37 ` Dmitry Torokhov
  2003-12-30 17:20   ` psmouse_proto=exps Greg Fitzgerald
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2003-12-30  4:37 UTC (permalink / raw)
  To: Greg Fitzgerald, linux-kernel

On Monday 29 December 2003 11:28 pm, Greg Fitzgerald wrote:
> Hi,
>
> 	I am using a Raritan Switchman kvm switch, with a Logitech MX 500
> optical mouse. I have tried using 2.6.0, 2.6.0-mm1, 2.6.0-mm2, and
> 2.6.0-bk1. I can move the mouse around with no problems but when i try
> to use my scrollwheel instead of scrolling up and down my mouse cursor
> just moves across the screen. It works perfect in 2.4.23. I been
> reading the lists and i have tried using psmouse_proto=exps but have
> had the same results, i even tried the other drivers just to see if
> that would fix it but i keep coming up with the same results. Anyone
> have some ideas? Thanks in adavance.
>

Do you have psmouse as a module or compiled in? If it's compiled in you
have to use psmouse.psmouse_proto=exps for the parameter to be recognized
or apply the patch below.

Dmitry

diff -Nru a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c
--- a/drivers/input/mouse/psmouse-base.c	Mon Dec 29 23:20:41 2003
+++ b/drivers/input/mouse/psmouse-base.c	Mon Dec 29 23:20:41 2003
@@ -22,6 +22,15 @@
 #include "synaptics.h"
 #include "logips2pp.h"
 
+/*
+ * Reset module param prefix regardless of whether we build psmouse as
+ * a module or directly into kernel, otherwise for build-in case
+ * parameters will have to be specified as psmouse.psmouse_proto which
+ * is unsightly
+ */
+#undef MODULE_PARAM_PREFIX
+#define MODULE_PARAM_PREFIX /* empty */
+
 MODULE_AUTHOR("Vojtech Pavlik <vojtech@suse.cz>");
 MODULE_DESCRIPTION("PS/2 mouse driver");
 MODULE_LICENSE("GPL");

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

* Re: psmouse_proto=exps
  2003-12-30  4:37 ` psmouse_proto=exps Dmitry Torokhov
@ 2003-12-30 17:20   ` Greg Fitzgerald
  0 siblings, 0 replies; 3+ messages in thread
From: Greg Fitzgerald @ 2003-12-30 17:20 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-kernel


Hey,

	Changed my line in grub.conf and now it works perfect. Thanks a lot i been screwing with this for
	a while now. I guess i overlooked that when i was reading the source for psmouse-base.c. Thanks again!

	--Greg

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

end of thread, other threads:[~2003-12-30 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-30  4:28 psmouse_proto=exps Greg Fitzgerald
2003-12-30  4:37 ` psmouse_proto=exps Dmitry Torokhov
2003-12-30 17:20   ` psmouse_proto=exps Greg Fitzgerald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox