Commit Graph
23 Commits
Author SHA1 Message Date
gfk 13d82693ac Partially implemented Thomas Runge's BSD port. 2001-12-23 21:52:45 +00:00
gfk bd2d6bade5 Small fix to have the name of the selected drivers displayed in a comma separated list. Other typos fixed too. 2001-12-22 03:18:05 +00:00
gfk 0b40559872 Fix for the missing ACS_S3, ACS_S7, wcolor_set() and redrawwin() with the curses driver. 2001-11-30 23:53:16 +00:00
robijn 046d76e510 New: SED1330 driver. 2001-11-15 19:33:06 +00:00
gfk e67defae0e Small fix for the autoconf support of the t6963 driver by mythos. 2001-11-03 14:33:03 +00:00
gfk 216d45f477 Fix for 'the dumbest fix of the month'. In fact, just a simplification of an earlier fix. 2001-11-02 18:56:51 +00:00
gfk 12016257ff Replaced the AC_TRY_RUN test for the more simple AC_TRY_COMPILE where we check for defines. 2001-11-01 14:31:08 +00:00
gfk 39874bbf87 Some cleanup:
Changed the optimization value to -O3
Moved the (n)curses autoconf tests to the (n)curses driver section.
Removed commented commands in configure.in
Added define ACS_* test for curses driver
2001-10-31 22:05:14 +00:00
gfk 15325e8e3b Added header linux/joystick.h as prerequistefor the joy driver. 2001-10-22 19:45:13 +00:00
gfk 10a2c963a7 Configure improvements as documented in bug 463908 2001-10-08 17:02:51 +00:00
ddouthitt 49dd9207d7 Added new driver:
* lcdm001 (with updates to autoconfig and Makefiles)
2001-10-01 21:51:27 +00:00
ddouthitt d67120f519 Updated configure scripts, et al, to use and recognize the
SVGAlib driver and an upcoming Toshiba T6963 driver...
2001-09-26 22:29:00 +00:00
afrob 2e654fd333 Added driver for SED1520 graphic LCDs, STV5730 TV Output plus a small fix for render.c for bigger display sizes 2001-09-22 11:45:12 +00:00
ppokorny bae6cd0c21 Added GLK12232-25SM support with glk driver.
Fixed lots of small problems in various places.
Added new protocol commands screen_add/del_key so screens
   can request keystrokes when they are being displayed.
Lots of work on CPU GRAPH and BIG NUMBER CLOCK screens.
Fixed 'output' function in MtxOrb.c
2001-04-27 15:44:37 +00:00
William Ferrell 3cfa105602 Cosmetic change (corrected misspelled word in acinclude.m4 "Uknown" where
it should read "Unknown".)
2001-03-29 19:30:38 +00:00
William Ferrell 6c8a77ccc5 Applied Nathan Yawn's (natey@hcis.net) patch to add a driver for the BayRAD
display. The patch applied cleanly, and compiled properly. At least,
"it worked for me." :) I don't have such a display, thus I cannot test that
the driver actually works, but it at least doesn't do nasty things or break
the compile. Thanks, Nathan!
2001-03-29 19:24:18 +00:00
William Ferrell 82764f08e3 Thanks to Chris Debenham <chris.debenham@aus.sun.com>, the LCDproc server
process LCDd now compiles and runs properly on Solaris! Additionally, he
has provided a new driver for a 16x2 LCD made by an Australian company.

I've compiled and executed this new code on a Solaris 2.6 box, and while I
don't have the display the new driver uses, LCDd tries to use it anyway,
fails (since the device isn't installed), and continues running, so this
looks solid!
2000-11-29 18:48:53 +00:00
blt 2f9283108b Fixed specifying --enable-drivers=all 2000-02-21 11:29:52 +00:00
hklein faa787c215 Modified Files:
acconfig.h acinclude.m4 server/Makefile.am
 	server/drivers/Makefile.am server/drivers/lcd.c
 Added Files:
 	README.lirc server/drivers/lircin.c server/drivers/lircin.h
2000-01-17 08:22:15 +00:00
ban 14df3acb82 * first check for ncurses, then curses (and not the other way) 1999-12-16 09:27:23 +00:00
ban 4d35a5af43 Added check for the type of statfs function in use 1999-12-16 09:12:55 +00:00
ban ca099d72cc Fixed checking for libncurses as well as libcurses 1999-12-15 23:48:20 +00:00
William Ferrell e6431e9827 Automake patch 1999-12-11 19:33:35 +00:00