Commit Graph

  • 1ced7ec7e2 evdev: rename EvdevCacheCompare() to EvdevCache() Peter Korsgaard 2010-12-10 16:16:59 +0100
  • 1c5ad6f8a0 evdev 2.5.99.902 Peter Hutterer 2010-12-08 12:40:49 +1000
  • 6fd1d0860e Return error codes from EvdevOpenDevice() Peter Hutterer 2010-12-06 11:41:11 +1000
  • 31ba99e9ed evdev 2.5.99.901 Peter Hutterer 2010-11-19 14:27:09 +1000
  • a4aefca2ed Reshuffle to avoid the need for XI86_CONFIGURED. Peter Hutterer 2010-10-25 11:05:18 +1000
  • 20d7a0a4aa Input API 12 requires a valuator mode for each axis. Peter Hutterer 2010-10-25 10:38:21 +1000
  • 5e26ba8641 Extend button mapping to full ranges Nikolai Kondrashov 2010-10-20 23:31:30 +0400
  • 71dd18f728 Rename CountBits to EvdevCountBits. Peter Hutterer 2010-10-19 10:22:55 +1000
  • c3e49f2b95 Use an array for the proximity bits. Peter Hutterer 2010-10-20 10:33:39 +1000
  • b06d3ffdcd Rename abs/rel/prox to abs_queued/rel_queued/prox_queued. Peter Hutterer 2010-10-20 10:20:26 +1000
  • 3646371eef Add the names of the valuators for the multitouch properties Benjamin Tissoires 2010-10-16 20:20:31 +0200
  • b48f4c41c0 Add proximity support. Peter Hutterer 2010-10-11 09:33:28 +1000
  • 185ad42078 Rename evdev->tool to evdev->proximity. Peter Hutterer 2010-09-08 10:47:34 +1000
  • 7282e3ac6c When posting buttons, post absolute valuators if we have them. Peter Hutterer 2010-09-08 11:30:14 +1000
  • c504852aa2 Fix valuator offset when posting absolute motion events. Peter Hutterer 2010-09-08 11:29:11 +1000
  • 4bbf9c9125 Don't pass pointers around to first_v and num_v. Peter Hutterer 2010-09-08 11:28:27 +1000
  • 684426a9d2 De-duplicate event queue access. Peter Hutterer 2010-09-08 10:59:12 +1000
  • 9664e5a487 Remove refcnt initialization from InputDriverRec. Peter Hutterer 2010-10-06 10:58:17 +1000
  • 0367e3871f Clean up button code to number mapping Nikolai Kondrashov 2010-09-02 18:09:13 +0400
  • 617a09e298 Add BTN_TOUCH/STYLUS/STYLUS2 support. Nikolai Kondrashov 2010-09-07 10:38:20 +1000
  • b83515485b SwapAxes should rescale raw values when enabled Tim Yamin 2010-09-07 10:31:02 +1000
  • 009d442aa3 Merge branch 'input-api' of git://people.freedesktop.org/~whot/xf86-input-evdev Peter Hutterer 2010-09-01 13:04:29 +1000
  • 10493de96e Improve dumb tablet detection Nikolai Kondrashov 2010-08-31 11:31:07 +0400
  • 829facd516 Bump to 2.5.99. Peter Hutterer 2010-08-31 14:09:46 +1000
  • fbafe59420 Fix comments about BTN_TOOL_PEN. Nikolai Kondrashov 2010-08-25 00:39:45 +0400
  • 990540fa19 evdev 2.5.0 Peter Hutterer 2010-08-23 10:34:36 +1000
  • b8945e61eb man: don't reference README.mouse Peter Hutterer 2010-08-23 10:27:35 +1000
  • 97dc45b769 evdev 2.4.99.901 Peter Hutterer 2010-08-19 12:50:25 +1000
  • ec6cb31cc4 evdev: Initialize valuators array. (#24737) Bartosz Brachaczek 2010-08-10 22:31:37 +0200
  • ed47c7f33e evdev: Revert "Set all valuators for relative motion events (#24737)" Bartosz Brachaczek 2010-08-10 22:31:00 +0200
  • 899218e181 Don't count BTN_TOUCH as tool. (#29428) Peter Hutterer 2010-08-09 13:01:11 +1000
  • 4964c61f4b Return BadMatch for already configured devices. Peter Hutterer 2010-07-22 11:32:08 +1000
  • 92e8dc4961 Use the new input API (changed PreInit function prototype). Peter Hutterer 2010-07-22 10:57:02 +1000
  • e0e4b7d89b Move private init down. Peter Hutterer 2010-07-22 10:51:54 +1000
  • d2c11d36a0 Use pInfo->options instead of dev->commonOptions. Peter Hutterer 2010-07-22 10:51:12 +1000
  • 2f636402d8 Add ifdefs for pre ABI 12 support. Peter Hutterer 2010-07-22 10:40:01 +1000
  • 3d3565c069 Remove usage of XI86_POINTER_CAPABLE and XI86_KEYBOARD_CAPABLE. Peter Hutterer 2010-07-22 10:38:58 +1000
  • 421585fda6 Fix out-of-bounds access if more than MAX_VALUATORS are present. (#28809) Alex Warg 2010-06-30 10:33:46 +1000
  • 8697811f56 man: some minor fixes to man page. Peter Hutterer 2010-06-22 14:40:13 +1000
  • b06bffdc97 Add myself to Authors in man page. Peter Hutterer 2010-06-11 10:01:08 +1000
  • 9410e452d2 config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS Gaetan Nadon 2010-05-27 21:56:47 -0400
  • 516e538da4 config: upgrade to util-macros 1.8 for additional man page support Gaetan Nadon 2010-05-27 20:51:47 -0400
  • 1f38e1bc11 COPYING: update and refactor the Copyright notices Gaetan Nadon 2010-06-12 09:59:06 -0400
  • 456579ba30 Bump to 2.4.99 Peter Hutterer 2010-06-01 10:20:25 +1000
  • 21a2ac818e Disable middle mouse button emulation by default. Peter Hutterer 2010-05-28 09:47:17 +1000
  • 4c21624240 Remove libc wrappers for malloc, calloc and free. Peter Hutterer 2010-05-20 12:40:13 +1000
  • 6e244b1098 Move mode declaration, it's not const either. Peter Hutterer 2010-05-20 12:38:19 +1000
  • e7c301563a Move opening the device into a separate function. Peter Hutterer 2010-05-20 14:24:05 +1000
  • ffc2c9961f Move checks for calibration, inversion and axis swap to EvdevProbe. Peter Hutterer 2010-05-20 11:54:56 +1000
  • 7c01cff1fa Move EVIOCGRAB into a static func. Peter Hutterer 2010-05-19 15:37:01 +1000
  • e6e20c1b3e Move error handling in PreInit down to the end. Peter Hutterer 2010-05-19 15:09:29 +1000
  • b27d03b248 Comment odd EVIOCGRAB behaviour and reshuffle conditions a bit. Peter Hutterer 2010-05-19 14:55:32 +1000
  • ba78428ed5 Remove support for kernel 2.4. Peter Hutterer 2010-05-19 14:52:29 +1000
  • 041a1f246a config: AC_PROG_SED is required explicitly. Gaetan Nadon 2010-05-10 21:42:35 -0400
  • 44b80d177f Update a stale comment about the use of pEvdev->tool. Peter Hutterer 2010-05-06 11:10:45 +1000
  • 7bbbce9a83 Read the device resolution from the kernel. Peter Hutterer 2010-04-29 10:06:24 +1000
  • 35b6085bf8 config: remove AH_TOP autoheader statement. Peter Hutterer 2010-04-28 10:41:06 +1000
  • 539d67505c Revert "config: remove AH_TOP autoheader statement" Gaetan Nadon 2010-04-22 10:50:55 +1000
  • a77dea1caa Merge branch 'master' of git://gitorious.org/omcfadde/xf86-input-evdev Peter Hutterer 2010-04-20 16:31:09 +1000
  • 5fb1e841eb evdev: EvdevProbe: check ioctl() return value and warn on failure. Oliver McFadden 2010-04-20 06:59:58 +0300
  • a4f2d12cd8 evdev: ioctl() may return a negative value therefor use a signed integer. Oliver McFadden 2010-04-20 05:48:33 +0300
  • 6b5c0401e2 evdev: leaked_storage: free memory allocated from the xf86Option code. Oliver McFadden 2010-04-20 05:37:39 +0300
  • 993e011b91 man: Use Autoconf provided $(AM_V_GEN)$(SED) Gaetan Nadon 2010-04-17 18:42:29 -0400
  • 2d5e922a6d include: EXTRA_DIST is not required for header files. Gaetan Nadon 2010-04-17 18:23:48 -0400
  • 41a38ec886 config: require macros 1.4, fix warnings, m4 quotings and layout Gaetan Nadon 2010-04-17 18:18:55 -0400
  • b31c00efea config: optional extension check for inputproto not required Gaetan Nadon 2010-04-17 15:11:43 -0400
  • b48dcfa3f2 config: replace deprecated INCLUDES with AM_CPPFLAGS Gaetan Nadon 2010-04-15 13:27:14 -0400
  • 44baa36b99 config: refactor and comment the sdkdir distcheck workaround Gaetan Nadon 2010-04-15 13:22:31 -0400
  • 7fa5982d47 config: remove unrequired AC_HEADER_STDC Gaetan Nadon 2010-04-15 13:13:45 -0400
  • fe8d0fa11a replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS Gaetan Nadon 2010-04-15 13:12:49 -0400
  • 09b918db86 config: update AC_PREREQ statement to 2.60 Gaetan Nadon 2010-04-15 13:10:58 -0400
  • 9dbace89be config: remove AH_TOP autoheader statement Gaetan Nadon 2010-04-15 13:09:05 -0400
  • aaf65e7bfa Don't set pEvdev->rel for mouse wheel events Paulo Ricardo Zanoni 2010-04-14 17:12:27 -0300
  • 8eede7ea8d Use X_PROBED instead of X_INFO for probed values. Peter Hutterer 2010-04-08 16:49:01 +1000
  • 1936632cb0 evdev 2.4.0 Peter Hutterer 2010-04-06 10:31:16 +1000
  • 0dc931e1ac move feedback initialization up Simon Thum 2010-03-16 16:00:21 +0100
  • d525b48a2f When labeling a device as touchpad, only check for LMR buttons. Peter Hutterer 2010-03-15 11:08:05 +1000
  • 801778c310 emuMB: default to disabled mouse button emulation for touchscreens. Oliver McFadden 2010-02-25 07:11:21 +0200
  • 99505011d1 man: fix man page formatting for option EmulateWheel. Peter Hutterer 2010-02-18 19:01:51 +1000
  • fd036680c2 config: move CWARNFLAGS from configure.ac to Makefile.am Gaetan Nadon 2010-02-11 10:08:07 -0500
  • e81cd935cf Implement XSetDeviceMode request handler Andrej Gelenberg 2010-01-12 11:22:16 +0100
  • 0b5844ce67 Update Sun license notices to current X.Org standard form Alan Coopersmith 2010-01-15 15:10:55 -0800
  • d6beb16be2 allow wheel emulation to work with absolute-position devices Dima Kogan 2009-12-05 02:05:19 -0800
  • 2f5a0fb698 removed unnecessary static declarations Dima Kogan 2009-12-05 02:08:32 -0800
  • 1b0df04abe Fix up BTN_TOUCH handling for non-button tablets. Peter Hutterer 2009-12-01 15:44:39 +1000
  • 2ca24a16f0 Only init the calibration property for absolute devices. Peter Hutterer 2009-12-01 14:16:10 +1000
  • 7b285a802b Report initial calibration parameters. David Woodhouse 2009-12-01 00:14:54 +0000
  • f187badb71 Swap axes before applying touch screen calibration. David Woodhouse 2009-12-01 00:12:36 +0000
  • 0e9d75ba68 Fix a comment, EV_CNT is available since 2.6.24 Peter Hutterer 2009-11-27 14:29:52 +1000
  • 3a6d27b83d Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES Gaetan Nadon 2009-11-23 09:25:05 -0500
  • 886e303af1 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Gaetan Nadon 2009-10-28 14:41:40 -0400
  • 3d23ef4888 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Gaetan Nadon 2009-10-28 14:09:09 -0400
  • c0473e4921 Several driver modules do not have a ChangeLog target in Makefile.am #23814 Gaetan Nadon 2009-10-26 12:54:20 -0400
  • afc9e91765 .gitignore: use common defaults with custom section # 24239 Gaetan Nadon 2009-10-22 12:34:16 -0400
  • c1f16a4f59 Set all valuators for relative motion events (#24737) Bartosz Brachaczek 2009-11-13 00:18:00 +1000
  • a0f7f34dc5 Relax checks when reopening devices Dmitry Torokhov 2009-11-02 23:11:55 -0800
  • 11669d8279 Fix drag-lock property handler for multiple draglock buttons. Peter Hutterer 2009-11-02 13:57:18 +1000
  • 9cbffda910 Forward keycodes > 255 Peter Hutterer 2009-10-22 15:13:02 +1000
  • 59056e656c Remove the reopen timer logic. Peter Hutterer 2009-10-13 14:51:49 +1000
  • aa6399fdb9 evdev 2.3.0 Peter Hutterer 2009-10-19 11:40:24 +1000