summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/tslib.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Fix UTF-8 encodingMatěj Cepl1-5/+5
2010-10-22KDrive: Fix error handlig in tslib driverPaulius Zaleckas1-4/+11
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-2/+2
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-4/+2
2010-01-01Remove trailing whitespaceMikhail Gusarov1-4/+4
2009-10-20kdrive: silence tslib compiler warningsPeter Hutterer1-4/+0
2009-04-06kdrive: Fix segfault in tslib supportDavid Jander1-1/+1
2009-04-03kdrive: s/KdSaveString/strdup/gAdam Jackson1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-10-10kdrive: lastx/y needs to be set to the event coordinates #17728Peter Hutterer1-2/+2
2008-04-22Add a default touchscreen pathRoss Burton1-0/+4
2007-08-16Kdrive: fix nasty thinko in TslibEnable()Dave Jones1-1/+1
2006-12-06kdrive/tslib: remove vendor-specific hacksDaniel Stone1-14/+6
2006-10-23kdrive/tslib: port to new absolute API, remove debuggingDaniel Stone1-17/+4
2006-07-25re-add OpenedHand copyrightDaniel Stone1-0/+1
2006-07-21new KDrive input world orderDaniel Stone1-206/+157
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2005-06-23redo tslibMatthew Allum1-119/+124
2005-06-09TSLib fixes. Add fullscreen support to ephyrMatthew Allum1-0/+2
2004-12-01Patch from Florian Boor <florian.boor@kernelconcepts.de>:Phil Blundell1-3/+4
2004-11-13Don't leave stale pointers hanging around after ts_close(). (TslibFini):Phil Blundell1-1/+5
2004-07-02Call ts_read multiple times, to avoid events getting stuck in the pipeline.Phil Blundell1-3/+1
2004-06-02New conditional. (REQUIRED_MODULES): Demand xcalibrateext if buildingPhil Blundell1-6/+10
2003-11-06tslib improvementsMatthew Allum1-12/+38
2003-09-30Fixed tslib driver to handle VT switchesMatthew Allum1-3/+37
2003-09-11Get Xvesa buildingKeith Packard1-0/+3
2003-09-11More build fixesKeith Packard1-1/+1
2003-09-11Start autoifying everything.Anders Carlsson1-2/+2
2003-07-07Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, addKeith Packard1-1/+1
2002-11-05Clean up touch screen hacks for controlling pointer on alternate screenKeith Packard1-4/+2
2002-11-01Add support for ARM linux TS lib (disabled by default) in kdriveKeith Packard1-0/+187