Re: Why does libinput randomly calls my touchpad "SynPS/2 Synaptics" or "Synaptics TM2722-001"?

2024-04-24 Thread Lyude Paul
f-b8d97bcb4a30 ro quiet > xorg-server 2:21.1.7-3+deb12u7 (https://www.debian.org/support) > Current version of pixman: 0.42.2 > > $ xinput --version > xinput version 1.6.3 > XI version on server: 2.4 > > > > On my old-ish Thinkpad T440, libinput alternatively call

Modifier or Meta Keys and Disabling Touchpad

2024-01-05 Thread Craig Harding
Hi - I have been trying to find a way to disable my touchpad (for pre-set amount of time) while pressing keys like Alt, Ctrl, or Shift. When I type typical alphanumeric keys on the keyboard my touchpad is disabled properly. Is there a way by using any of the x-cmds or other method(s) to have my

Re: Keyboard/Touchpad not recognized by X software

2021-01-03 Thread Peter Hutterer
noring this device. > 9102.754 This device may have been added with another device file. > 9102.754 config/udev: Adding input device Syn PS/2 Synaptics Touchpad > (/dev/input/event6) > 9102.754 No input driver specified, ignoring this device. > 9102.754 This device

Keyboard/Touchpad not recognized by X software

2020-12-18 Thread Ivan
. 9102.754config/udev: Adding input device Syn PS/2 Synaptics Touchpad (/dev/input/event6) 9102.754No input driver specified, ignoring this device. 9102.754This device may have been added with another device file. How should I proceed from here to get the X server to recognize

Re: losing touchpad events in some windows

2020-03-12 Thread Konstantin Sobolev
> > I'm on > > libinput 1.14.3 > > xf86-input-libinput 0.29.0 > > libevdev 1.8.0 > > > > do you know if these are affected? > > Not by that specific bug above, no. Time to file a bug against libinput, I > guess. > > Note that the libinput debug-events output may be a false positive, you'd > have

Re: losing touchpad events in some windows

2020-03-08 Thread Peter Hutterer
On Fri, Mar 06, 2020 at 01:25:48PM -0800, Konstantin Sobolev wrote: > Hi > > > I'm running xorg-server 1.20.6 with xorg-drivers 1.20 on Dell Precision > > 9540 > > > libinput is used for input, with touchpad using i2c_hid driver, this is > > on > > >

Re: losing touchpad events in some windows

2020-03-06 Thread Konstantin Sobolev
Hi > I'm running xorg-server 1.20.6 with xorg-drivers 1.20 on Dell Precision > 9540 > > libinput is used for input, with touchpad using i2c_hid driver, this is > on > > 5.5.7 kernel > > > > Sometimes (after suspend/resume?) touchpad taps and two finger scroll &g

Re: losing touchpad events in some windows

2020-03-05 Thread Peter Hutterer
On Thu, Mar 05, 2020 at 08:35:20AM -0800, Konstantin Sobolev wrote: > Hi > I'm running xorg-server 1.20.6 with xorg-drivers 1.20 on Dell Precision 9540 > libinput is used for input, with touchpad using i2c_hid driver, this is on > 5.5.7 kernel > > Sometimes (after suspend/resu

losing touchpad events in some windows

2020-03-05 Thread Konstantin Sobolev
Hi I'm running xorg-server 1.20.6 with xorg-drivers 1.20 on Dell Precision 9540 libinput is used for input, with touchpad using i2c_hid driver, this is on 5.5.7 kernel Sometimes (after suspend/resume?) touchpad taps and two finger scroll stops working in some windows, which spreads to all windows

Re: Touchpad gesture events via XInput2?

2019-09-23 Thread Michael Weiser
Hello Peter, On Wed, Sep 11, 2019 at 01:42:05PM +1000, Peter Hutterer wrote: > There's going to be a lot more detail to it than it may seem on the surface > too, usually any attempts to add new input events come to a halt when it > comes to figuring out how grabs will work with those new events

Re: Touchpad gesture events via XInput2?

2019-09-10 Thread Peter Hutterer
On Tue, Sep 10, 2019 at 09:51:47PM +0200, Michael Weiser wrote: > Hello, > > I've been looking into the current state of affairs regarding touchpad > gestures such as swipe and pinch on Linux as an end user. Everybody > wanting to support them seems to be talking to libinput d

Re: touchpad

2017-11-13 Thread Lucien Gentis
Hi Lucas, Didn't you get errors in ./configure output ? You might also check config.log in the same directory ; it will show you more details about eventual errors. Le 11/11/2017 à 00:35, Lucas Barros a écrit : Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.

Re: touchpad

2017-11-11 Thread walter harms
Am 11.11.2017 00:35, schrieb Lucas Barros: > I, i was installing synaptics and while following the instructions, i > opened the terminal and made cd to the right directory and made > ./configure, but after whem i made make it didn t do anything it just > printed > > make: *** Nenhum alvo

Re: touchpad

2017-11-10 Thread Ken Moffat
On Fri, Nov 10, 2017 at 11:35:28PM +, Lucas Barros wrote: > I, i was installing synaptics and while following the instructions, i > opened the terminal and made cd to the right directory and made > ./configure, but after whem i made make it didn t do anything it just > printed > > make: ***

touchpad

2017-11-10 Thread Lucas Barros
I, i was installing synaptics and while following the instructions, i opened the terminal and made cd to the right directory and made ./configure, but after whem i made make it didn t do anything it just printed make: *** Nenhum alvo indicado e nenhum arquivo make encontrado. Pare. it's in

Re: Configure touchpad for touchscreen driver

2017-05-08 Thread Martin Kepplinger
o do that too? >> >>> For testing purposes, I'd like to configure my laptop's touchpad for the >>> driver to use. It's totally comparable and I've done it for other stuff >>> for rough testing. I append the evtest output below. Should be fine. >>> >>

Re: Configure touchpad for touchscreen driver

2017-05-08 Thread Peter Hutterer
n touchpads where toolkits can't meaningfully provide gestures. it doesn't do it on touchscreens where the toolkits have the better context, so for touchscreens we merely forward the events as-is. Cheers, Peter > > > >> > >>> For testing purposes, I'd like to configure

Re: Configure touchpad for touchscreen driver

2017-05-07 Thread Peter Hutterer
oing that, instead it's better to write > a kernel driver and use the existing evdev/libinput drivers. > > > For testing purposes, I'd like to configure my laptop's touchpad for the > > driver to use. It's totally comparable and I've done it for other stuff > > for rough tes

Re: Configure touchpad for touchscreen driver

2017-05-07 Thread Peter Hutterer
t drivers. > For testing purposes, I'd like to configure my laptop's touchpad for the > driver to use. It's totally comparable and I've done it for other stuff > for rough testing. I append the evtest output below. Should be fine. > > I'm unsure how to override all other touch

Configure touchpad for touchscreen driver

2017-05-06 Thread Martin Kepplinger
Hi, I'm doing a touchscreen xorg input driver. For testing purposes, I'd like to configure my laptop's touchpad for the driver to use. It's totally comparable and I've done it for other stuff for rough testing. I append the evtest output below. Should be fine. I'm unsure how to override all

Re: [PATCH v3 xf86-input-synaptics] syndaemon: enable touchpad when pressing a modifier combo

2016-08-07 Thread Peter Hutterer
On Fri, Aug 05, 2016 at 10:21:59AM +0200, Anton Lindqvist wrote: > When ignoring modifiers, ensure the touchpad is enabled once a modifier > key is pressed disregarding any previous key press that caused the > touchpad to be disabled. > > Signed-off-by: Anton Lindqvist <anton.l

Re: [PATCH v3 xf86-input-synaptics] syndaemon: enable touchpad when pressing a modifier combo

2016-08-05 Thread Anton Lindqvist
When ignoring modifiers, ensure the touchpad is enabled once a modifier key is pressed disregarding any previous key press that caused the touchpad to be disabled. Signed-off-by: Anton Lindqvist <anton.lindqv...@gmail.com> --- On Fri, Aug 05, 2016 at 08:17:17AM +1000, Peter Hutterer

Re: [PATCH xf86-input-synaptics] syndaemon: enable touchpad when pressing a modifier combo

2016-08-04 Thread Anton Lindqvist
Thanks for the feedback. Here's a revised patch trying to resolve the issues. Should the new patch be re-submitted in a separate thread? >8 When ignoring modifiers, ensure the touchpad is enabled once a modifier key is pressed disregarding

Re: [PATCH xf86-input-synaptics] syndaemon: enable touchpad when pressing a modifier combo

2016-08-04 Thread Peter Hutterer
se add a v2, v3, etc. right after PATCH > > >8 > > When ignoring modifiers, ensure the touchpad is enabled once a modifier > key is pressed disregarding any previous key press that caused the > touchpad to be disabled

Re: [PATCH xf86-input-synaptics] syndaemon: enable touchpad when pressing a modifier combo

2016-08-03 Thread Peter Hutterer
On Mon, Aug 01, 2016 at 10:54:29AM +0200, Anton Lindqvist wrote: > I run syndaemon with the -K option and often find myself in the > following scenario: I'm typing non modifier combos in my terminal, only > to later press a modifier combo causing my WM to switch application, the &

[PATCH xf86-input-synaptics] syndaemon: enable touchpad when pressing a modifier combo

2016-08-01 Thread Anton Lindqvist
I run syndaemon with the -K option and often find myself in the following scenario: I'm typing non modifier combos in my terminal, only to later press a modifier combo causing my WM to switch application, the touchpad is then disabled due to my previous typing. I find this annoying and therefore

Re: Touchpad scrolls to the top of the page upon touching

2016-06-10 Thread Ingo Bürk
eriencing, for a while now, > that when I first start a two-finger scroll on my touchpad after having > done other things, it automatically scrolls all the way to the top. This > is quite annoying and reproducible in different applications. I've ran > evtest and it doesn't seem to be an issue comin

Re: Touchpad scrolls to the top of the page upon touching

2016-06-08 Thread Thomas Lübking
On Wed, Jun 08, 2016 at 10:01:34AM +0200, Ingo Bürk wrote: is quite annoying and reproducible in different applications. I've ran All gtk3 based? Does it work correctly when activating the window first? https://bugzilla.gnome.org/show_bug.cgi?id=750994 Cheers, Thomas

Re: Touchpad scrolls to the top of the page upon touching

2016-06-08 Thread Ingo Bürk
Hi Thomas, thank you for your reply. Indeed I can't reproduce it, e.g., in my terminal emulator. However, it doesn't sound like the correct bug because the bug report is about a scroll event being ignored. In my case it somehow scrolls all the way to the top. Regards Ingo On 06/08/2016 12:49

Touchpad scrolls to the top of the page upon touching

2016-06-08 Thread Ingo Bürk
Hello everybody, I use libinput on my T460s and have been experiencing, for a while now, that when I first start a two-finger scroll on my touchpad after having done other things, it automatically scrolls all the way to the top. This is quite annoying and reproducible in different applications

Report a bug touchscreen & having touchpad click disabled

2016-04-05 Thread Rod
Now posted this in irc ANd now emailing - its a minor problem but its persistant every now and then... so when using the touchscreen there is sometimes a firstclick on the touchpad that will register and then the .conf in /etc/X11/xorg.conf.d/ that disable the click on the touchpad

Re: interfacing new touchpad driver with Xorg synaptics

2016-01-03 Thread Peter Hutterer
On Sat, Dec 26, 2015 at 03:04:43PM -0800, Richard Pospesel wrote: > Hi, > > I'm working on a touchpad kernel driver (in the psmouse module) for BYD > touchpads. However, Xorg always selects the evdev 'pointer' driver (not > even the evdev 'touhpad' driver). I've browsed through

interfacing new touchpad driver with Xorg synaptics

2015-12-29 Thread Richard Pospesel
Hi, I'm working on a touchpad kernel driver (in the psmouse module) for BYD touchpads. However, Xorg always selects the evdev 'pointer' driver (not even the evdev 'touhpad' driver). I've browsed through other touchpad drivers in the psmouse module, and I don't seem to be missing anything

interfacing new touchpad driver with Xorg synaptics

2015-12-28 Thread Richard Pospesel
Hi, I'm working on a touchpad kernel driver (in the psmouse module) for BYD touchpads. However, Xorg always selects the evdev 'pointer' driver (not even the evdev 'touhpad' driver). I've browsed through other touchpad drivers in the psmouse module, and I don't seem to be missing anything

Re: Touchscreen recognized as touchpad with hid-multitouch driver

2014-05-01 Thread Peter Hutterer
On Thu, May 01, 2014 at 11:51:15AM +0200, tomw wrote: why are you trying to use the multitouch driver? IIRC it's a touchpad-only driver and will treat anything as touchpad. And evdev handles multitouch out-of-the-box now anyway. Thanks for pointing me at this, I was not fully aware

Touchscreen recognized as touchpad with hid-multitiouch driver

2014-04-30 Thread tomw
EndSection Section InputClass Identifier Touchscreen MatchProduct Elo TouchSystems MatchIsTouchscreen on MatchDevicePath /dev/input/event* Driver multitouch EndSection which makes the screen recognized as TOUCHPAD with device id 10: [22.925] (**) Elo

Re: Touchscreen recognized as touchpad with hid-multitiouch driver

2014-04-30 Thread Peter Hutterer
was digging a bit deeper to find out why. Basically I ran into two scenarios - depending whether I'm using either evdev or multitouch for the device: why are you trying to use the multitouch driver? IIRC it's a touchpad-only driver and will treat anything as touchpad. And evdev handles multitouch out

Set touchpad to only scroll

2014-04-20 Thread Sam Tygier
Hi, I have a thinkpad x230 and use the touchpoint to move the cursor. I normally disable the the touchpad completely using synclient TouchPadOff=1, but I would quite like to be able to still use the touchpad for scrolling. However if I try synclient TouchPadOff=1 synclient HorizTwoFingerScroll

Re: [PATCH synaptics] If the touchpad is in TOUCHPAD_OFF mode, allow physical clicks

2014-03-17 Thread Hans de Goede
Hi, On 03/17/2014 05:55 AM, Peter Hutterer wrote: Enabling clicks in off mode also allows for the new Lenovo *40 series to use the top software buttons while the touchpad is disabled. This benefits those that usually disable touchpads altogether but still need the buttons for the trackstick

[PATCH synaptics] If the touchpad is in TOUCHPAD_OFF mode, allow physical clicks

2014-03-16 Thread Peter Hutterer
Enabling clicks in off mode also allows for the new Lenovo *40 series to use the top software buttons while the touchpad is disabled. This benefits those that usually disable touchpads altogether but still need the buttons for the trackstick. This changes existing behaviour, but TouchpadOff

[PATCH xf86-input-synaptics 1/2] Allow using the entire touchpad for motions started inside the active area

2014-02-19 Thread Hans de Goede
synaptics offers an option to make parts of the touchpad insensitive. This is ie useful to do palm avoidance rather then palm detection (which may be unreliable) by disabling an area of 15% on the right and left side of the touchpad. Currently a motion which has started inside the active area

Re: [PATCH xf86-input-synaptics 1/2] Allow using the entire touchpad for motions started inside the active area

2014-02-19 Thread Peter Hutterer
On Wed, Feb 19, 2014 at 06:30:35PM +0100, Hans de Goede wrote: synaptics offers an option to make parts of the touchpad insensitive. This is ie useful to do palm avoidance rather then palm detection (which may be unreliable) by disabling an area of 15% on the right and left side

Re: synaptics and ALPS DualPoint TouchPad

2013-09-08 Thread Sérgio Basto
On Dom, 2013-09-08 at 18:27 +, Jethro Tull wrote: The ALPS DualPoint TouchPad synaptics in linux is way too sensitive. To check it one only needs to put on finger on it and near another one, he'll notice that even ~1 cm far the second finger will make the pointer on the screen vibrating

Add custom gesture recognition to touchpad and touchscreen driver module

2013-04-11 Thread Akshay Murarka
I am a third year student at BITS-Pilani , India. I am a good in the C language.I would like to apply for the X Input project proposed by you in Google Summer of code 2013, but I am confused as to how should I approach the topic. Can you guide me about how to start so that I can make a good

Re: BCM5974 touchpad issues...

2013-03-25 Thread Peter Hutterer
On Sun, Mar 10, 2013 at 06:17:58PM +0800, Daniel J Blueman wrote: On 6 March 2013 07:48, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Mar 05, 2013 at 03:30:57PM +0800, Daniel J Blueman wrote: I'm seeing [erratic click events and jumpy scrolling on Broadcom 5974 touchpads (Macbook

Re: BCM5974 touchpad issues...

2013-03-10 Thread Daniel J Blueman
On 6 March 2013 07:48, Peter Hutterer peter.hutte...@who-t.net wrote: On Tue, Mar 05, 2013 at 03:30:57PM +0800, Daniel J Blueman wrote: I'm seeing [erratic click events and jumpy scrolling on Broadcom 5974 touchpads (Macbook Pro 10,1) during two-finger scrolling] on Ubuntu 13.04 prerelease.

Re: BCM5974 touchpad issues...

2013-03-05 Thread Daniel J Blueman
-finger scrolling [2]? BTN_TOOL_DOUBLETAP is the boolean for two-fingers on the touchpad, so yes. I'm still seeing this after moving to Ubuntu 13.04 prerelease. Since the issue reproduces 1/20 times I scroll eg in gedit, it's hard to switch terminal, launch evtest and be sure it'll be logged. I

Re: BCM5974 touchpad issues...

2013-03-05 Thread Peter Hutterer
. Peter: would you expect these 'BTN_TOOL_DOUBLETAP value 1' events when two-finger scrolling [2]? BTN_TOOL_DOUBLETAP is the boolean for two-fingers on the touchpad, so yes. I'm still seeing this after moving to Ubuntu 13.04 prerelease. Since the issue reproduces 1/20 times I scroll eg

Re: BCM5974 touchpad issues...

2013-02-13 Thread Daniel J Blueman
On 12 February 2013 20:00, Timo Aaltonen tjaal...@ubuntu.com wrote: On 12.02.2013 09:32, Daniel J Blueman wrote: On 12 February 2013 12:47, Peter Hutterer peter.hutte...@who-t.net wrote: On Mon, Feb 11, 2013 at 03:10:41PM +0800, Daniel J Blueman wrote: I'm seeing erratic click events on

Re: BCM5974 touchpad issues...

2013-02-13 Thread Peter Hutterer
exact version, ie 2:1.13.0-0ubuntu6.1 [1]? yes, especially if there's a lot of patches applied by the distro. Peter: would you expect these 'BTN_TOOL_DOUBLETAP value 1' events when two-finger scrolling [2]? BTN_TOOL_DOUBLETAP is the boolean for two-fingers on the touchpad, so yes. Cheers

Re: BCM5974 touchpad issues...

2013-02-12 Thread Timo Aaltonen
On 12.02.2013 09:32, Daniel J Blueman wrote: On 12 February 2013 12:47, Peter Hutterer peter.hutte...@who-t.net wrote: please don't send out 4 emails for the same issue. My apologies; posting, subscribing and resubscribing to the right mailing list with you CCd was racing with quick moderator

BCM5974 touchpad issues...

2013-02-11 Thread Daniel J Blueman
I'm seeing erratic click events on Broadcom 5974 touchpads (Macbook Pro 10,1) during two-finger scrolling. I was wondering what mailing list is the most relevant, and where to start to see if this is a userspace or kernel HID issue, anyone? Thanks, Daniel $ synclient Parameter settings:

BCM5974 touchpad issues...

2013-02-11 Thread Daniel J Blueman
I'm seeing erratic click events on Broadcom 5974 touchpads (Macbook Pro 10,1) during two-finger scrolling. I was wondering what mailing list is the most relevant, and where to start to see if this is a userspace or kernel HID issue, anyone? Thanks, Daniel $ synclient Parameter settings:

BCM5974 touchpad issues...

2013-02-11 Thread Daniel J Blueman
I'm seeing erratic click events on Broadcom 5974 touchpads during two-finger scrolling. I was wondering where to start to see if this is a userspace or kernel HID issue. Thanks, Daniel $ synclient Parameter settings: LeftEdge= -3898 RightEdge = 4428

Re: BCM5974 touchpad issues...

2013-02-11 Thread Peter Hutterer
please don't send out 4 emails for the same issue. On Mon, Feb 11, 2013 at 03:10:41PM +0800, Daniel J Blueman wrote: I'm seeing erratic click events on Broadcom 5974 touchpads (Macbook Pro 10,1) during two-finger scrolling. I was wondering what mailing list is the most relevant, and where to

Re: BCM5974 touchpad issues...

2013-02-11 Thread Daniel J Blueman
On 12 February 2013 12:47, Peter Hutterer peter.hutte...@who-t.net wrote: please don't send out 4 emails for the same issue. My apologies; posting, subscribing and resubscribing to the right mailing list with you CCd was racing with quick moderator approval. On Mon, Feb 11, 2013 at 03:10:41PM

Re: cirque smartcat touchpad

2012-12-28 Thread Sebastian Glita
deals with touchpads directly these days, it's handled by the (linux) kernel and we see the evdev interface. So you need to first check if the kernel supports it. Do the 4-buttons work? The scroll? yes, likely, if the kernel supports the touchpad. You're right. Do the advanced gestures

Re: cirque smartcat touchpad

2012-11-22 Thread Sebastian Glita
-buttons work? The scroll?   yes, likely, if the kernel supports the touchpad. Actually, clicking, tapping and scrolling are enough for me. Thank s.    Do the advanced gestures work?   no, only scrolling. gestures are implemented on the client-side, so these must be implemented by your client

Re: cirque smartcat touchpad

2012-11-22 Thread Peter Hutterer
, if the kernel supports the touchpad. Actually, clicking, tapping and scrolling are enough for me. Thank s.    Do the advanced gestures work?   no, only scrolling. gestures are implemented on the client-side, so these must be implemented by your client-stack (which may already do

Re: cirque smartcat touchpad

2012-11-18 Thread Peter Hutterer
On Sat, Nov 17, 2012 at 04:37:49AM -0800, Sebastian Glita wrote: While trying a simple search whether Xorg supports this device: http://www.cirque.com/desktoptouchpad/productsandorders/smartcat.aspx the 4-button USB touchpad, probably with synaptics driver, I couldn't find any RECENT

cirque smartcat touchpad

2012-11-17 Thread Sebastian Glita
Hi, While trying a simple search whether Xorg supports this device: http://www.cirque.com/desktoptouchpad/productsandorders/smartcat.aspx the 4-button USB touchpad, probably with synaptics driver, I couldn't find any RECENT (2011-2012) discussion. Is it recognized with the latest

[PATCH xf86-input-synaptics v3 1/2] Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devices

2012-06-08 Thread Chase Douglas
Initially, treat them the same as MODEL_APPLETOUCH devices, as that is what they were recognized as before. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/eventcomm.c| 20 src/synaptics.c|3 ++- src/synapticsstr.h |3 ++- 3 files changed,

[PATCH xf86-input-synaptics v2 1/2] Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devices

2012-06-06 Thread Chase Douglas
Initially, treat them the same as MODEL_APPLETOUCH devices, as that is what they were recognized as before. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/eventcomm.c| 19 ++- src/synaptics.c|3 ++- src/synapticsstr.h |3 ++- 3 files changed,

[PATCH synaptics] Allow soft button areas to be specified in % of the touchpad

2012-03-20 Thread Peter Hutterer
, the button is assumed to extend to infinity in the given direction. +Any of the values may be given as percentage of the touchpad width or +height, whichever applies. . When the user performs a click within the defined soft button areas, the right or middle click action is performed. diff --git a/src

Re: [PATCH synaptics] Allow soft button areas to be specified in % of the touchpad

2012-03-20 Thread Chase Douglas
On 03/20/2012 08:32 PM, Peter Hutterer wrote: Signed-off-by: Peter Hutterer peter.hutte...@who-t.net It all looks good to me. Reviewed-by: Chase Douglas chase.doug...@canonical.com ___ xorg-devel@lists.x.org: X.Org development Archives:

[PATCH xf86-input-synaptics v4 09/10] Don't use linear regression when calculating touchpad motion deltas

2012-03-02 Thread Chase Douglas
The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can be verified on Synaptics semi-mt clickpads. The data rate is halved when two or more touches are on the device.

Elantech touchpad issue

2012-02-28 Thread Peter Zotov
Hello. I have a notebook, Samsung RC530, with Elantech touchpad: [18392.637632] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00) [18392.672694] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x15, 0x0c. The touchpad is identified

Re: [PATCH xf86-input-synaptics 11/12] Don't use linear regression when calculating touchpad motion deltas

2012-02-23 Thread Chase Douglas
On 02/22/2012 10:08 PM, Peter Hutterer wrote: On Wed, Feb 22, 2012 at 08:11:58PM -0800, Chase Douglas wrote: On 02/22/2012 07:59 PM, Peter Hutterer wrote: On Thu, Feb 09, 2012 at 06:53:05PM -0800, Chase Douglas wrote: The results depend on the data rate of the device. A device with a higher

[PATCH xf86-input-synaptics v3 09/10] Don't use linear regression when calculating touchpad motion deltas

2012-02-23 Thread Chase Douglas
The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can be verified on Synaptics semi-mt clickpads. The data rate is halved when two or more touches are on the device.

Re: [PATCH xf86-input-synaptics 11/12] Don't use linear regression when calculating touchpad motion deltas

2012-02-22 Thread Peter Hutterer
On Thu, Feb 09, 2012 at 06:53:05PM -0800, Chase Douglas wrote: The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can be verified on Synaptics semi-mt clickpads.

Re: [PATCH xf86-input-synaptics 11/12] Don't use linear regression when calculating touchpad motion deltas

2012-02-22 Thread Chase Douglas
On 02/22/2012 07:59 PM, Peter Hutterer wrote: On Thu, Feb 09, 2012 at 06:53:05PM -0800, Chase Douglas wrote: The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can

Re: [PATCH xf86-input-synaptics 11/12] Don't use linear regression when calculating touchpad motion deltas

2012-02-22 Thread Peter Hutterer
On Wed, Feb 22, 2012 at 08:11:58PM -0800, Chase Douglas wrote: On 02/22/2012 07:59 PM, Peter Hutterer wrote: On Thu, Feb 09, 2012 at 06:53:05PM -0800, Chase Douglas wrote: The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas,

[PATCH xf86-input-synaptics 11/12] Don't use linear regression when calculating touchpad motion deltas

2012-02-09 Thread Chase Douglas
The results depend on the data rate of the device. A device with a higher data rate, and thus lower individual deltas, will behave differently with the regression calculation. This can be verified on Synaptics semi-mt clickpads. The data rate is halved when two or more touches are on the device.

turn off touchpad scrolling?

2012-02-04 Thread Jeremy C. Reed
I moved to a new laptop with different Xorg and xterm install. (My window manager stayed the same.) Periodically my xterms would start (I thought) randomly scrolling or -- even worse -- pasting from my buffer. I didn't see anything in xterm manual about this. After a day of use, I noticed that

[PATCH xf86-input-synaptics v2 3/5] Only move the cursor when one touch is on a touchpad

2012-02-02 Thread Chase Douglas
Otherwise, we might post motion events and touch events for the same physical interaction. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- No change since v1 src/synaptics.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/synaptics.c

[PATCH synaptics 3/5] Only move the cursor when one touch is on a touchpad

2012-02-01 Thread Chase Douglas
Otherwise, we might post motion events and touch events for the same physical interaction. Signed-off-by: Chase Douglas chase.doug...@canonical.com --- src/synaptics.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index

Re: [Question] About keybord and touchpad interaction within X

2011-09-23 Thread JJ Ding
On Fri, 23 Sep 2011 15:49:33 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: On Fri, Sep 23, 2011 at 01:22:37PM +0800, JJ Ding wrote: Hi everyone, Notebooks usually have a touchpad as the default pointing device, and it is most often placed just below the keyboard. This makes

[Question] About keybord and touchpad interaction within X

2011-09-22 Thread JJ Ding
Hi everyone, Notebooks usually have a touchpad as the default pointing device, and it is most often placed just below the keyboard. This makes typing sometimes annoying because users might touch the touchpad unintentionally and cause the cursor to move away from your current window

Re: [Question] About keybord and touchpad interaction within X

2011-09-22 Thread Peter Hutterer
On Fri, Sep 23, 2011 at 01:22:37PM +0800, JJ Ding wrote: Hi everyone, Notebooks usually have a touchpad as the default pointing device, and it is most often placed just below the keyboard. This makes typing sometimes annoying because users might touch the touchpad unintentionally and cause

Re: [PATCH] Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognized

2011-09-21 Thread Peter Hutterer
On Fri, Sep 02, 2011 at 10:32:50AM -0700, Alan Coopersmith wrote: From: Casper Dik casper@oracle.com The code was checking for a value of exactly 1, while the Synaptics docs at http://www.synaptics.com/sites/default/files/511-000275-01rA.pdf say: Extended Model ID. This query

[PATCH] Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognized

2011-09-02 Thread Alan Coopersmith
From: Casper Dik casper@oracle.com The code was checking for a value of exactly 1, while the Synaptics docs at http://www.synaptics.com/sites/default/files/511-000275-01rA.pdf say: Extended Model ID. This query returns the product ID, additional capability bits, and additional bits

Re: [PATCH xf86-input-synaptics] Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognized

2011-09-02 Thread Alan Coopersmith
Whoops, forgot to set the patch name for that repo - should be xf86-input-synaptics if that wasn't obvious. -alan- On 09/02/11 10:32, Alan Coopersmith wrote: From: Casper Dikcasper@oracle.com The code was checking for a value of exactly 1, while the Synaptics docs at

Re: touchpad dell latitude d620 buffer overflow after touch

2011-02-27 Thread walter harms
you are using 1.9.3 RC 1. did is work before ? i use a D620 with touchpad but the X11 is much older (7.2) and i have no problems. re, wh Am 26.02.2011 12:08, schrieb Bastiaan Wakkie: 1.9.3 RC 1 ___ xorg-devel@lists.x.org: X.Org development

Re: touchpad dell latitude d620 buffer overflow after touch

2011-02-27 Thread Bastiaan Wakkie
Hi, Yes it did work before. I cannot pin point excactly but I would say it still worked in ubunto 9.10. regards, Bastiaan On 02/27/2011 06:20 PM, walter harms wrote: you are using 1.9.3 RC 1. did is work before ? i use a D620 with touchpad but the X11 is much older (7.2) and i have

Re: [PATCH synaptics] Stop scrolling if not exactly two fingers on touchpad.

2011-02-20 Thread Peter Hutterer
On Mon, Feb 14, 2011 at 10:08:41PM +0800, Daniel Kurtz wrote: X.Org Bug 34257 http://bugs.freedesktop.org/show_bug.cgi?id=34257 Signed-off-by: Daniel Kurtz djku...@google.com --- src/synaptics.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/synaptics.c

[PATCH synaptics] Stop scrolling if not exactly two fingers on touchpad.

2011-02-14 Thread Daniel Kurtz
X.Org Bug 34257 http://bugs.freedesktop.org/show_bug.cgi?id=34257 Signed-off-by: Daniel Kurtz djku...@google.com --- src/synaptics.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 783bd64..6e826f1 100644 --- a/src/synaptics.c +++

[PATCH (v5) evdev 4/4] Ensure touchpad events are always processed with MT

2011-01-19 Thread Daniel Stone
From: Chase Douglas chase.doug...@canonical.com Without this change, an MT touchpad in relative mode could end a touch while not resetting the oldMask used to calculate relative values. This fix allows a Magic Trackpad to behave as a relative mode device again. Signed-off-by: Chase Douglas

[PATCH synaptics 06/11] man: don't call it synaptics touchpad driver.

2010-06-15 Thread Peter Hutterer
Under Linux the kernel handles everything, so these days synaptics is the generic touchpad driver for anything that the kernel can handle. There aren't many synaptics-specific bits in the driver anymore. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- man/synaptics.man | 14

Re: [PATCH evdev] When labeling a device as touchpad, only check for LMR buttons.

2010-03-16 Thread Simon Thum
, pEvdev-key_bitmask)) { -if (num_buttons || TestBit(BTN_TOOL_FINGER, pEvdev-key_bitmask)) { +if (has_lmr || TestBit(BTN_TOOL_FINGER, pEvdev-key_bitmask)) { xf86Msg(X_INFO, %s: Found absolute touchpad.\n, pInfo-name

[PATCH evdev] When labeling a device as touchpad, only check for LMR buttons.

2010-03-15 Thread Peter Hutterer
-key_bitmask)) { -if (num_buttons || TestBit(BTN_TOOL_FINGER, pEvdev-key_bitmask)) { +if (has_lmr || TestBit(BTN_TOOL_FINGER, pEvdev-key_bitmask)) { xf86Msg(X_INFO, %s: Found absolute touchpad.\n, pInfo-name); pEvdev-flags

Re: Alps touchpad driver for X-input (synaptics alternative)

2009-10-19 Thread Peter Hutterer
On Fri, Oct 16, 2009 at 05:50:20PM +0200, Yotam Medini wrote: Hello Alps-TouchPad users and X11-input drivers gurus As a user of an ancient UMAX-ActionBook 530T, I found that the synaptics touchpad driver is probably more suitable for other hardware types. why? I'd be really interested

Alps touchpad driver for X-input (synaptics alternative)

2009-10-16 Thread Yotam Medini
Hello Alps-TouchPad users and X11-input drivers gurus As a user of an ancient UMAX-ActionBook 530T, I found that the synaptics touchpad driver is probably more suitable for other hardware types. For 'Alps' type touchpad as I happen to have, I wrote a simpler driver. Its code is much inspired