- 05 Sep, 2014 1 commit
-
-
Peter Hutterer authored
Just to make it explicit Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Keith Packard <keithp@keithp.com>
-
- 09 Aug, 2012 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Chase Douglas <chase.douglas@canonical.com>
-
- 04 Jun, 2012 1 commit
-
-
Peter Hutterer authored
And switch a few current DBG messages to PS2DBG to have one ps/2 debugging output command. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Chase Douglas <chase.douglas@canonical.com>
-
- 10 May, 2012 1 commit
-
-
Peter Hutterer authored
This leaves us with a duplicated define for the maxbuttons but I'll live with that for now. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Acked-by:
Chase Douglas <chase.douglas@canonical.com>
-
- 09 May, 2012 1 commit
-
-
Peter Hutterer authored
x-indent-all.sh from xorg/util/modular as of c2d630fab65dbe3409af3947f6f442782ddb026f Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Chase Douglas <chase.douglas@canonical.com>
-
- 10 Feb, 2012 2 commits
-
-
Chase Douglas authored
Signed-off-by:
Chase Douglas <chase.douglas@canonical.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Chase Douglas authored
This is needed for when SynapticsHwState can't be allocated on the stack. Signed-off-by:
Chase Douglas <chase.douglas@canonical.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 29 Aug, 2011 1 commit
-
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 24 Aug, 2011 1 commit
-
-
Derek Foreman authored
Rather than always setting hw->millis as the time when we received the event in our SIGIO handler, use the time provided by the kernel if applicable (i.e. if we're using evdev rather than PS/2 or similar). Signed-off-by:
Derek Foreman <derek.foreman@collabora.co.uk> Reviewed-by:
Daniel Stone <daniel@fooishbar.org> [from_timer is in preparation for a future patch, currently unused] Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 31 May, 2011 1 commit
-
-
Peter Hutterer authored
xf86IDrvMsg automatically logs driver and device name. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 18 Mar, 2011 1 commit
-
-
Peter Hutterer authored
This patch needs more work before we can ship it. This reverts commit 049d5fb6. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 09 Mar, 2011 1 commit
-
-
Aapo Rantalainen authored
This patch allows usage of "synclient Orientation=0" (values from 0 to 3). It will rotate the touchpad similar to "xrandr -o". Original patch was extended for alps and ps2. Signed-off-by:
Christoph Brill <egore911@egore911.de>
-
- 01 Mar, 2011 5 commits
-
-
Alexandr Shadchin authored
Made SetDeviceAndProtocol() does not depend on the protocols, it will make it easier to add new backend. New behavior SetDeviceAndProtocol: 1) If not set Device or Protocol, then try AutoDevProbe 2) Otherwise, look for the appropriate protocol (Device and Protocol must be set) Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alexandr Shadchin authored
Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Alexandr Shadchin authored
Now SynapticsDefaultDimensions() called only once Signed-off-by:
Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 01 Sep, 2010 1 commit
-
-
Peter Hutterer authored
The latter is about to be removed from the server, InputInfoPtr has been around in all supported server versions. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 17 Jun, 2010 2 commits
-
-
Peter Hutterer authored
Guest mouse dates back to quite a while ago, hasn't been tested for ages and the current synaptics interface guide claims the bit that we used to check if guestmouse is available is "reserved for future use. The host should ignore the values of reserved bits when reading the capability bits." Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
No functional changes, just code structure. The eventcomm backened is the only one with a real probe function right now. So provide a default query proc that reads the touchpad coordinates in. The values provided are the ones that then will give us the right edge settings in concordance with the default we had before. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 16 Jun, 2010 1 commit
-
-
Peter Hutterer authored
These defines aren't used by anything but the ps2comm interface. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Fernando Carrijo <fcarrijo@yahoo.com.br>
-
- 24 May, 2010 1 commit
-
-
Peter Hutterer authored
The server has deprecated them now, so we get a lot of warnings for little benefit. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Matt Turner <mattst88@gmail.com>
-
- 04 Nov, 2009 1 commit
-
-
Peter Hutterer authored
Add --enable-debug to list of configure options. Clean up the DBG macro to use xf86MsgVerb and supply the verbosity. Don't use ErrorF from the driver, use xf86Msg instead. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Acked-by:
Adam Jackson <ajax@redhat.com>
-
- 08 May, 2009 1 commit
-
-
Peter Hutterer authored
This was only used in PS/2, on linux only on kernel 2.4 and it clobbered up the rest. Move it to the ps2comm parts only, keep it private there. This includes adding a "proto_data" field to the SynapticsPrivate. This patch removes the -h option for synclient. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by:
Christoph Brill <egore911@egore911.de>
-
- 04 May, 2009 1 commit
-
-
Peter Hutterer authored
Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 27 Apr, 2009 1 commit
-
-
Eygene Ryabinkin authored
Previously multifinger taps were sensed on the Z value > 0: this isn't very correct. Accorging to the specification, Z values below 30 correspond only to a very light taps or just floating fingers. I had run into the situation when I was clicking on the physical left button and that click was transformed to the right button click via ClickFinger2, but I wasn't tapping the touchpad at all. Investigations showed very small values of Z -- my other fingers were just floating above touchpad. This change also makes click (and finger) detection more consistent, because it uses FingerHigh to detect taps everywhere. X.Org Bug 21427 <http://bugs.freedesktop.org/show_bug.cgi?id=21427> Signed-off-by:
Eygene Ryabinkin <rea-fbsd@codelabs.ru> Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> Acked-by:
Henrik Rydberg <rydberg@euromail.se>
-
- 26 Apr, 2009 2 commits
-
-
Peter Hutterer authored
And allow for them to be NULL without crashing the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
Peter Hutterer authored
The only thing we still export through SHM is the hardware state.
-
- 05 Mar, 2009 1 commit
-
-
Peter Hutterer authored
This fixes the 64-bit issues with 1.0.99.3. Not having xorg-server.h included in time means we miss out on _XSERVER64, which leads to different sizes of the LocalDeviceRec struct in the driver and the server. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net>
-
- 17 Sep, 2008 1 commit
-
-
Henrik Rydberg authored
The auto-dev probing requires opening the device locally to determine the type of device, so that the right protocol can be assigned. However, all other setup work should be performed during initialization of the assigned and opened device. This patch moves the read-device-dimensions functionality from some special cases during the probe process to the initialization routine, where it can be used for all supported devices. Signed-off-by:
Henrik Rydberg <rydberg@euromail.se> Signed-off-by:
Peter Hutterer <peter.hutterer@redhat.com>
-
- 09 Sep, 2008 1 commit
-
-
Peter Hutterer authored
For auto-dev, we'd probe the device node and get the axis ranges. If we specify the device however we didn't retrieve the axis ranges and thus got stuck with the defaults - losing out on automatic edge and accel calculation. This is an issue if the device is hotplugged, as HAL will specify the device node. This patch adds another hook to synproto_operations to pre-probe the device. This hook is only used by eventcomm and opens the FD, queries the axis range and closes the FD again.
-
- 11 Jul, 2008 1 commit
-
-
Christoph Brill authored
-
- 06 Jun, 2008 2 commits
-
-
Christoph Brill authored
This version is able to build against latest xorg git (including xinput changes for MPX). It incoperates many concepts stolen from xf86-input-evdev. I'm not sure about *BSD support, but from what I understood psmcomm is only used on *BSD whild eventcomm is only used on Linux. So I enabled the build of these only on the given operating system. Also fix some minor issues that are related to the old build system (VERSION_ID related).
-
Christoph Brill authored
First let's move the source and header files to a seperate source directory. The structure of the new directory layout will be similar to xf86-input-evdev.
-
- 11 Apr, 2007 1 commit
-
-
Peter Osterlund authored
device for exclusive use.
-
- 17 Dec, 2006 1 commit
-
-
Jesper Smith authored
-
- 09 Apr, 2006 4 commits
-
-
Peter Osterlund authored
specific functions.
-
Peter Osterlund authored
linux kernel.
-
Peter Osterlund authored
-
Peter Osterlund authored
-