mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[lcd4linux @ 2003-10-05 17:58:50 by reinelt]
libtool junk; copyright messages cleaned up git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@253 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: BeckmannEgle.c,v 1.16 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: BeckmannEgle.c,v 1.17 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for Beckmann+Egle mini terminals
|
||||
*
|
||||
* Copyright 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: BeckmannEgle.c,v $
|
||||
* Revision 1.17 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.16 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: Crystalfontz.c,v 1.15 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: Crystalfontz.c,v 1.16 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for display modules from Crystalfontz
|
||||
*
|
||||
* Copyright 2000 by Herbert Rosmanith (herp@wildsau.idv.uni-linz.ac.at)
|
||||
* Copyright 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -19,6 +21,9 @@
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Log: Crystalfontz.c,v $
|
||||
* Revision 1.16 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.15 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: Cwlinux.c,v 1.14 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: Cwlinux.c,v 1.15 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for Cwlinux serial display modules
|
||||
*
|
||||
* Copyright 2002 by Andrew Ip (aip@cwlinux.com)
|
||||
* Copyright 2002 Andrew Ip <aip@cwlinux.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: Cwlinux.c,v $
|
||||
* Revision 1.15 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.14 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
/* $Id: HD44780.c,v 1.43 2003/09/29 06:12:56 reinelt Exp $
|
||||
/* $Id: HD44780.c,v 1.44 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for display modules based on the HD44780 chip
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* Modification for 4-Bit mode
|
||||
* 2003 Martin Hejl (martin@hejl.de)
|
||||
@@ -11,12 +13,12 @@
|
||||
* 2003 Jesse Brook Kovach <jkovach@wam.umd.edu>
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -27,6 +29,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: HD44780.c,v $
|
||||
* Revision 1.44 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.43 2003/09/29 06:12:56 reinelt
|
||||
* changed default HD44780 wiring: unused signals are GND
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: M50530.c,v 1.15 2003/09/11 04:09:53 reinelt Exp $
|
||||
/* $Id: M50530.c,v 1.16 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for display modules based on the M50530 chip
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: M50530.c,v $
|
||||
* Revision 1.16 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.15 2003/09/11 04:09:53 reinelt
|
||||
* minor cleanups
|
||||
*
|
||||
|
||||
+14
-5
@@ -10,14 +10,18 @@ lib_LTLIBRARIES = liblcd4linux.la
|
||||
AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall
|
||||
|
||||
lcd4linux_LDFLAGS = $(X_LIBS)
|
||||
lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@ liblcd4linux.la
|
||||
lcd4linux_DEPENDENCIES = @DRIVERS@
|
||||
lcd4linux_LDADD = liblcd4linux.la @DRVLIBS@
|
||||
# Fixme: if this line is active, all drivers will be compiled in
|
||||
# and not taken from the library
|
||||
# lcd4linux_DEPENDENCIES = @DRIVERS@
|
||||
|
||||
lcd4linux_SOURCES = \
|
||||
lcd4linux.c \
|
||||
pid.c pid.h \
|
||||
parser.c parser.h \
|
||||
processor.c processor.h \
|
||||
evaluator.c evaluator.h \
|
||||
expression.c expression.h \
|
||||
system.c system.h \
|
||||
isdn.c isdn.h \
|
||||
mail.c mail.h \
|
||||
@@ -31,7 +35,8 @@ mail2.c \
|
||||
socket.c socket.h
|
||||
|
||||
liblcd4linux_la_LDFLAGS = -version-info 9:11:9
|
||||
liblcd4linux_la_LIBADD=$(DRIVERS)
|
||||
# Fixme: why? Why not?
|
||||
# liblcd4linux_la_LIBADD=$(DRIVERS)
|
||||
|
||||
liblcd4linux_la_SOURCES = \
|
||||
display.c display.h \
|
||||
@@ -42,10 +47,14 @@ pixmap.c pixmap.h \
|
||||
bar.c bar.h \
|
||||
icon.c icon.h \
|
||||
fontmap.c fontmap.h \
|
||||
parport.c parport.h \
|
||||
udelay.c udelay.h
|
||||
udelay.c udelay.h \
|
||||
@DRIVERS@
|
||||
# Fixme: wwhy? why not?
|
||||
# Fixme: $DRIVERS? S(DRIVERS)? @DRIVERS@?
|
||||
|
||||
|
||||
EXTRA_lcd4linux_SOURCES= \
|
||||
parport.c parport.h \
|
||||
BeckmannEgle.c \
|
||||
Crystalfontz.c \
|
||||
Cwlinux.c \
|
||||
|
||||
+22
-14
@@ -99,19 +99,24 @@ lib_LTLIBRARIES = liblcd4linux.la
|
||||
AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall
|
||||
|
||||
lcd4linux_LDFLAGS = $(X_LIBS)
|
||||
lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@ liblcd4linux.la
|
||||
lcd4linux_DEPENDENCIES = @DRIVERS@
|
||||
lcd4linux_LDADD = liblcd4linux.la @DRVLIBS@
|
||||
# Fixme: if this line is active, all drivers will be compiled in
|
||||
# and not taken from the library
|
||||
# lcd4linux_DEPENDENCIES = @DRIVERS@
|
||||
|
||||
lcd4linux_SOURCES = lcd4linux.c pid.c pid.h parser.c parser.h processor.c processor.h system.c system.h isdn.c isdn.h mail.c mail.h seti.c seti.h battery.c battery.h dvb.c dvb.h filter.c filter.h widget.c widget.h exec.c exec.h mail2.c socket.c socket.h
|
||||
lcd4linux_SOURCES = lcd4linux.c pid.c pid.h parser.c parser.h processor.c processor.h evaluator.c evaluator.h expression.c expression.h system.c system.h isdn.c isdn.h mail.c mail.h seti.c seti.h battery.c battery.h dvb.c dvb.h filter.c filter.h widget.c widget.h exec.c exec.h mail2.c socket.c socket.h
|
||||
|
||||
|
||||
liblcd4linux_la_LDFLAGS = -version-info 9:11:9
|
||||
liblcd4linux_la_LIBADD = $(DRIVERS)
|
||||
# Fixme: why? Why not?
|
||||
# liblcd4linux_la_LIBADD=$(DRIVERS)
|
||||
|
||||
liblcd4linux_la_SOURCES = display.c display.h debug.c debug.h cfg.c cfg.h lock.c lock.h pixmap.c pixmap.h bar.c bar.h icon.c icon.h fontmap.c fontmap.h parport.c parport.h udelay.c udelay.h
|
||||
liblcd4linux_la_SOURCES = display.c display.h debug.c debug.h cfg.c cfg.h lock.c lock.h pixmap.c pixmap.h bar.c bar.h icon.c icon.h fontmap.c fontmap.h udelay.c udelay.h @DRIVERS@
|
||||
|
||||
# Fixme: wwhy? why not?
|
||||
# Fixme: $DRIVERS? S(DRIVERS)? @DRIVERS@?
|
||||
|
||||
EXTRA_lcd4linux_SOURCES = BeckmannEgle.c Crystalfontz.c Cwlinux.c HD44780.c M50530.c T6963.c USBLCD.c MatrixOrbital.c MilfordInstruments.c PalmPilot.c Raster.c SIN.c Skeleton.c XWindow.c Text.c
|
||||
EXTRA_lcd4linux_SOURCES = parport.c parport.h BeckmannEgle.c Crystalfontz.c Cwlinux.c HD44780.c M50530.c T6963.c USBLCD.c MatrixOrbital.c MilfordInstruments.c PalmPilot.c Raster.c SIN.c Skeleton.c XWindow.c Text.c
|
||||
|
||||
|
||||
EXTRA_DIST = lcd4linux.conf.sample lcd4kde.conf lcd4linux.kdelnk lcd4linux.xpm lcd4linux.lsm curses.m4 AUTHORS CREDITS FAQ NEWS TODO README README.Drivers README.KDE
|
||||
@@ -131,16 +136,18 @@ X_CFLAGS = @X_CFLAGS@
|
||||
X_LIBS = @X_LIBS@
|
||||
X_EXTRA_LIBS = @X_EXTRA_LIBS@
|
||||
X_PRE_LIBS = @X_PRE_LIBS@
|
||||
liblcd4linux_la_DEPENDENCIES =
|
||||
liblcd4linux_la_LIBADD =
|
||||
liblcd4linux_la_OBJECTS = display.lo debug.lo cfg.lo lock.lo pixmap.lo \
|
||||
bar.lo icon.lo fontmap.lo parport.lo udelay.lo
|
||||
bar.lo icon.lo fontmap.lo udelay.lo
|
||||
bin_PROGRAMS = lcd4linux$(EXEEXT)
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
|
||||
lcd4linux_OBJECTS = lcd4linux.$(OBJEXT) pid.$(OBJEXT) parser.$(OBJEXT) \
|
||||
processor.$(OBJEXT) system.$(OBJEXT) isdn.$(OBJEXT) mail.$(OBJEXT) \
|
||||
seti.$(OBJEXT) battery.$(OBJEXT) dvb.$(OBJEXT) filter.$(OBJEXT) \
|
||||
widget.$(OBJEXT) exec.$(OBJEXT) mail2.$(OBJEXT) socket.$(OBJEXT)
|
||||
processor.$(OBJEXT) evaluator.$(OBJEXT) expression.$(OBJEXT) \
|
||||
system.$(OBJEXT) isdn.$(OBJEXT) mail.$(OBJEXT) seti.$(OBJEXT) \
|
||||
battery.$(OBJEXT) dvb.$(OBJEXT) filter.$(OBJEXT) widget.$(OBJEXT) \
|
||||
exec.$(OBJEXT) mail2.$(OBJEXT) socket.$(OBJEXT)
|
||||
lcd4linux_DEPENDENCIES = liblcd4linux.la
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
@@ -161,9 +168,10 @@ DEP_FILES = .deps/BeckmannEgle.P .deps/Crystalfontz.P .deps/Cwlinux.P \
|
||||
.deps/MilfordInstruments.P .deps/PalmPilot.P .deps/Raster.P .deps/SIN.P \
|
||||
.deps/Skeleton.P .deps/T6963.P .deps/Text.P .deps/USBLCD.P \
|
||||
.deps/XWindow.P .deps/bar.P .deps/battery.P .deps/cfg.P .deps/debug.P \
|
||||
.deps/display.P .deps/dvb.P .deps/exec.P .deps/filter.P .deps/fontmap.P \
|
||||
.deps/icon.P .deps/isdn.P .deps/lcd4linux.P .deps/lock.P .deps/mail.P \
|
||||
.deps/mail2.P .deps/parport.P .deps/parser.P .deps/pid.P .deps/pixmap.P \
|
||||
.deps/display.P .deps/dvb.P .deps/evaluator.P .deps/exec.P \
|
||||
.deps/expression.P .deps/filter.P .deps/fontmap.P .deps/icon.P \
|
||||
.deps/isdn.P .deps/lcd4linux.P .deps/lock.P .deps/mail.P .deps/mail2.P \
|
||||
.deps/parport.P .deps/parser.P .deps/pid.P .deps/pixmap.P \
|
||||
.deps/processor.P .deps/seti.P .deps/socket.P .deps/system.P \
|
||||
.deps/udelay.P .deps/widget.P
|
||||
SOURCES = $(liblcd4linux_la_SOURCES) $(lcd4linux_SOURCES) $(EXTRA_lcd4linux_SOURCES)
|
||||
|
||||
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: MatrixOrbital.c,v 1.44 2003/10/03 03:51:14 reinelt Exp $
|
||||
/* $Id: MatrixOrbital.c,v 1.45 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for Matrix Orbital serial display modules
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: MatrixOrbital.c,v $
|
||||
* Revision 1.45 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.44 2003/10/03 03:51:14 reinelt
|
||||
* start support for new MatrixOrbital MX2 displays
|
||||
*
|
||||
|
||||
+10
-6
@@ -1,17 +1,18 @@
|
||||
/* $Id: MilfordInstruments.c,v 1.1 2003/09/29 06:58:36 reinelt Exp $
|
||||
/* $Id: MilfordInstruments.c,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for Milford Instruments serial display modules
|
||||
*
|
||||
* Written 2003 by Andy Baxter <andy@earthsong.free-online.co.uk>
|
||||
*
|
||||
* based on the MatrixOrbital driver by M. Reinelt
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* Copyright 2003 Andy Baxter <andy@earthsong.free-online.co.uk>
|
||||
*
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -22,6 +23,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: MilfordInstruments.c,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2003/09/29 06:58:36 reinelt
|
||||
* new driver for Milford Instruments MI420 by Andy Baxter
|
||||
*
|
||||
|
||||
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: PalmPilot.c,v 1.13 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: PalmPilot.c,v 1.14 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for 3Com Palm Pilot
|
||||
*
|
||||
* Copyright 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: PalmPilot.c,v $
|
||||
* Revision 1.14 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.13 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: Raster.c,v 1.27 2003/09/10 14:01:52 reinelt Exp $
|
||||
/* $Id: Raster.c,v 1.28 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for raster formats
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: Raster.c,v $
|
||||
* Revision 1.28 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.27 2003/09/10 14:01:52 reinelt
|
||||
* icons nearly finished\!
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: SIN.c,v 1.13 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: SIN.c,v 1.14 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for SIN router displays
|
||||
*
|
||||
* Copyright 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: SIN.c,v $
|
||||
* Revision 1.14 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.13 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: Skeleton.c,v 1.11 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: Skeleton.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* skeleton driver for new display modules
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: Skeleton.c,v $
|
||||
* Revision 1.12 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.11 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: T6963.c,v 1.12 2003/09/29 06:12:56 reinelt Exp $
|
||||
/* $Id: T6963.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* driver for display modules based on the Toshiba T6963 chip
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: T6963.c,v $
|
||||
* Revision 1.13 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.12 2003/09/29 06:12:56 reinelt
|
||||
* changed default HD44780 wiring: unused signals are GND
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: Text.c,v 1.11 2003/09/13 06:45:43 reinelt Exp $
|
||||
/* $Id: Text.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* pure ncurses based text driver
|
||||
*
|
||||
* Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leopold Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: Text.c,v $
|
||||
* Revision 1.12 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.11 2003/09/13 06:45:43 reinelt
|
||||
* icons for all remaining drivers
|
||||
*
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
/* $Id: USBLCD.c,v 1.17 2003/09/11 04:09:53 reinelt Exp $
|
||||
/* $Id: USBLCD.c,v 1.18 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* Driver for USBLCD ( see http://www.usblcd.de )
|
||||
* This Driver is based on HD44780.c
|
||||
* Driver for USBLCD (see http://www.usblcd.de)
|
||||
*
|
||||
* Copyright 2002 by Robin Adams, Adams IT Services ( info@usblcd.de )
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2002 Robin Adams, Adams IT Services <info@usblcd.de>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This driver is based on HD44780.c, which is
|
||||
* Copyright 1999, 2000 by Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -22,6 +25,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: USBLCD.c,v $
|
||||
* Revision 1.18 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.17 2003/09/11 04:09:53 reinelt
|
||||
* minor cleanups
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: XWindow.c,v 1.34 2003/09/10 14:01:53 reinelt Exp $
|
||||
/* $Id: XWindow.c,v 1.35 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* X11 Driver for LCD4Linux
|
||||
*
|
||||
* (c) 2000 Herbert Rosmanith <herp@widsau.idv.uni-linz.ac.at>
|
||||
* Copyright 2000 Herbert Rosmanith <herp@widsau.idv.uni-linz.ac.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: XWindow.c,v $
|
||||
* Revision 1.35 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.34 2003/09/10 14:01:53 reinelt
|
||||
* icons nearly finished\!
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: bar.c,v 1.8 2003/09/09 05:30:34 reinelt Exp $
|
||||
/* $Id: bar.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic bar handling
|
||||
*
|
||||
* Copyright 2002 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2002 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: bar.c,v $
|
||||
* Revision 1.9 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.8 2003/09/09 05:30:34 reinelt
|
||||
* even more icons stuff
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: bar.h,v 1.3 2002/08/19 07:52:19 reinelt Exp $
|
||||
/* $Id: bar.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic bar handling
|
||||
*
|
||||
* Copyright 2002 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2002 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: bar.h,v $
|
||||
* Revision 1.4 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.3 2002/08/19 07:52:19 reinelt
|
||||
* corrected type declaration of (*defchar)()
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: battery.c,v 1.3 2001/08/05 17:13:29 reinelt Exp $
|
||||
/* $Id: battery.c,v 1.4 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* APM and ACPI specific functions
|
||||
*
|
||||
* Copyright 2001 by Leo Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leo Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: battery.c,v $
|
||||
* Revision 1.4 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.3 2001/08/05 17:13:29 reinelt
|
||||
*
|
||||
* cleaned up inlude of sys/time.h and time.h
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: battery.h,v 1.2 2001/03/02 11:04:08 reinelt Exp $
|
||||
/* $Id: battery.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* APM and ACPI specific functions
|
||||
*
|
||||
* Copyright 2001 by Leo Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leo Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: battery.h,v $
|
||||
* Revision 1.3 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.2 2001/03/02 11:04:08 reinelt
|
||||
*
|
||||
* cosmetic cleanups (comment headers)
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: cfg.c,v 1.16 2003/09/09 06:54:43 reinelt Exp $
|
||||
/* $Id: cfg.c,v 1.17 2003/10/05 17:58:50 reinelt Exp $^
|
||||
*
|
||||
* config file stuff
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: cfg.c,v $
|
||||
* Revision 1.17 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.16 2003/09/09 06:54:43 reinelt
|
||||
* new function 'cfg_number()'
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: cfg.h,v 1.5 2003/09/09 06:54:43 reinelt Exp $
|
||||
/* $Id: cfg.h,v 1.6 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* config file stuff
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: cfg.h,v $
|
||||
* Revision 1.6 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.5 2003/09/09 06:54:43 reinelt
|
||||
* new function 'cfg_number()'
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: debug.c,v 1.5 2003/08/24 05:17:58 reinelt Exp $
|
||||
/* $Id: debug.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* debug() and error() functions
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: debug.c,v $
|
||||
* Revision 1.6 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.5 2003/08/24 05:17:58 reinelt
|
||||
* liblcd4linux patch from Patrick Schemitz
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: debug.h,v 1.5 2003/08/24 05:17:58 reinelt Exp $
|
||||
/* $Id: debug.h,v 1.6 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* debug messages
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: debug.h,v $
|
||||
* Revision 1.6 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.5 2003/08/24 05:17:58 reinelt
|
||||
* liblcd4linux patch from Patrick Schemitz
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: display.c,v 1.43 2003/09/29 06:58:37 reinelt Exp $
|
||||
/* $Id: display.c,v 1.44 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* framework for device drivers
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: display.c,v $
|
||||
* Revision 1.44 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.43 2003/09/29 06:58:37 reinelt
|
||||
* new driver for Milford Instruments MI420 by Andy Baxter
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: display.h,v 1.21 2003/09/09 05:30:34 reinelt Exp $
|
||||
/* $Id: display.h,v 1.22 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* framework for device drivers
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: display.h,v $
|
||||
* Revision 1.22 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.21 2003/09/09 05:30:34 reinelt
|
||||
* even more icons stuff
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: dvb.c,v 1.5 2003/08/08 23:08:38 reinelt Exp $
|
||||
/* $Id: dvb.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* DVB specific functions
|
||||
*
|
||||
* Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: dvb.c,v $
|
||||
* Revision 1.6 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.5 2003/08/08 23:08:38 reinelt
|
||||
* CVS Id and Log missing from dvb.{c,h}
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: dvb.h,v 1.2 2003/08/08 23:08:38 reinelt Exp $
|
||||
/* $Id: dvb.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* DVB specific functions
|
||||
*
|
||||
* Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: dvb.h,v $
|
||||
* Revision 1.3 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.2 2003/08/08 23:08:38 reinelt
|
||||
* CVS Id and Log missing from dvb.{c,h}
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: exec.c,v 1.9 2003/02/22 07:53:10 reinelt Exp $
|
||||
/* $Id: exec.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* exec ('x*') functions
|
||||
*
|
||||
* Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leopold Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: exec.c,v $
|
||||
* Revision 1.10 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.9 2003/02/22 07:53:10 reinelt
|
||||
* cfg_get(key,defval)
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: exec.h,v 1.2 2001/03/08 15:25:38 ltoetsch Exp $
|
||||
/* $Id: exec.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* exec ('x*') functions
|
||||
*
|
||||
* Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leopold Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: exec.h,v $
|
||||
* Revision 1.3 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.2 2001/03/08 15:25:38 ltoetsch
|
||||
* improved exec
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: filter.c,v 1.7 2003/09/09 06:54:43 reinelt Exp $
|
||||
/* $Id: filter.c,v 1.8 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* smooth and damp functions
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: filter.c,v $
|
||||
* Revision 1.8 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.7 2003/09/09 06:54:43 reinelt
|
||||
* new function 'cfg_number()'
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: filter.h,v 1.2 2000/03/06 06:04:06 reinelt Exp $
|
||||
/* $Id: filter.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* smooth and damp functions
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: filter.h,v $
|
||||
* Revision 1.3 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.2 2000/03/06 06:04:06 reinelt
|
||||
*
|
||||
* minor cleanups
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: fontmap.c,v 1.4 2000/08/10 09:44:09 reinelt Exp $
|
||||
/* $Id: fontmap.c,v 1.5 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* 5x8 font
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: fontmap.c,v $
|
||||
* Revision 1.5 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.4 2000/08/10 09:44:09 reinelt
|
||||
*
|
||||
* new debugging scheme: error(), info(), debug()
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: fontmap.h,v 1.1 2000/03/24 11:37:43 reinelt Exp $
|
||||
/* $Id: fontmap.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* 5x8 font
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: fontmap.h,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2000/03/24 11:37:43 reinelt
|
||||
*
|
||||
* fontmap.h added
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: icon.c,v 1.8 2003/09/19 03:51:29 reinelt Exp $
|
||||
/* $Id: icon.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic icon and heartbeat handling
|
||||
*
|
||||
* written 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: icon.c,v $
|
||||
* Revision 1.9 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.8 2003/09/19 03:51:29 reinelt
|
||||
* minor fixes, widget.c added
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: icon.h,v 1.3 2003/09/09 05:30:34 reinelt Exp $
|
||||
/* $Id: icon.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic icon and heartbeat handling
|
||||
*
|
||||
* written 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: icon.h,v $
|
||||
* Revision 1.4 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.3 2003/09/09 05:30:34 reinelt
|
||||
* even more icons stuff
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: isdn.c,v 1.10 2003/06/21 05:46:18 reinelt Exp $
|
||||
/* $Id: isdn.c,v 1.11 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* ISDN specific functions
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: isdn.c,v $
|
||||
* Revision 1.11 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.10 2003/06/21 05:46:18 reinelt
|
||||
* DVB client integrated
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: isdn.h,v 1.5 2000/03/13 15:58:24 reinelt Exp $
|
||||
/* $Id: isdn.h,v 1.6 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* ISDN specific functions
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: isdn.h,v $
|
||||
* Revision 1.6 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.5 2000/03/13 15:58:24 reinelt
|
||||
*
|
||||
* release 0.9
|
||||
|
||||
+13
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: lcd4linux.c,v 1.47 2003/09/10 08:37:09 reinelt Exp $
|
||||
/* $Id: lcd4linux.c,v 1.48 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* LCD4Linux
|
||||
*
|
||||
* Copyright 1999-2003 Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999-2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: lcd4linux.c,v $
|
||||
* Revision 1.48 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.47 2003/09/10 08:37:09 reinelt
|
||||
* icons: reorganized tick_* again...
|
||||
*
|
||||
@@ -400,6 +405,10 @@ int main (int argc, char *argv[])
|
||||
if (cfg_init (cfg)==-1)
|
||||
exit (1);
|
||||
|
||||
// Fixme:
|
||||
EX_init();
|
||||
EX_test();
|
||||
|
||||
driver=cfg_get("display",NULL);
|
||||
if (driver==NULL || *driver=='\0') {
|
||||
error ("missing 'display' entry in %s!", cfg_source());
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: lock.c,v 1.4 2003/09/19 08:40:32 reinelt Exp $
|
||||
/* $Id: lock.c,v 1.5 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* UUCP style locking
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: lock.c,v $
|
||||
* Revision 1.5 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.4 2003/09/19 08:40:32 reinelt
|
||||
*
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: lock.h,v 1.1 2000/04/07 05:42:20 reinelt Exp $
|
||||
/* $Id: lock.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* UUCP style port locking
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: lock.h,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2000/04/07 05:42:20 reinelt
|
||||
*
|
||||
* UUCP style lockfiles for the serial port
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: mail.c,v 1.12 2003/02/22 07:53:10 reinelt Exp $
|
||||
/* $Id: mail.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* email specific functions
|
||||
*
|
||||
* Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
|
||||
* Copyright 2001 Axel Ehnert <axel@ehnert.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: mail.c,v $
|
||||
* Revision 1.13 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.12 2003/02/22 07:53:10 reinelt
|
||||
* cfg_get(key,defval)
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: mail.h,v 1.4 2001/03/15 14:25:05 ltoetsch Exp $
|
||||
/* $Id: mail.h,v 1.5 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* email specific functions
|
||||
*
|
||||
* Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
|
||||
* Copyright 2001 Axel Ehnert <axel@ehnert.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: mail.h,v $
|
||||
* Revision 1.5 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.4 2001/03/15 14:25:05 ltoetsch
|
||||
* added unread/total news
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: mail2.c,v 1.8 2003/02/22 07:53:10 reinelt Exp $
|
||||
/* $Id: mail2.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* mail: pop3, imap, news functions
|
||||
*
|
||||
* Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leopold Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: mail2.c,v $
|
||||
* Revision 1.9 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.8 2003/02/22 07:53:10 reinelt
|
||||
* cfg_get(key,defval)
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: parport.c,v 1.9 2003/10/03 03:53:12 reinelt Exp $
|
||||
/* $Id: parport.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic parallel port handling
|
||||
*
|
||||
* Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: parport.c,v $
|
||||
* Revision 1.10 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.9 2003/10/03 03:53:12 reinelt
|
||||
* compile error in parport fixed (thanks to Andrew from FilmCan)
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: parport.h,v 1.3 2003/08/15 07:54:07 reinelt Exp $
|
||||
/* $Id: parport.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic parallel port handling
|
||||
*
|
||||
* Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: parport.h,v $
|
||||
* Revision 1.4 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.3 2003/08/15 07:54:07 reinelt
|
||||
* HD44780 4 bit mode implemented
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: parser.c,v 1.20 2003/09/01 04:09:35 reinelt Exp $
|
||||
/* $Id: parser.c,v 1.21 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* row definition parser
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: parser.c,v $
|
||||
* Revision 1.21 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.20 2003/09/01 04:09:35 reinelt
|
||||
* icons nearly finished, but MatrixOrbital only
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: parser.h,v 1.13 2003/09/01 04:09:35 reinelt Exp $
|
||||
/* $Id: parser.h,v 1.14 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* row definition parser
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: parser.h,v $
|
||||
* Revision 1.14 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.13 2003/09/01 04:09:35 reinelt
|
||||
* icons nearly finished, but MatrixOrbital only
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: pid.c,v 1.1 2003/08/08 08:05:23 reinelt Exp $
|
||||
/* $Id: pid.c,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* PID file handling
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: pid.c,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2003/08/08 08:05:23 reinelt
|
||||
* added PID file handling
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: pid.h,v 1.1 2003/08/08 08:05:23 reinelt Exp $
|
||||
/* $Id: pid.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* PID file handling
|
||||
*
|
||||
* Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: pid.h,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2003/08/08 08:05:23 reinelt
|
||||
* added PID file handling
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: pixmap.c,v 1.11 2003/09/10 14:01:53 reinelt Exp $
|
||||
/* $Id: pixmap.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic pixmap driver
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: pixmap.c,v $
|
||||
* Revision 1.12 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.11 2003/09/10 14:01:53 reinelt
|
||||
* icons nearly finished\!
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: pixmap.h,v 1.4 2003/09/10 14:01:53 reinelt Exp $
|
||||
/* $Id: pixmap.h,v 1.5 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic pixmap driver
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: pixmap.h,v $
|
||||
* Revision 1.5 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.4 2003/09/10 14:01:53 reinelt
|
||||
* icons nearly finished\!
|
||||
*
|
||||
|
||||
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: processor.c,v 1.46 2003/10/03 03:51:14 reinelt Exp $
|
||||
/* $Id: processor.c,v 1.47 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* main data processing
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: processor.c,v $
|
||||
* Revision 1.47 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.46 2003/10/03 03:51:14 reinelt
|
||||
* start support for new MatrixOrbital MX2 displays
|
||||
*
|
||||
|
||||
+9
-4
@@ -1,15 +1,17 @@
|
||||
/* $Id: processor.h,v 1.2 2003/09/09 05:30:34 reinelt Exp $
|
||||
/* $Id: processor.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* main data processing
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: processor.h,v $
|
||||
* Revision 1.3 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.2 2003/09/09 05:30:34 reinelt
|
||||
* even more icons stuff
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: seti.c,v 1.9 2003/08/24 05:17:58 reinelt Exp $
|
||||
/* $Id: seti.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* seti@home specific functions
|
||||
*
|
||||
* Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
|
||||
* Copyright 2001 Axel Ehnert <Axel@Ehnert.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: seti.c,v $
|
||||
* Revision 1.10 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.9 2003/08/24 05:17:58 reinelt
|
||||
* liblcd4linux patch from Patrick Schemitz
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: seti.h,v 1.3 2001/03/08 09:02:04 reinelt Exp $
|
||||
/* $Id: seti.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* seti@home specific functions
|
||||
*
|
||||
* Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
|
||||
* Copyright 2001 Axel Ehnert <axel@ehnert.net>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: seti.h,v $
|
||||
* Revision 1.4 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.3 2001/03/08 09:02:04 reinelt
|
||||
*
|
||||
* seti client cleanup
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: socket.c,v 1.5 2002/12/05 19:09:57 reinelt Exp $
|
||||
/* $Id: socket.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* simple socket functions
|
||||
*
|
||||
* Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leopold Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: socket.c,v $
|
||||
* Revision 1.6 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.5 2002/12/05 19:09:57 reinelt
|
||||
* patches for gcc-3.2
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: socket.h,v 1.1 2001/03/14 13:19:29 ltoetsch Exp $
|
||||
/* $Id: socket.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* simple socket functions
|
||||
*
|
||||
* Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
|
||||
* Copyright 2001 Leopold Tötsch <lt@toetsch.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: socket.h,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2001/03/14 13:19:29 ltoetsch
|
||||
* Added pop3/imap4 mail support
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: system.c,v 1.29 2003/08/24 05:17:58 reinelt Exp $
|
||||
/* $Id: system.c,v 1.30 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* system status retreivement
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: system.c,v $
|
||||
* Revision 1.30 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.29 2003/08/24 05:17:58 reinelt
|
||||
* liblcd4linux patch from Patrick Schemitz
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: system.h,v 1.8 2000/07/31 10:43:44 reinelt Exp $
|
||||
/* $Id: system.h,v 1.9 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* system status retreivement
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: system.h,v $
|
||||
* Revision 1.9 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.8 2000/07/31 10:43:44 reinelt
|
||||
*
|
||||
* some changes to support kernel-2.4 (different layout of various files in /proc)
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: udelay.c,v 1.12 2003/07/18 04:43:14 reinelt Exp $
|
||||
/* $Id: udelay.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* short delays
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: udelay.c,v $
|
||||
* Revision 1.13 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.12 2003/07/18 04:43:14 reinelt
|
||||
* udelay: unnecessary sanity check removed
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: udelay.h,v 1.4 2002/04/29 11:00:28 reinelt Exp $
|
||||
/* $Id: udelay.h,v 1.5 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* short delays
|
||||
*
|
||||
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: udelay.h,v $
|
||||
* Revision 1.5 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.4 2002/04/29 11:00:28 reinelt
|
||||
*
|
||||
* added Toshiba T6963 driver
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/* $Id: widget.c,v 1.1 2003/09/19 03:51:29 reinelt Exp $
|
||||
/* $Id: widget.c,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic widget handling
|
||||
*
|
||||
* written 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -20,6 +20,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: widget.c,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2003/09/19 03:51:29 reinelt
|
||||
* minor fixes, widget.c added
|
||||
*
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
/* $Id: widget.h,v 1.1 2003/09/19 03:51:29 reinelt Exp $
|
||||
/* $Id: widget.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
|
||||
*
|
||||
* generic widget handling
|
||||
*
|
||||
* written 2003 by Michael Reinelt (reinelt@eunet.at)
|
||||
* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* This file is part of LCD4Linux.
|
||||
*
|
||||
* LCD4Linux is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2, or (at your option)
|
||||
* any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* LCD4Linux is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
@@ -20,6 +22,9 @@
|
||||
*
|
||||
*
|
||||
* $Log: widget.h,v $
|
||||
* Revision 1.2 2003/10/05 17:58:50 reinelt
|
||||
* libtool junk; copyright messages cleaned up
|
||||
*
|
||||
* Revision 1.1 2003/09/19 03:51:29 reinelt
|
||||
* minor fixes, widget.c added
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user