* 2.6.13-rc1-mm1 -- Synaptics touchpad not detected correctly
@ 2005-07-03 7:09 Miles Lane
2005-07-03 9:08 ` Peter Osterlund
0 siblings, 1 reply; 2+ messages in thread
From: Miles Lane @ 2005-07-03 7:09 UTC (permalink / raw)
To: LKML
Hello,
Any ideas why my Synaptics touchpad isn't getting recognized
as supporting multi-finger tap detection? I haven't seen detection
work with earlier kernels, either. However, multifinger taps work
under WinXP.
dmesg is reporting:
Synaptics Touchpad, model: 1, fw: 5.10, id: 0x258eb1, caps:
0xa04713/0x0
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
On the web, I found this reference:
http://www.softwarelibremorelos.gob.mx/pipermail/slm/2005-March/001267.html
Which, for 2.6.10, shows:
Synaptics Touchpad, model: 1
Firmware: 5.10
Sensor: 37
new absolute packet format
Touchpad has extended capability bits
-> multifinger detection
-> palm detection
input: SynPS/2 Synaptics TouchPad on isa0060/serio1
My .config contains:
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1280
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.13-rc1-mm1 -- Synaptics touchpad not detected correctly
2005-07-03 7:09 2.6.13-rc1-mm1 -- Synaptics touchpad not detected correctly Miles Lane
@ 2005-07-03 9:08 ` Peter Osterlund
0 siblings, 0 replies; 2+ messages in thread
From: Peter Osterlund @ 2005-07-03 9:08 UTC (permalink / raw)
To: Miles Lane; +Cc: LKML
Miles Lane <miles.lane@gmail.com> writes:
> Hello,
>
> Any ideas why my Synaptics touchpad isn't getting recognized
> as supporting multi-finger tap detection? I haven't seen detection
> work with earlier kernels, either. However, multifinger taps work
> under WinXP.
>
> dmesg is reporting:
>
> Synaptics Touchpad, model: 1, fw: 5.10, id: 0x258eb1, caps:
> 0xa04713/0x0
> input: SynPS/2 Synaptics TouchPad on isa0060/serio1
It looks like it is recognized. Bit 1 in the caps word tells if the
touchpad supports multi-finger detection. Earlier kernels used to
report this in plain text form, but it was considered bloating dmesg
unnecessarily, so now you only get the raw capability bits reported.
Anyway, you also need to use the X driver from
http://web.telia.com/~u89404340/touchpad/index.html
to take advantage of multi-finger taps. The kernel itself doesn't bind
any special actions to them.
--
Peter Osterlund - petero2@telia.com
http://web.telia.com/~u89404340
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-03 9:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-03 7:09 2.6.13-rc1-mm1 -- Synaptics touchpad not detected correctly Miles Lane
2005-07-03 9:08 ` Peter Osterlund
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox