summaryrefslogtreecommitdiff
path: root/driver/xf86-input-usbtablet
AgeCommit message (Collapse)Author
2012-09-08_X_EXPORT tags for module dataMatthieu Herrb
2011-04-25Update configure.ac to match recent upstreams changes.Matthieu Herrb
Bump version to 1.1.0
2011-04-25Handle obsolete X{alloc,free,realloc} functions.Matthieu Herrb
2011-04-25Adapt to xinput API revision 12 (xserver 1.10).Matthieu Herrb
2010-08-03Remove empty .TPMatthieu Herrb
2010-08-01Fix a problem when switching back from a text VT; avoid stealingMatthieu Herrb
the keyboard or other input devices events.
2010-07-25kill trailing white space.Matthieu Herrb
2010-07-25Fix 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-25Get rid of unused callbacks.Matthieu Herrb
2010-07-25LocalDevicePtr and InputInfoPtr are the same. Use the latter everywhereMatthieu Herrb
for consistency. No code change.
2009-11-26Cleanup 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-22unifdef USB_NEW_HID.Matthieu Herrb
USB_GET_REPORT_ID is available on NetBSD and OpenBSD for more than 7 years now.
2009-11-22Get rid of the now unused remaining moduleInfoRec bits.Matthieu Herrb
2009-11-22regenMatthieu Herrb
2009-11-22Update to idioms used in modern X.Org input drivers.Matthieu Herrb
2009-11-22Prepare 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-22unifdef XFree86Loader. It's mandatory nowadays.Matthieu Herrb
2009-11-22Update to idioms used in modern X.Org input drivers.Matthieu Herrb
2009-11-22Re-import the usbtablet driver using the correct name.Matthieu Herrb