Alessandro Mauri
129f0ce8e8
commented unnecessary free
5 years ago
Alessandro Mauri
bd3d82158b
minor macro formatting
5 years ago
Alessandro Mauri
d7b0ac68ef
green text
5 years ago
Alessandro Mauri
c4e671b203
close epoll fd on exit
5 years ago
Alessandro Mauri
5acaa2b7df
line savings
5 years ago
Alessandro Mauri
9c89e52692
update on device change with inotify
5 years ago
Alessandro Mauri
4042c02ada
inotify test
5 years ago
Alessandro Mauri
a8f8dc8126
removed bsd compatibility
5 years ago
Alessandro Mauri
aaaa94c41d
die() error
5 years ago
Alessandro Mauri
3d84ee6726
converted die to a macro
5 years ago
Alessandro Mauri
db923d7ae0
defines united
5 years ago
Alessandro Mauri
2a236af8a1
saved up some lines with color macros
5 years ago
Alessandro Mauri
7c85ebab77
triggerhappy project
5 years ago
Alessandro Mauri
e7d69154e0
template it keymap
5 years ago
Alessandro Mauri
cdfed84d5e
redundant message on no devices
5 years ago
Alessandro Mauri
3c9bbe4140
execvp
5 years ago
Alessandro Mauri
1fb0a4c6fa
testing parsing a simple conf file
5 years ago
Alessandro Mauri
038e312941
explicit pointer conversion
...
god I hate linter warnings
5 years ago
Alessandro Mauri
e9f80e8200
first readme
5 years ago
Alessandro Mauri
d71e2c98e1
use execv()
...
using execv() instead of execl() allows to more simply run a command
with arguments
5 years ago
Alessandro Mauri
8292e4df75
rename project
5 years ago
Alessandro Mauri
6bd7d36bfc
renamed project to hkd
5 years ago
Alessandro Mauri
7abb0a3c23
added as reference
5 years ago
Alessandro Mauri
296bd3fb79
indented cases and others
5 years ago
Alessandro Mauri
8d890b9e9e
coloured output
5 years ago
Alessandro Mauri
88308249bf
clarified const string
...
cahnged const char *ev_root to const char *evdev_root_dir
to clarufy the role of the variable
5 years ago
Alessandro Mauri
c0400929e4
moved dir scan logic to function
...
moved the logic behind choosing the right file desciptors into a
function allowing for later dynamic update
5 years ago
Alessandro Mauri
76dd08c465
added debug compilations
5 years ago
Alessandro Mauri
636bfe7a5e
reformat and better naming
5 years ago
Alessandro Mauri
58c01fb9d1
generalized die()
...
using fprintf() instead of fputs() to allow string concatenation, die()
now requires a error message which can be NULL and a error message which
will be passed to strerror(), this ensures that errno is fresh when we
use it
5 years ago
Alessandro Mauri
58aceac802
justified exit condition
5 years ago
Alessandro Mauri
922090060f
use switch for fork()
...
save two local variables and improve readability by a bit
5 years ago
Alessandro Mauri
45c52ecf20
removed trailing spaces
5 years ago
Alessandro Mauri
80bacaf775
wait before exit
5 years ago
Alessandro Mauri
678fef9358
fixed various bugs
5 years ago
Alessandro Mauri
e0a64d75c7
added test folder
5 years ago
Alessandro Mauri
f8b8f423f9
filter devices
...
only use devices that can give key events, this should lead to fewer
devices in the poll list and therefore boost performance a bit
5 years ago
Alessandro Mauri
9df5f5f8de
created makefile
5 years ago
Alessandro Mauri
352bd1f838
ignoring make products
5 years ago
Alessandro Mauri
b9bc3138d0
testing command execution
5 years ago
Alessandro Mauri
56024c6a4e
use epoll instead of poll on linux
5 years ago
Alessandro Mauri
1b017733cb
comments
5 years ago
Alessandro Mauri
1f007ab92e
implemented polling for multiple events
...
changelog:
* fixed small (1B) memory leak in pressBufferAdd
* fixed bug where SIGINT would not cause shut down
* implemented polling for every event inside /dev/input
* added more TODOs
5 years ago
Alessandro Mauri
59f8dd9842
before push
5 years ago
Alessandro Mauri
558d0360f9
removed gitignore trash
5 years ago
Alessandro Mauri
cca522c197
multi event handling prototype
5 years ago
Alessandro Mauri
4f3a2daddf
changed fopen to open
5 years ago
Alessandro Mauri
9ee3410975
first working prototype
5 years ago