| Commit message (Expand) | Author | Age |
* | code-remap for 2.8.2code-remap-2.8.2 | Gianni Ceccarelli | 2014-04-09 |
* | evdev 2.8.2 | Peter Hutterer | 2013-10-07 |
* | Write a SYN_REPORT after the last LED | Peter Hutterer | 2013-10-07 |
* | Map REL_DIAL to vertical scrolling | Peter De Wachter | 2013-10-07 |
* | evdev 2.8.1xf86-input-evdev-2.8.1 | Peter Hutterer | 2013-07-11 |
* | Don't allow a wheel emulation inertia of 0 (#66125) | Peter Hutterer | 2013-06-27 |
* | Use EvdevBitIsSet, not the server's BitIsOn | Peter Hutterer | 2013-05-31 |
* | Drop cached name and led_bitmask - nothing reads this | Peter Hutterer | 2013-05-31 |
* | Switch default model to pc104. | Peter Hutterer | 2013-05-31 |
* | Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival... | Peter Hutterer | 2013-05-01 |
* | Add option TypeName (#62831) | Peter Hutterer | 2013-04-16 |
* | evdev 2.8.0xf86-input-evdev-2.8.0 | Peter Hutterer | 2013-03-26 |
* | Return BadValue if EvdevOpenMTDev fails | Peter Hutterer | 2013-02-12 |
* | Make errors on EVIOCGBIT more obvious | Peter Hutterer | 2013-02-12 |
* | Always init axis mapping for the first two rel axes (#59784) | Peter Hutterer | 2013-01-25 |
* | Merge branch 'touch-axis-swap' | Peter Hutterer | 2013-01-25 |
|\ |
|
| * | Handle axis swap, calibration, and inversion for touch events (#59340) | Peter Hutterer | 2013-01-14 |
| * | Move calibration adjustments to helper function | Peter Hutterer | 2013-01-14 |
| * | Move valuator swapping into a helper function | Peter Hutterer | 2013-01-14 |
| * | Localise tmp variable | Peter Hutterer | 2013-01-14 |
* | | Allow relative scroll valuators on absolute devices (#54387) | Peter Hutterer | 2013-01-23 |
* | | Split rel and abs axis mapping into two separate arrays | Peter Hutterer | 2013-01-23 |
* | | Move some stuff into the new alloc function | Peter Hutterer | 2013-01-23 |
* | | Move allocation of EvdevRec into a helper function | Peter Hutterer | 2013-01-23 |
* | | autogen.sh: Implement GNOME Build API | Colin Walters | 2013-01-16 |
* | | configure: Drop AM_MAINTAINER_MODE | Adam Jackson | 2013-01-16 |
|/ |
|
* | Force a button if MT axes are present and it is not a gamepad | Mauro Carvalho Chehab | 2013-01-08 |
* | Drop special XKB option handling | Peter Hutterer | 2013-01-08 |
* | Localise XKB initialization | Peter Hutterer | 2013-01-08 |
* | If stat fails, pretend it's not a virtual device | Peter Hutterer | 2012-12-05 |
* | Add missing mt axis labels | Benjamin Tissoires | 2012-11-30 |
* | Use LogMessageVerbSigSafe if available | Peter Hutterer | 2012-08-10 |
* | Fix broken ButtonMapping option (#53168) | Peter Hutterer | 2012-08-08 |
* | Link against libudev | Peter Hutterer | 2012-08-07 |
* | Don't delete the device on ENODEV | Peter Hutterer | 2012-08-07 |
* | Only use mtdev for multitouch devices | Peter Hutterer | 2012-07-27 |
* | Don't re-open mtdev after PreInit | Peter Hutterer | 2012-07-25 |
* | Fix compilation warnings for non-multitouch builds | Daniel Stone | 2012-07-13 |
* | Move axis labels into a separate header file | Peter Hutterer | 2012-06-15 |
* | Split initializing one axis label out into a helper function | Peter Hutterer | 2012-06-15 |
* | Constify InputDriverRec->default_options | Peter Hutterer | 2012-06-08 |
* | Move duplicate check up before mtdev allocation | Peter Hutterer | 2012-06-08 |
* | Close the fd when mtdev open fails | Peter Hutterer | 2012-06-08 |
* | Release mtdev data whenever we close the fd | Peter Hutterer | 2012-06-08 |
* | strtol doesn't need a empty string, NULL is good enough. | Peter Hutterer | 2012-06-08 |
* | Use xf86IDrvMsg in emuMB.c instead of ErrorF | Peter Hutterer | 2012-06-08 |
* | Fix buffer overrun when populating axis label property array | Chase Douglas | 2012-06-07 |
* | Report the correct number of touches for MT protocol B devices | Chase Douglas | 2012-05-25 |
* | Fix some obvious constness-related compile warnings. | Marcin Slusarz | 2012-05-21 |
* | Devices configured as mice need REL_X/Y | Peter Hutterer | 2012-05-01 |