Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-08 | _X_EXPORT tags for module data | Matthieu Herrb | |
2011-04-25 | Update configure.ac to match recent upstreams changes. | Matthieu Herrb | |
Bump version to 1.1.0 | |||
2011-04-25 | Handle obsolete X{alloc,free,realloc} functions. | Matthieu Herrb | |
2011-04-25 | Adapt to xinput API revision 12 (xserver 1.10). | Matthieu Herrb | |
2010-08-03 | Remove empty .TP | Matthieu Herrb | |
2010-08-01 | Fix a problem when switching back from a text VT; avoid stealing | Matthieu Herrb | |
the keyboard or other input devices events. | |||
2010-07-25 | kill trailing white space. | Matthieu Herrb | |
2010-07-25 | Fix configurations with both a stylus and an eraser. | Matthieu Herrb | |
The previous code was working by luck, since the "device busy" error when opening the 2nd device was ignored. With xserver 1.8, xinput2 is a bit less tolerant and causes a segfault. Problem reported by sthen@ Thanks. | |||
2010-07-25 | Get rid of unused callbacks. | Matthieu Herrb | |
2010-07-25 | LocalDevicePtr and InputInfoPtr are the same. Use the latter everywhere | Matthieu Herrb | |
for consistency. No code change. | |||
2009-11-26 | Cleanup this driver a bit, following what's been done in xf86-input-ws: | Matthieu Herrb | |
- no more convert proc - use the correct XInput device type - don't hardcode the package version number in the .c file. | |||
2009-11-22 | unifdef USB_NEW_HID. | Matthieu Herrb | |
USB_GET_REPORT_ID is available on NetBSD and OpenBSD for more than 7 years now. | |||
2009-11-22 | Get rid of the now unused remaining moduleInfoRec bits. | Matthieu Herrb | |
2009-11-22 | regen | Matthieu Herrb | |
2009-11-22 | Update to idioms used in modern X.Org input drivers. | Matthieu Herrb | |
2009-11-22 | Prepare for ABI_XINPUT_VERSION 7. | Matthieu Herrb | |
Still missing the actual button and axis labeling, this can be added at a later point in time. | |||
2009-11-22 | unifdef XFree86Loader. It's mandatory nowadays. | Matthieu Herrb | |
2009-11-22 | Update to idioms used in modern X.Org input drivers. | Matthieu Herrb | |
2009-11-22 | Re-import the usbtablet driver using the correct name. | Matthieu Herrb | |