Commit Graph
40 Commits
Author SHA1 Message Date
mmdolze fd9b2ce713 Big cleanup: Remove trailing whitespace from files (except those imported
from external sources).
2010-10-30 18:04:21 +00:00
mmdolze 2f4c1e5185 Modify serial drivers to use cfmakeraw where applicable. Affects CFontz*,
CwLnx, EyeboxOne, MtxOrb, hd44780-lis, and serialPOS.
2010-01-06 17:23:02 +00:00
mmdolze e33ba1b41b Update drivers to return 0 (zero) on success. 2009-07-07 21:36:37 +00:00
mmdolze 640fcc1f1f Silence some lint(1) warnings 2009-05-14 05:59:36 +00:00
marschap 175e4c7b4f better Doxygen documentation of icon() 2008-12-21 14:07:20 +00:00
marschap c9e3db4a8d extend Doxygen description of input method 2008-12-21 12:34:49 +00:00
marschap 6e0f310d08 basic Doxygen-ization 2008-12-19 19:40:53 +00:00
marschap ff75ce809f make PrivateData appear as driver-specific data structures for Doxygen 2008-12-07 19:41:36 +00:00
marschap 80adf97b9e support defining custom characters with the 12832 model too 2008-12-06 17:32:48 +00:00
marschap 6c8a0f26a2 add support for CW12832 to CwLnx driver 2008-02-15 17:59:36 +00:00
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