summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Let printf handle the EV_SYN time delta's signPeter Hutterer1-1/+1
2016-11-08Include the various MAX values in the outputPeter Hutterer1-7/+7
2016-11-08Fail when reading an EV_foo index greater than EV_MAXPeter Hutterer1-0/+5
2016-10-25Print the device size where applicablePeter Hutterer1-0/+22
2016-10-25Upgrade a warning to a fatal errorPeter Hutterer1-1/+1
2016-10-25Mark the error() function as format printfPeter Hutterer1-0/+3
2016-10-25Align the resolution with the other valuesPeter Hutterer1-6/+7
2016-05-12Ignore carriage return in device namesPeter Hutterer1-1/+1
2015-08-19Add missing break statementPeter Hutterer1-12/+13
2015-08-19Ignore NULL in evemu_destroy()Peter Hutterer1-0/+3
2015-08-18Record events with an initial offset of 1µsPeter Hutterer1-1/+1
2015-08-18Use a sleep error margin of 150µs when replaying eventsPeter Hutterer1-2/+3
2015-08-18Check tv_usec for offset reset, not just tv_secPeter Hutterer1-1/+1
2015-08-18Put a warning in if we sleep for more than 10sPeter Hutterer1-0/+12
2015-08-07Use the time_to_long helpers in evemu_read_event_realtimePeter Hutterer1-5/+4
2015-07-29Rewind the fp to the beginning of the first event linePeter Hutterer1-0/+2
2015-07-29Record the delta time between SYN_REPORTS in the commentsPeter Hutterer1-4/+16
2015-07-22Record the state of SW/LED in the evemu filePeter Hutterer1-3/+89
2015-07-13Print DMI modalias into the headerPeter Hutterer1-0/+10
2015-06-11Print uname in the header commentsPeter Hutterer1-1/+15
2014-08-29python: remove deprecated make-event-names.py and the generated event_name.pyBenjamin Tissoires1-1/+0
2014-08-21Drop some trailing whitespacesPeter Hutterer2-8/+8
2014-08-08python: move make-event-names to the python directoryPeter Hutterer2-183/+1
2014-08-08make-event-names: replace get_code/type_name functions with a unified setPeter Hutterer1-9/+27
2014-08-08make-event-names: make the type-to-map mapping string-compatiblePeter Hutterer1-0/+1
2014-08-08make-event-names: handle aliases for event code definesPeter Hutterer1-0/+15
2014-08-08make-event-names: allow for one-way mappingsPeter Hutterer1-2/+12
2014-08-08make-event-names: ignore ioctl definesPeter Hutterer1-0/+2
2014-08-08make-event-names: drop C header generationPeter Hutterer1-62/+2
2014-08-05Call write_event_desc from evemu_write_eventPeter Hutterer1-15/+20
2014-08-05python: use the evemu_read_event wrapper to convert recordingsPeter Hutterer1-25/+2
2014-07-28python: add an extra flag to evemu.Device.__init__ to avoid uinput creationPeter Hutterer1-1/+1
2014-07-28python: move the generated event_names.py to the python bitsPeter Hutterer2-6/+2
2014-07-28Fix the evemu description conversion scriptPeter Hutterer1-1/+1
2014-07-28Remove superflous "waiting for events" outputPeter Hutterer1-3/+0
2014-07-28make-event-names: use multi-line print instead of several print callsPeter Hutterer1-28/+37
2014-07-28Convert make-event-names.py to allow Python3Peter Hutterer1-2/+3
2014-03-21Remove some leftover debugging outputPeter Hutterer1-3/+1
2014-01-14sort libevemu.ver againPeter Hutterer1-1/+1
2014-01-10tools: device: rely on libevdev to open the uinput nodeBenjamin Tissoires3-0/+19
2014-01-09tools: evemu-device: rely on libevdev to retrieve the device nodeBenjamin Tissoires3-0/+15
2014-01-07Make evemu_play_one() return negative value on errorDaniel Martin2-1/+3
2014-01-07py: Cleanup imports, make attr usage more obviousDaniel Martin2-7/+8
2014-01-07py: Generate complete dicts in event_names.pyDaniel Martin1-3/+1
2014-01-07py: Replace print statement with function callDaniel Martin2-56/+62
2014-01-07Make it possible to overwrite python binary via envDaniel Martin1-1/+1
2013-11-27Fix [-Wmissing-field-initializers] warningPeter Hutterer1-1/+5
2013-11-27Fix [-Wformat] warningsPeter Hutterer1-2/+2
2013-11-27Fix [-Wunused-parameter] warningsPeter Hutterer1-8/+8
2013-11-27Fix [-Wsign-compare] warningsPeter Hutterer1-3/+3