marschap
34e8d1e1ae
overhauled CwLnx driver (Dave Pratt)
2007-04-30 13:47:35 +00:00
marschap
86c4149642
a little bit of Doxygen here and there
2007-04-14 08:23:48 +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
3651cb8ebc
another fix
2007-01-18 12:16:26 +00:00
marschap
64fd883773
fix previous commit
2007-01-17 13:03:26 +00:00
marschap
5c424f688e
a few write optimizations
2007-01-16 17:50:54 +00:00
marschap
ab4c51a1d1
fixes to the CwLnx driver (Gideon Tsang)
2007-01-16 16:58:35 +00:00
marschap
23e65a1a3d
fix previous commit
2006-10-22 20:09:43 +00:00
marschap
2968953073
big number support
2006-10-22 15:59:47 +00:00
marschap
904828032a
fix Doxygen comments
2006-10-15 10:43:27 +00:00
marschap
110c31c4b0
revamped version of the CwLnx driver
2006-10-06 09:29:57 +00:00
marschap
f10895d04d
FSF address change
2006-09-30 18:18:22 +00:00
marschap
d627441a11
avoid warning
2006-09-29 20:19:25 +00:00
marschap
d317808358
optimize out CwLnx_draw_frame() as it is called only by CwLnx_flush()
2006-09-29 20:18:32 +00:00
marschap
f68d4f00cf
little coding style harmonization; add 3 more API functions
2006-09-29 18:01:57 +00:00
marschap
e3fe2c1428
declare local-only used functions as static; remove unused global variables
2006-09-29 17:51:25 +00:00
marschap
43773f0083
little cleanups
2006-09-29 17:45:04 +00:00
marschap
d8a976055c
remove commented and unused code
2006-09-29 17:38:12 +00:00
marschap
cc2c84a7b8
declare constant function parameters const (as well as constant function return values)
2006-09-12 16:23:24 +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
938340fae6
properly release private pointer, add check for fd
2006-04-11 07:04:06 +00:00
marschap
41d39c6138
harmonize coding style and messages; add more checks
2006-04-08 13:30:14 +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
ca7b9f3f45
fixes in the get_key() functions; svgalib_drv.c instrumented with debugging code
2005-07-03 12:20:24 +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
marschap
d6971eaec5
adapt get_brightness() & set_brightness() to API
2005-06-12 16:39:47 +00:00
marschap
b3230cf90f
- update drivers to use new API
...
(get rid of those pseudo options named 'Arguments' in the config file)
- replace printf / printf calls by debug / report calls in some drivers
- sort and extend LCDd.conf
2005-01-29 18:49:29 +00:00
robijn
09b7c9cbad
Removed superfluous strcpy in keymap assignment code.
2004-01-08 16:30:07 +00:00
dglaude
5dbbae1c47
This is the porting of CwLnx driver from 0.4.4 to 0.5
...
It is working with both USB and Serial version of the LCD
The heartbeat is currently 3 pixels blinking...
And there might be more cleaning needed in the code.
2003-06-03 23:23:01 +00:00