Age | Commit message (Collapse) | Author | Files | Lines |
|
CodingStyle added and applied
|
|
added (C) to all copyright statements
|
|
uh-oh... the last CVS log message messed up things a lot...
|
|
added '-W' to CFLAGS
changed all C++ comments to C ones ('//' => '/* */')
cleaned up a lot of signed/unsigned mistakes
|
|
support for Beckmann+Egle Compact Terminals
some mostly cosmetic changes in the MatrixOrbital and USBLCD driver
added debugging to the generic serial driver
fixed a bug in the generic text driver where icons could be drawn outside
the display bounds
|
|
'const'ified the whole source
|
|
some Fixme's processed
documented some code
|
|
fixed lots of bugs in the Cwlinux driver
do not emit EAGAIN error on the first retry
made plugin_i2c_sensors a bit less 'chatty'
moved init and exit functions to the bottom of plugin_pop3
|
|
ported driver for Beckmann+Egle Mini-Terminals
added 'flags' parameter to serial_init()
|
|
changes (cosmetics?) to the big patch from Martin
hash patch un-applied
|
|
big patch from Martin Hejl:
- use qprintf() where appropriate
- save CPU cycles on gettimeofday()
- add quit() functions to free allocated memory
- fixed lots of memory leaks
|
|
M50530 driver ported
changed lots of 'char' to 'unsigned char'
|
|
Crystalfontz driver nearly finished
|
|
Crystalfontz 633 extensions (CRC checking and stuff)
Models table for HD44780
Noritake VFD BVrightness patch from Bill Paxton
|
|
every .c file includes "config.h" now
|
|
plugin_netdev for parsing /proc/net/dev added
|
|
moved drv_generic to drv_generic_serial
|