* [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this?
@ 2004-08-17 7:49 Shawn Starr
2004-08-17 7:52 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Found it ignore Shawn Starr
2004-08-17 8:02 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Shawn Starr
0 siblings, 2 replies; 12+ messages in thread
From: Shawn Starr @ 2004-08-17 7:49 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm
mice: PS/2 mouse device common for all mice
input: IBM PC110 TouchPad at 0x15e0 irq 10 <----------------------------- This is new
input: AT Translated Set 2 keyboard on isa0060/serio0
Synaptics Touchpad, model: 1
Firmware: 5.9
Sensor: 44
new absolute packet format
Touchpad has extended capability bits
-> multifinger detection
-> palm detection
-> pass-through port
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
serio: Synaptics pass-through port atisa0060/serio1/input0
Which patch is this? its nice but I don't see any ability (yet) to control its sensitivity (especially in KDE!). Upon using 2.6.8-rc4-bk2 there was no such device (you could not touch the pad as a button).
Shawn.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Found it ignore
2004-08-17 7:49 [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? Shawn Starr
@ 2004-08-17 7:52 ` Shawn Starr
2004-08-17 8:02 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Shawn Starr
1 sibling, 0 replies; 12+ messages in thread
From: Shawn Starr @ 2004-08-17 7:52 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm
On August 17, 2004 03:49, Shawn Starr wrote:
> mice: PS/2 mouse device common for all mice
> input: IBM PC110 TouchPad at 0x15e0 irq 10 <-----------------------------
> This is new input: AT Translated Set 2 keyboard on isa0060/serio0
> Synaptics Touchpad, model: 1
> Firmware: 5.9
> Sensor: 44
> new absolute packet format
> Touchpad has extended capability bits
> -> multifinger detection
> -> palm detection
> -> pass-through port
> input: SynPS/2 Synaptics TouchPad on isa0060/serio1
> serio: Synaptics pass-through port atisa0060/serio1/input0
>
> Which patch is this? its nice but I don't see any ability (yet) to control
> its sensitivity (especially in KDE!). Upon using 2.6.8-rc4-bk2 there was no
> such device (you could not touch the pad as a button).
>
> Shawn.
new device driver to enable the IBM Multiport Serial Adapter
I found it, its a serial device.
Shawn.
^ permalink raw reply [flat|nested] 12+ messages in thread
* [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-08-17 7:49 [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? Shawn Starr
2004-08-17 7:52 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Found it ignore Shawn Starr
@ 2004-08-17 8:02 ` Shawn Starr
2004-08-17 13:01 ` Dmitry Torokhov
2004-08-17 14:28 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Alan Cox
1 sibling, 2 replies; 12+ messages in thread
From: Shawn Starr @ 2004-08-17 8:02 UTC (permalink / raw)
To: linux-kernel
Sorry, I stand corrected. I don't know where this patch is added from which
enables the touchpad to act as a 'button press'.
Shawn.
On August 17, 2004 03:49, Shawn Starr wrote:
> mice: PS/2 mouse device common for all mice
> input: IBM PC110 TouchPad at 0x15e0 irq 10 <-----------------------------
> This is new input: AT Translated Set 2 keyboard on isa0060/serio0
> Synaptics Touchpad, model: 1
> Firmware: 5.9
> Sensor: 44
> new absolute packet format
> Touchpad has extended capability bits
> -> multifinger detection
> -> palm detection
> -> pass-through port
> input: SynPS/2 Synaptics TouchPad on isa0060/serio1
> serio: Synaptics pass-through port atisa0060/serio1/input0
>
> Which patch is this? its nice but I don't see any ability (yet) to control
> its sensitivity (especially in KDE!). Upon using 2.6.8-rc4-bk2 there was no
> such device (you could not touch the pad as a button).
>
> Shawn.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-08-17 8:02 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Shawn Starr
@ 2004-08-17 13:01 ` Dmitry Torokhov
2004-08-18 1:46 ` Shawn Starr
` (2 more replies)
2004-08-17 14:28 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Alan Cox
1 sibling, 3 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2004-08-17 13:01 UTC (permalink / raw)
To: linux-kernel; +Cc: Shawn Starr
On Tuesday 17 August 2004 03:02 am, Shawn Starr wrote:
> Sorry, I stand corrected. I don't know where this patch is added from which
> enables the touchpad to act as a 'button press'.
>
mousedev now does tap emulation for touchpads working in absolute mode
(Synaptics) so you don't need to use psmouse.proto= parameter to force
it in PS/2 compatibility mode. Use mousedev.tap_time= option to control
it.
The patch is only in -mm at the moment.
--
Dmitry
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-08-17 8:02 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Shawn Starr
2004-08-17 13:01 ` Dmitry Torokhov
@ 2004-08-17 14:28 ` Alan Cox
1 sibling, 0 replies; 12+ messages in thread
From: Alan Cox @ 2004-08-17 14:28 UTC (permalink / raw)
To: Shawn Starr; +Cc: Linux Kernel Mailing List
On Maw, 2004-08-17 at 09:02, Shawn Starr wrote:
> > mice: PS/2 mouse device common for all mice
> > input: IBM PC110 TouchPad at 0x15e0 irq 10 <-----------------------------
> > This is new input: AT Translated Set 2 keyboard on isa0060/serio0
You enabled the IBM PC110 driver. Thats a driver for a specifc touchpad
device on IBM PC110 palmtop pcs - nothing to do with it 8)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-08-17 13:01 ` Dmitry Torokhov
@ 2004-08-18 1:46 ` Shawn Starr
2004-09-03 7:12 ` Frank Steiner
2004-09-17 1:49 ` [INPUT] mousedev touchpad functionality additions for inclusion into 2.6.9? Shawn Starr
2 siblings, 0 replies; 12+ messages in thread
From: Shawn Starr @ 2004-08-18 1:46 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-kernel
Great, it works
On top of that the X driver for the Synaptics device along with qsynaptics (a
userland GUI tool) all works fine.
Good stuff!
Shawn.
On August 17, 2004 09:01, Dmitry Torokhov wrote:
> On Tuesday 17 August 2004 03:02 am, Shawn Starr wrote:
> > Sorry, I stand corrected. I don't know where this patch is added from
> > which enables the touchpad to act as a 'button press'.
>
> mousedev now does tap emulation for touchpads working in absolute mode
> (Synaptics) so you don't need to use psmouse.proto= parameter to force
> it in PS/2 compatibility mode. Use mousedev.tap_time= option to control
> it.
>
> The patch is only in -mm at the moment.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-08-17 13:01 ` Dmitry Torokhov
2004-08-18 1:46 ` Shawn Starr
@ 2004-09-03 7:12 ` Frank Steiner
2004-09-03 7:27 ` Dmitry Torokhov
2004-09-17 1:49 ` [INPUT] mousedev touchpad functionality additions for inclusion into 2.6.9? Shawn Starr
2 siblings, 1 reply; 12+ messages in thread
From: Frank Steiner @ 2004-09-03 7:12 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-kernel
Dmitry Torokhov wrote:
> On Tuesday 17 August 2004 03:02 am, Shawn Starr wrote:
>
>>Sorry, I stand corrected. I don't know where this patch is added from which
>>enables the touchpad to act as a 'button press'.
>>
>
>
> mousedev now does tap emulation for touchpads working in absolute mode
> (Synaptics) so you don't need to use psmouse.proto= parameter to force
> it in PS/2 compatibility mode. Use mousedev.tap_time= option to control
> it.
>
> The patch is only in -mm at the moment.
Can that patch be downloaded somewhere to patch against 2.6.8.1? I don't
have any tapping support for my synaptic touchpad on my compaq laptop after
switching from 2.4 to 2.6.
It seems that most of the patches at http://www.geocities.com/dt_or/input/2_6_7/
are already in 2.6.8.1: Just the tapping stuff seems to be missing. And
I can't extract your patch from the 2.6.9-rc1-mm2 stuff, because it seems
to be mixed with some other patches there.
Is there a sole version of this patch fir 2.6.8.1 somewhere?
cu,
Frank
--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-09-03 7:12 ` Frank Steiner
@ 2004-09-03 7:27 ` Dmitry Torokhov
2004-09-03 7:53 ` Frank Steiner
0 siblings, 1 reply; 12+ messages in thread
From: Dmitry Torokhov @ 2004-09-03 7:27 UTC (permalink / raw)
To: Frank Steiner; +Cc: linux-kernel
On Friday 03 September 2004 02:12 am, Frank Steiner wrote:
> Dmitry Torokhov wrote:
> > On Tuesday 17 August 2004 03:02 am, Shawn Starr wrote:
> >
> >>Sorry, I stand corrected. I don't know where this patch is added from which
> >>enables the touchpad to act as a 'button press'.
> >>
> >
> >
> > mousedev now does tap emulation for touchpads working in absolute mode
> > (Synaptics) so you don't need to use psmouse.proto= parameter to force
> > it in PS/2 compatibility mode. Use mousedev.tap_time= option to control
> > it.
> >
> > The patch is only in -mm at the moment.
>
> Can that patch be downloaded somewhere to patch against 2.6.8.1? I don't
> have any tapping support for my synaptic touchpad on my compaq laptop after
> switching from 2.4 to 2.6.
> It seems that most of the patches at http://www.geocities.com/dt_or/input/2_6_7/
> are already in 2.6.8.1: Just the tapping stuff seems to be missing. And
> I can't extract your patch from the 2.6.9-rc1-mm2 stuff, because it seems
> to be mixed with some other patches there.
> Is there a sole version of this patch fir 2.6.8.1 somewhere?
>
No, I don't think I have one... If you are using BitKeeper, yo could just do:
bk pull bk://dtor.bkbits.net/input
But have you tried installing XFree86/XOrg Synaptics driver
(http://w1.894.telia.com/~u89404340/touchpad/index.html)?
It does support tapping just fine...
--
Dmitry
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-09-03 7:27 ` Dmitry Torokhov
@ 2004-09-03 7:53 ` Frank Steiner
2004-09-06 7:32 ` Frank Steiner
0 siblings, 1 reply; 12+ messages in thread
From: Frank Steiner @ 2004-09-03 7:53 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-kernel
Dmitry Torokhov wrote:
> No, I don't think I have one... If you are using BitKeeper, yo could just do:
>
> bk pull bk://dtor.bkbits.net/input
I will try that (not having bitkeeper yet, but I planned to do install for
some time... You always need a reason to be pushed :-))
>
> But have you tried installing XFree86/XOrg Synaptics driver
> (http://w1.894.telia.com/~u89404340/touchpad/index.html)?
> It does support tapping just fine...
I will try. I had already looked at the page, but it says "If you use a
2.6 linux kernel, you might want to try Dmitry Torokhov's kernel patches."
so that's looked at your patches first :-)
I will try both your proposals and report sucess.
Thanks!
cu,
Frank
--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still
2004-09-03 7:53 ` Frank Steiner
@ 2004-09-06 7:32 ` Frank Steiner
0 siblings, 0 replies; 12+ messages in thread
From: Frank Steiner @ 2004-09-06 7:32 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-kernel
Frank Steiner wrote:
>> But have you tried installing XFree86/XOrg Synaptics driver
>> (http://w1.894.telia.com/~u89404340/touchpad/index.html)?
>> It does support tapping just fine...
Yes, that works, as well as the gpm version I have (I just had to
detect the evdev option :-)).
And I also had success with the psmouse.proto=bare option which I just
checked to see if it works...
cu,
Frank
--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
^ permalink raw reply [flat|nested] 12+ messages in thread
* [INPUT] mousedev touchpad functionality additions for inclusion into 2.6.9?
2004-08-17 13:01 ` Dmitry Torokhov
2004-08-18 1:46 ` Shawn Starr
2004-09-03 7:12 ` Frank Steiner
@ 2004-09-17 1:49 ` Shawn Starr
2004-09-17 4:37 ` Dmitry Torokhov
2 siblings, 1 reply; 12+ messages in thread
From: Shawn Starr @ 2004-09-17 1:49 UTC (permalink / raw)
To: Dmitry Torokhov; +Cc: linux-kernel
Any change of this going into mainline? I'm using this with 2.6.9-rc2-bk2 with
no issues.
Shawn.
On August 17, 2004 09:01, Dmitry Torokhov wrote:
> On Tuesday 17 August 2004 03:02 am, Shawn Starr wrote:
> > Sorry, I stand corrected. I don't know where this patch is added from
> > which enables the touchpad to act as a 'button press'.
>
> mousedev now does tap emulation for touchpads working in absolute mode
> (Synaptics) so you don't need to use psmouse.proto= parameter to force
> it in PS/2 compatibility mode. Use mousedev.tap_time= option to control
> it.
>
> The patch is only in -mm at the moment.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [INPUT] mousedev touchpad functionality additions for inclusion into 2.6.9?
2004-09-17 1:49 ` [INPUT] mousedev touchpad functionality additions for inclusion into 2.6.9? Shawn Starr
@ 2004-09-17 4:37 ` Dmitry Torokhov
0 siblings, 0 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2004-09-17 4:37 UTC (permalink / raw)
To: Shawn Starr; +Cc: linux-kernel
On Thursday 16 September 2004 08:49 pm, Shawn Starr wrote:
> Any change of this going into mainline? I'm using this with 2.6.9-rc2-bk2 with
> no issues.
>
It has just been merged.
--
Dmitry
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-09-17 4:37 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-17 7:49 [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? Shawn Starr
2004-08-17 7:52 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Found it ignore Shawn Starr
2004-08-17 8:02 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Shawn Starr
2004-08-17 13:01 ` Dmitry Torokhov
2004-08-18 1:46 ` Shawn Starr
2004-09-03 7:12 ` Frank Steiner
2004-09-03 7:27 ` Dmitry Torokhov
2004-09-03 7:53 ` Frank Steiner
2004-09-06 7:32 ` Frank Steiner
2004-09-17 1:49 ` [INPUT] mousedev touchpad functionality additions for inclusion into 2.6.9? Shawn Starr
2004-09-17 4:37 ` Dmitry Torokhov
2004-08-17 14:28 ` [2.6.8.1-mm1][input] - IBM TouchPad support added? Which patch is this? - Unsure still Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox