aboutsummaryrefslogtreecommitdiffstats
path: root/drv_generic_serial.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2012-03-08Import upstream version 0.11.0~svn1180Jonathan McCrohan1-1/+38
2007-04-05import new upstreamReinhard Tartler1-99/+19
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-227/+252
CodingStyle added and applied
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-3/+6
added (C) to all copyright statements
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
uh-oh... the last CVS log message messed up things a lot...
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-12/+19
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes
2004-06-26[lcd4linux @ 2004-06-26 06:12:14 by reinelt]reinelt1-5/+23
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
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-8/+14
'const'ified the whole source
2004-06-01[lcd4linux @ 2004-06-01 06:45:28 by reinelt]reinelt1-6/+11
some Fixme's processed documented some code
2004-05-31[lcd4linux @ 2004-05-31 21:05:13 by reinelt]reinelt1-14/+22
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
2004-05-28[lcd4linux @ 2004-05-28 13:51:41 by reinelt]reinelt1-2/+8
ported driver for Beckmann+Egle Mini-Terminals added 'flags' parameter to serial_init()
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt1-2/+6
changes (cosmetics?) to the big patch from Martin hash patch un-applied
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-4/+13
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
2004-02-14[lcd4linux @ 2004-02-14 11:56:11 by reinelt]reinelt1-7/+11
M50530 driver ported changed lots of 'char' to 'unsigned char'
2004-02-04[lcd4linux @ 2004-02-04 19:10:51 by reinelt]reinelt1-11/+22
Crystalfontz driver nearly finished
2004-02-01[lcd4linux @ 2004-02-01 08:05:12 by reinelt]reinelt1-3/+14
Crystalfontz 633 extensions (CRC checking and stuff) Models table for HD44780 Noritake VFD BVrightness patch from Bill Paxton
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-25[lcd4linux @ 2004-01-25 05:30:08 by reinelt]reinelt1-8/+13
plugin_netdev for parsing /proc/net/dev added
2004-01-20[lcd4linux @ 2004-01-20 14:26:09 by reinelt]reinelt1-0/+322
moved drv_generic to drv_generic_serial