mmdolze
c9c3272eba
Header fixes:
...
* Do not include system headers in shared files (stdlib.h).
* Don't include lcd.h only once in each driver.
* Remove some unnecessary headers from driver (e.g. syslog.h)
* Include <poll.h> instead of <sys/poll.h>
* Spelling fixes.
2011-03-28 18:17:58 +00:00
mmdolze
565a861d91
Port remaining drivers to 0.5 API (icon, hbar, vbar).
2011-02-10 22:48:57 +00:00
mmdolze
e33ba1b41b
Update drivers to return 0 (zero) on success.
2009-07-07 21:36:37 +00:00
marschap
81ebe5ae88
first step in Doxygen-ization
2008-12-21 10:04:37 +00:00
marschap
ff75ce809f
make PrivateData appear as driver-specific data structures for Doxygen
2008-12-07 19:41:36 +00:00
marschap
6a1511bb72
* coding style harmonization in servers/
...
- explicitely declare void arguments
- make a few string args const
* better support for shorter displays in server screen
* make target to create top level tag file
2007-04-02 21:29:53 +00:00
marschap
f10895d04d
FSF address change
2006-09-30 18:18:22 +00:00
marschap
9b111eeac4
cleanup: remove unnecessary (=invisible) leading spaces
2006-04-27 15:01:49 +00:00
marschap
30afa50bdf
cleanup: 'static'ize function which are not in the API anymore
2006-04-12 10:51:01 +00:00
marschap
a8f03e8b9c
convert to use PrivateData
2006-04-10 06:51:35 +00:00
marschap
10b88c353e
remov unused variable
2006-04-09 17:30:14 +00:00
marschap
2dcde3e4f2
harmonize coding style and messages; add a few checks
2006-04-08 21:19:14 +00:00
marschap
9ca7733b7a
correct key mapping
2006-04-06 13:38:41 +00:00
marschap
743871cff3
make get_key() result const char *, so that it is not modified
2006-04-06 13:25:14 +00:00
marschap
0ec83bdc66
get rid of old cruft: remove args argument from the modules' init() routines
2005-07-02 13:38:51 +00:00
reenoo
63550c6f3f
fixed debug message
2003-12-25 14:41:41 +00:00
robijn
dc4c049721
- Added some icons.
...
- Made sure all icon and vbar functions are not the old API functions.
- Removed heartbeat functions from drivers that did standard heartbeat.
2002-05-23 18:03:36 +00:00
robijn
dba163c4a4
Drivers are now being loaded as modules.
2002-02-21 22:50:12 +00:00
reenoo
ca5f3d1f37
removed instant clear
2002-02-21 20:03:57 +00:00
robijn
71056ec551
v0.5 kick-off
2001-12-30 00:15:25 +00:00
reenoo
c0c5bd28df
strncpy bugfix bugfix; UPDATE RECOMMENDED
2001-12-26 16:25:41 +00:00
reenoo
531ad030ea
strncpy bugfix; UPDATE RECOMMENDED
2001-12-25 21:16:15 +00:00
reenoo
c25e8a623a
daemonize bug fixed
2001-12-24 12:48:55 +00:00
reenoo
a915215e42
Fixed key handling; keypad settings via configfile
2001-12-09 18:39:39 +00:00
reenoo
1a1a1999aa
Added legal stuff directly to the driver files
2001-12-08 19:51:41 +00:00
reenoo
687d4a8fe7
strncpy now pays attention to hardlimit (200) of config_get_string
2001-12-04 18:48:32 +00:00
reenoo
8597064b67
strncpy instead of strcpy; no more dummy functions; general cleanup
2001-12-03 20:38:21 +00:00
reenoo
7b374b0b3f
fixed segfault problems - hopefully ;)
2001-12-02 22:22:13 +00:00
robijn
390276a972
Fix for lcdm001 bignum crash.
2001-12-02 16:44:20 +00:00
reenoo
786c9e4d80
=lcdm001.c now uses the report.h and configfile.h changes
2001-11-30 18:23:57 +00:00
reenoo
6957956a14
Added ASCII emulation of BigNum to lcdm001.c
2001-11-28 21:10:13 +00:00
robijn
e05e14a60c
Heartbeat patch from Rene Wagner.
2001-11-25 14:21:14 +00:00
dglaude
3fa9bc355b
Reduce warning (UNTESTED)
2001-11-23 19:39:00 +00:00
ddouthitt
df90652a8b
This updates these drivers with minor bug fixes.
2001-10-05 23:50:37 +00:00
ddouthitt
9169630fe9
Fixes to the lcdm001 driver: heartbeat problems fixed
2001-10-02 20:53:39 +00:00
ddouthitt
fdba826ddc
New driver: lcdm001
2001-10-01 21:52:41 +00:00