summaryrefslogtreecommitdiff
path: root/evtest.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-21add KEY_MACRO 1-30 and other keysHEADmasterThomas Kuehne1-0/+85
2024-04-19Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLEGergo Koteles1-0/+6
2024-04-06Add SW_MACHINE_COVERSicelo A. Mhlongo1-0/+3
2022-05-17Add BTN_STYLUS3 to key namesHarry Cutts1-0/+3
2021-02-02Remove duplicate headersJohan Korsnes1-2/+0
2020-11-24Use alphasort instead of versionsort for scandirMateusz Piotrowski1-1/+1
2020-11-24Replace program_invocation_short_name with argv[0]Mateusz Piotrowski1-4/+6
2020-11-24Remove PATH_MAXMateusz Piotrowski1-1/+1
2020-11-16Drop linux/version.h from the includesPeter Hutterer1-1/+0
2020-11-05Only install signal handlers in grab modeBastien Nocera1-2/+4
2020-10-09Revert "Add missing include of limits.h for PATH_MAX"Petr Vorel1-1/+0
2019-11-30Fix build on 32bit arches with 64bit time_tKhem Raj1-1/+6
2019-11-24Add missing include of limits.h for PATH_MAXLeo1-0/+1
2019-08-19Add missing limits.h includeBaruch Siach1-0/+1
2019-08-02Fix gcc warning for snprintfPeter Hutterer1-1/+1
2019-07-16Add REL_WHEEL_HI_RES and REL_HWHEEL_HI_RESHarry Cutts1-0/+4
2017-09-29Do not ignore return values of scanf/asprintfDmitry Torokhov1-8/+9
2017-09-29Add SW_PEN_INSERTEDDmitry Torokhov1-0/+3
2017-09-29Add more key definitionsDmitry Torokhov1-0/+31
2017-09-29Add INPUT_PROP_ACCELEROMETERDmitry Torokhov1-0/+3
2017-09-29Add KEY_ASSISTANTDmitry Torokhov1-0/+3
2015-07-23Print switch, led, sound current state in the device descriptionPeter Hutterer1-1/+38
2015-03-05Fix names for EV_SYN eventsTommi Rantala1-1/+1
2015-03-05Use sizeof(ev) to specify array size to read()Tommi Rantala1-1/+1
2015-03-05Highlight SYN_DROPPEDTommi Rantala1-0/+2
2015-03-05Avoid compiler warning when INPUT_PROP_SEMI_MT not definedTommi Rantala1-1/+2
2015-03-05Add missing INPUT_PROP_*, KEY_*, LED_* and SW_* definitionsTommi Rantala1-1/+81
2015-03-05More ifdefs for ancient kernel headersTommi Rantala1-9/+62
2015-01-30Add grab flagJoseph Hwang1-8/+37
2015-01-29Handle holes in the event node listsPeter Hutterer1-2/+8
2014-08-08Free the file name on errorPeter Hutterer1-3/+7
2014-08-08Point users at fuser to figure out what has the device openPeter Hutterer1-2/+5
2013-08-31Fix build error on kernels w/o input propertiesPeter Hutterer1-0/+2
2013-08-29Rename BTN_A/B/X/Y to BTN_SOUTH/EAST/NORTH/WESTPeter Hutterer1-2/+7
2013-08-29Add KEY_ATTENDANT_* groupPeter Hutterer1-0/+4
2013-08-29Add KEY_CAMERA_*Peter Hutterer1-0/+5
2013-08-29Add BTN_DPAD_*Peter Hutterer1-0/+5
2013-08-23Always print EV_REP values, even when no properties existPeter Hutterer1-5/+6
2013-08-23Prevent out-of-bounds access for undefined types/codesPeter Hutterer1-9/+38
2013-08-23Use temp variables for type/code when printing eventsPeter Hutterer1-9/+14
2013-08-23Clarify a conditionPeter Hutterer1-1/+1
2013-08-23Use type/code/prop instead of i/jPeter Hutterer1-14/+14
2013-08-23Add some extra bracesPeter Hutterer1-1/+2
2013-08-23Add SYN_DROPPEDPeter Hutterer1-1/+5
2013-08-23Define SYN_MAX instead of a hardcoded valuePeter Hutterer1-1/+6
2013-08-22Drop an unnecessary ifdefPeter Hutterer1-2/+0
2013-06-03Use versionsort instead of alphasortPeter Hutterer1-1/+1
2013-03-14Print EV_REP properties and values of those propertiesBenjamin Tissoires1-1/+19
2012-11-27add missing symbols: ABS_MT_TOOL_X|Y, ABS_MT_DISTANCE, MSC_TIMESTAMPBenjamin Tissoires1-0/+8
2012-03-06Fix missing #ifdef around declaration of propbits.Daniel Beer1-0/+2