linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Synaptics support kills my mouse
@ 2003-06-26 14:46 P. Christeas
  2003-06-28  1:26 ` Thomas Molina
  2003-06-29 18:44 ` Thomas Molina
  0 siblings, 2 replies; 9+ messages in thread
From: P. Christeas @ 2003-06-26 14:46 UTC (permalink / raw)
  To: Arkadiusz Miskiewicz; +Cc: lkml

It is true, 2.5.73 unconditionally detects and tries to use the Syn. Touchpad 
in 'absolute mode'. I wouldn't blame the authors of the module, however. They 
are already doing a great job :).

I 've read the code to see what's wrong and found that the problem is that the 
Touchpad itself doesn't report any data to the PS/2 port. The code still 
looks conforming to the specs.
However, you shouldn't give up 2.5.73 because of that. You can still use the 
PS/2 compatibility mode
 o Compile the ps mouse as a module "psmouse"
 o Arrange so that the module is loaded with the option "psmouse_noext=1"
 o Have gpm and X (you can even use both of them) read /dev/input/mice as an 
exps2 or imps2 mouse (Intellimouse Explorer PS/2) .

I don't think the "event interface" has any support yet. Nor the synaptics 
driver.
Reading from /dev/input/mice means that the psmouse module doesn't have to be 
loaded before X starts. You can safely rmmod/modprobe the module while X run.
You may find that tapping with the finger may not work (produce 'click' 
effect). I hope next release will have a fix (contact me in personal until 
the official patch is out).


^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: Synaptics support kills my mouse
@ 2003-06-26  1:06 Thomas Molina
  2003-06-26 10:45 ` Arkadiusz Miskiewicz
  2003-06-26 17:07 ` Alessandro Suardi
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Molina @ 2003-06-26  1:06 UTC (permalink / raw)
  To: linux-kernel

I realized I forgot to include some useful information.  Following are the 
relevant boot messages.  It appears to correctly detect my touchpad but 
doesn't give me a mouse cursor, even in text consoles.

Jun 25 18:41:26 lap kernel: mice: PS/2 mouse device common for all mice
Jun 25 18:41:26 lap kernel: Synaptics Touchpad, model: 1
Jun 25 18:41:26 lap kernel:  Firware: 4.6
Jun 25 18:41:26 lap kernel:  Sensor: 15
Jun 25 18:41:26 lap random: Initializing random number generator:  
succeeded
Jun 25 18:41:26 lap kernel:  new absolute packet format
Jun 25 18:41:26 lap kernel:  Touchpad has extended capability bits
Jun 25 18:41:26 lap kernel:  -> four buttons
Jun 25 18:41:26 lap kernel:  -> multifinger detection
Jun 25 18:41:26 lap kernel:  -> palm detection
Jun 25 18:41:26 lap kernel: input: Synaptics Synaptics TouchPad on 
isa0060/serio1
Jun 25 18:41:26 lap kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 25 18:41:26 lap kernel: input: AT Set 2 keyboard on isa0060/serio0
Jun 25 18:41:26 lap kernel: serio: i8042 KBD port at 0x60,0x64 irq 1




^ permalink raw reply	[flat|nested] 9+ messages in thread
* Synaptics support kills my mouse
@ 2003-06-26  0:34 Thomas Molina
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Molina @ 2003-06-26  0:34 UTC (permalink / raw)
  To: linux-kernel

Since about 2.5.72 the "new?" synaptics touchpad support kills my system.  
I have a Compaq Presario 12XL325, which does have a synaptics touchpad, 
but has always acted like a regular PS/2 mouse.  The last version  of the 
kernel which worked correctly in this respect was 2.5.72 bitkeeper as of 
June 18.  The next version I was able to test was 2.5.73 as of June 24.  
>From this version forward I get no mouse at all.  My recollection is that 
the June 18 bitkeeper version had optional synaptics support; including 
it broke mouse support, but compiling it with only ps/2 support enabled 
the mouse support.  


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

end of thread, other threads:[~2003-06-30 14:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-26 14:46 Synaptics support kills my mouse P. Christeas
2003-06-28  1:26 ` Thomas Molina
2003-06-29 18:44 ` Thomas Molina
2003-06-30 14:37   ` P. Christeas
  -- strict thread matches above, loose matches on Subject: below --
2003-06-26  1:06 Thomas Molina
2003-06-26 10:45 ` Arkadiusz Miskiewicz
2003-06-26 18:57   ` Ken Witherow
2003-06-26 17:07 ` Alessandro Suardi
2003-06-26  0:34 Thomas Molina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).