IABSD.fr/xenocara/driver/xf86-input-usbtablet

Branch :


Log

Author Commit Date CI Message
fd18c20e 2016-10-11 22:14:30 regen
3731244a 2012-09-08 13:16:09 _X_EXPORT tags for module data
77f922ec 2011-04-25 13:04:44 Update configure.ac to match recent upstreams changes. Bump version to 1.1.0
a8c36ce6 2011-04-25 13:01:46 Handle obsolete X{alloc,free,realloc} functions.
60601689 2011-04-25 12:50:28 Adapt to xinput API revision 12 (xserver 1.10).
751444b7 2010-08-03 21:22:32 Remove empty .TP
31f2be4a 2010-08-01 19:21:01 Fix a problem when switching back from a text VT; avoid stealing the keyboard or other input devices events.
9f50d18e 2010-07-25 19:53:35 kill trailing white space.
67355d75 2010-07-25 19:52:23 Fix configurations with both a stylus and an eraser. 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.
0f0c4a9f 2010-07-25 14:35:53 Get rid of unused callbacks.
8e75be5a 2010-07-25 14:15:49 LocalDevicePtr and InputInfoPtr are the same. Use the latter everywhere for consistency. No code change.
5f158e30 2009-11-26 21:30:19 Cleanup this driver a bit, following what's been done in xf86-input-ws: - no more convert proc - use the correct XInput device type - don't hardcode the package version number in the .c file.
3a858b5a 2009-11-22 23:16:54 unifdef USB_NEW_HID. USB_GET_REPORT_ID is available on NetBSD and OpenBSD for more than 7 years now.
d1e2bf33 2009-11-22 23:06:24 Get rid of the now unused remaining moduleInfoRec bits.
1403cc1e 2009-11-22 23:04:47 regen
bbabd845 2009-11-22 23:03:04 Update to idioms used in modern X.Org input drivers.
876c2ea2 2009-11-22 22:30:18 Prepare for ABI_XINPUT_VERSION 7. Still missing the actual button and axis labeling, this can be added at a later point in time.
3f1a5f5c 2009-11-22 22:20:26 unifdef XFree86Loader. It's mandatory nowadays.
68823f5b 2009-11-22 22:18:12 Update to idioms used in modern X.Org input drivers.
84fbe750 2009-11-22 19:10:35 Re-import the usbtablet driver using the correct name.