Harald Geyer
169a112a6d
Add more patterns to .gitignore
...
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-31 19:55:00 +02:00
Harald Geyer
0a38c18f00
Cleanup I2C handling
...
* Move OS specific code to new files i2c.h and i2c.c
* As side effect a likely bug (linux only code) in the existing driver
has been fixed.
Compile tested on Debian/i386 and OpenWRT/arm.
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-31 09:42:06 +02:00
Harald Geyer
ad169fb488
New driver linux_input
...
This driver receives input from event devices of the linux input subsystem.
Tested on Linux 3.16/i386.
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-29 19:55:15 +02:00
Harald Geyer
23b6c97ea9
rawserial.c: Get rid of non-standard type
...
Looks like uint isn't supported by MUSL libc used by OpenWRT.
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-25 12:44:31 +02:00
Harald Geyer
bb7badfee2
mtc_s16209x.c: Add missing header file
...
This driver uses flock(2) und thus must include sys/file.h
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-25 12:44:31 +02:00
Harald Geyer
f73d2aca1e
hd44780-rpi.c: Get rid of non-standard pointer type
...
The old code didn't compile against musl libc (OpenWRT).
Compiletested on ARM.
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-25 12:44:31 +02:00
Harald Geyer
63568547d9
clients/lcdproc/machine.h: Include missing header file
...
This file uses time_t and thus must include time.h
Signed-off-by: Harald Geyer <harald@ccbib.org >
2016-07-25 12:44:31 +02:00