marschap
dd66eac255
update serialVFD driver and comment bignum library -
...
patch provided by Stefan Herdler
2006-02-18 13:41:39 +00:00
marschap
df4c6d4f2c
update ula200 driver: fix a bug when heartbeats are off, add key map -
...
patch provided by Bernd Walle
2006-02-18 13:11:47 +00:00
marschap
1f523c6438
add driver for the ULA-200 device from ELV,
2006-02-11 18:50:14 +00:00
marschap
fe248c7476
make lcdproc compile under Darwin/Mac OS X based on patch by Eric Pooch
2006-02-04 19:38:09 +00:00
marschap
226f053549
patch from M. Dolze to fix a potential problem with ia variant of hd44780
...
winamp wiring when using less than 3 displays
2006-02-04 17:29:26 +00:00
marschap
4d60c5b73c
add serialVFD driver provided by Stefan Herdler
2006-02-03 19:17:01 +00:00
marschap
af1125fd98
add libLCD.a to the libraries required for the tyan driver.
...
Thanks to Jon frederic for spotting the issue.
2006-02-03 18:00:00 +00:00
marschap
b5634b8629
unbreak pylcd on FreeBSD; thanks to Markus Dolze
2006-01-29 22:04:12 +00:00
marschap
199f15860e
add patch by M. Goebl to report initial errors with RPT_ERR and
...
return(-1) as the other drivers do.
2006-01-18 14:47:05 +00:00
marschap
d372cfb3f8
change priority of some debugging statements
2006-01-16 20:14:49 +00:00
marschap
a2a37f2013
now that we have getopt in shared/, remove unnecessary getopt.* in server/.
2006-01-16 19:58:10 +00:00
marschap
e0bc105759
add GNU getopti & check for it; prepare for use with getopt_long()
2006-01-16 19:53:28 +00:00
marschap
a66d02577e
don't wait forever for the correct response
2006-01-16 19:49:48 +00:00
marschap
aeffd250a1
require automake 1.7 in condifure.in; update all Makefile.am: add comments,
...
replace obsoleted INCLUDES by AM_CPPFLAGS
2006-01-16 19:36:58 +00:00
marschap
b24543aadf
remove unnecessary line
2006-01-16 09:11:00 +00:00
marschap
747f3200ae
fix previous commit
2006-01-16 08:30:51 +00:00
marschap
7bb8383c01
fix AM_CCFLAGS in server/drivers/Makefile.am
...
fix *bar() functions in imon driver found by Peter Wyss <peter@wyss.id.au >
2006-01-15 20:46:13 +00:00
marschap
a0cd7a51e8
add new driver CFontzPacket for CrystalFontz CFA631, CFA633 & CFA635;
...
add new connection type 'i2c' for for the hd44780 contributed by
Matthias Goebl <matthias.goebl@goebl.net >;
harmonize spelling of driver names in configure script and LCDd.conf
2006-01-14 19:14:44 +00:00
marschap
f0300d1765
sort drivers alphabetically in acinclude.m4 & server/drivers/Makefile.am;
...
update server/drivers/wirz-sli.c to make it complile afgain and announce
it in acinclude.m4; update info how to include a new driver to make the
examples resemble the current driver situation more closely
2005-12-17 17:04:00 +00:00
marschap
2b07585f0f
normalize IP before each call to verify()
2005-12-15 12:47:39 +00:00
marschap
e88d8fd019
correct IP address verification; continue correctly even if it fails
2005-12-15 12:04:53 +00:00
marschap
4c07549b02
add driver pylcd provided by sylvain@kernelconcepts.de for Pyramid LCD devices
2005-12-15 09:39:26 +00:00
marschap
4219160d03
add driver for Tyan barebones
2005-11-29 20:45:15 +00:00
boercher
7674db0eb5
avoid Doxygen warnings
2005-10-25 22:38:19 +00:00
boercher
bba4631370
eliminated compiler warnings
2005-10-25 22:34:07 +00:00
marschap
14faa4f112
add driver for Noritake VFD provided by Simon Funke
2005-10-16 14:35:38 +00:00
boercher
4611730dcf
print warning if the verification of an ip address fails
2005-10-14 20:36:10 +00:00
marschap
cfcf89ccd1
get rid of local variable incoming_command; prepare for changes that allow
...
querying the LCD module from the driver (e.g. for its model, firmware, ...)
2005-08-31 16:36:27 +00:00
marschap
ea609d6a2f
add support for LIS2 displays from VLSystem ( http://www.vlsys.co.kr ).
...
Patch provided by Laurent ARNAL <laurent@clae.net >
2005-08-31 07:52:01 +00:00
marschap
fb6bd00a53
add new driver for xosdlib based OnScreen Displays
2005-07-27 19:32:37 +00:00
marschap
9db867e71f
small fixes
2005-07-27 19:31:08 +00:00
marschap
3dfab66f45
adapt svga driver better to 0.5 API; make it take options from config file
2005-07-27 06:16:26 +00:00
marschap
d7d2c5771f
update bar functions to 0.5 API for Wirz SLI and MTC_S16209X drivers
2005-07-25 17:54:07 +00:00
marschap
3e1ed65a12
cosmetic changes to a few drivers: keep functions not in the 0.5 API private
2005-07-25 17:05:39 +00:00
boercher
d0b137d5a5
- new option -prev, corrections for option -next
...
- clients gets more information if an error occurs
- use sock_printf() and sock_printf_error() if necessary
2005-07-17 16:14:22 +00:00
boercher
93f162ff48
- new socket function sock_send_error() and
...
sock_printf_error(): factored out the 'huh?-stuff, added error report
log)
- use sock_printf() and sock_printf_error() if necessary (no need to
use sprintf())
2005-07-17 16:14:07 +00:00
boercher
164f4fbed0
- new option -prev, corrections for option -next
...
- adherence of LCDPROC_PERMISSIVE_MENU_GOTO corrected
2005-07-17 16:13:46 +00:00
boercher
6a212dd77c
new option -prev, corrections for option -next
2005-07-17 16:13:24 +00:00
marschap
5a44ae5407
update server/drivers/CFontz633io.c so that it checks for an appropriate
...
response when sending a packet; adapt autoconf infrastructure to support that
2005-07-03 18:48:31 +00:00
marschap
448c39f63c
replace printf() used for debugging by fprintf()
2005-07-03 18:03:10 +00:00
marschap
a73fab8867
fix previous commit
2005-07-03 17:51:49 +00:00
marschap
b94ea7ba78
display default values on errors in init();
...
include speed into the display's PrivateData structure;
CFontzPacket.c: update optimization stragegy in flush() for CF631 & CF635
2005-07-03 15:25:55 +00:00
marschap
a450ac5b47
make debugging messages dependent on #define DEBUG
2005-07-03 12:36:56 +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
f0386c7eef
make CFontzPacket.c and CFontzs633.c even more similar
2005-07-02 21:03:53 +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
32545c99a2
replace macros by static inline functions;
...
reorder functions to not require forward declarations
2005-07-02 12:29:42 +00:00
marschap
0705a4255e
Don't write 0-length data
2005-07-01 11:28:13 +00:00
marschap
f9d35cad9e
remove unused code, cleanup & shorten parse_message() function;
...
hide commands[] table; make it's contents accessible using a function
2005-06-28 17:12:30 +00:00
marschap
bf1c2688c2
make other drivers also work correctly when SEAMLESS_HBARS is set
2005-06-28 17:09:03 +00:00