Age | Commit message (Expand) | Author | Files | Lines |
2016-03-10 | Fix build against current input ABI (xserver 1.18)HEADmaster | Tobias Schlemmer | 1 | -6/+12 |
2011-09-27 | This driver is unmaintained, warn users. | Peter Hutterer | 1 | -0/+8 |
2011-07-19 | Always reset the fd if auto-probing fails. | Peter Hutterer | 1 | -0/+1 |
2011-07-19 | Don't free anything on PreInit failure, let the server handle it | Peter Hutterer | 1 | -6/+0 |
2011-07-19 | If xf86AiptekHIDOpen failed in PreInit, assume failure | Peter Hutterer | 1 | -1/+2 |
2011-07-18 | Return proper default for unknown values in pInfo->device_control. | Terry Lambert | 1 | -1/+1 |
2011-07-11 | Use xf86SetStrOption to get the type printed to the logs | Peter Hutterer | 1 | -1/+1 |
2011-06-29 | aiptek 1.4.1xf86-input-aiptek-1.4.1 | Peter Hutterer | 1 | -1/+1 |
2011-06-29 | Remove references to other devices after shutdown. | Peter Hutterer | 1 | -3/+15 |
2011-06-29 | Don't rely on freed memory to keep values. | Peter Hutterer | 1 | -4/+5 |
2011-06-27 | Don't pretend successfully opening the device is an error. | Peter Hutterer | 1 | -1/+1 |
2011-06-27 | Only free the device->common if we actually have a device. | Peter Hutterer | 1 | -4/+7 |
2011-06-27 | Don't call DEVICE_OFF in UnInit. | Peter Hutterer | 1 | -2/+0 |
2011-05-04 | xf86-input-aiptek 1.4.0xf86-input-aiptek-1.4.0 | Cyril Brulebois | 1 | -1/+1 |
2011-05-04 | Remove leftover configure check on randrproto. | Cyril Brulebois | 1 | -1/+0 |
2011-04-28 | Address compiler warning. | Trevor Woerner | 1 | -1/+1 |
2010-12-02 | Support input ABI 12. | Peter Hutterer | 2 | -104/+66 |
2010-12-02 | Remove unused bell and kbd callbacks. | Peter Hutterer | 1 | -17/+0 |
2010-12-02 | Drop unused DeviceAssocRec | Peter Hutterer | 1 | -27/+0 |
2010-12-02 | Drop close_proc, conversion_proc, reverse_conversion_proc | Peter Hutterer | 1 | -130/+0 |
2010-12-02 | Use pInfo->name instead of dev->identifier | Peter Hutterer | 1 | -29/+29 |
2010-12-02 | unifdef XFree86LOADER | Peter Hutterer | 2 | -11/+1 |
2010-12-02 | drop xf86Verbose define | Peter Hutterer | 2 | -7/+1 |
2010-12-02 | Drop XCONFIG_PROBED and XCONFIG_GIVEN defines. | Peter Hutterer | 2 | -7/+4 |
2010-12-02 | Sanitize DBG macro. | Peter Hutterer | 2 | -49/+48 |
2010-12-02 | Replace ErrorF with xf86Msg | Peter Hutterer | 1 | -55/+55 |
2010-12-02 | Remove refcount field, removed from the server. | Peter Hutterer | 1 | -1/+0 |
2010-12-02 | Remove unused "identification" variable. | Peter Hutterer | 1 | -2/+0 |
2010-12-02 | Require server 1.9, drop pre-ABI 11 support. | Peter Hutterer | 2 | -98/+9 |
2010-12-02 | Don't handle history_size in the driver. | Peter Hutterer | 1 | -2/+1 |
2010-12-02 | Purge use of PRIVATE and XI_PRIVATE macros. | Peter Hutterer | 2 | -5/+2 |
2010-12-02 | Move default_options up in preparation for ABI 12 | Peter Hutterer | 1 | -12/+12 |
2010-12-02 | Remove usage of XI86_POINTER_CAPABLE flag. | Peter Hutterer | 1 | -2/+2 |
2010-12-02 | Replace LocalDevicePtr with InputInfoPtr | Peter Hutterer | 2 | -204/+204 |
2010-12-02 | Bump to 1.3.99 | Peter Hutterer | 1 | -1/+1 |
2010-10-06 | Purge cvs tags. | Jesse Adkins | 3 | -4/+0 |
2010-09-10 | Remove libc wrappers for xalloc, xfree, etc. | Peter Hutterer | 1 | -20/+20 |
2010-08-10 | xf86-input-aiptek 1.3.1xf86-input-aiptek-1.3.1 | Adam Jackson | 1 | -1/+1 |
2010-06-16 | config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS | Gaetan Nadon | 1 | -3/+0 |
2010-06-16 | config: upgrade to util-macros 1.8 for additional man page support | Gaetan Nadon | 2 | -18/+2 |
2010-06-16 | man: Use Autoconf provided $(AM_V_GEN)$(SED) | Gaetan Nadon | 1 | -3/+1 |
2010-06-16 | config: fix warnings, m4 quoting and layout | Gaetan Nadon | 1 | -26/+33 |
2010-06-16 | config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 | Gaetan Nadon | 1 | -2/+0 |
2010-06-16 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Gaetan Nadon | 1 | -3/+2 |
2010-06-16 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | 1 | -1/+1 |
2010-06-16 | config: use AC_CHECK_LIB to verify library and add -lm to LIBS | Gaetan Nadon | 2 | -1/+1 |
2010-06-16 | config: replace hard-coded -DLINUX_INPUT with proper AC_CHECK_HEADERS | Gaetan Nadon | 4 | -8/+7 |
2010-06-16 | config: remove AH_TOP autoheader statement | Gaetan Nadon | 2 | -1/+1 |
2010-06-16 | COPYING: replace stub file with Copyright notices | Gaetan Nadon | 1 | -8/+25 |
2010-02-24 | aiptek: Add keyboard feedback struct initialization. | Olivier Samyn | 1 | -0/+26 |