From f7e342004dc100008d5ff5e0e78adfc556cce05c Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Fri, 1 Aug 2003 05:15:42 +0000 Subject: [lcd4linux @ 2003-08-01 05:15:42 by reinelt] last cleanups for 0.9.9 --- Cwlinux.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Cwlinux.c') diff --git a/Cwlinux.c b/Cwlinux.c index 6bb9cfa..6320a72 100644 --- a/Cwlinux.c +++ b/Cwlinux.c @@ -1,4 +1,4 @@ -/* $Id: Cwlinux.c,v 1.9 2003/07/24 04:48:09 reinelt Exp $ +/* $Id: Cwlinux.c,v 1.10 2003/08/01 05:15:42 reinelt Exp $ * * driver for Cwlinux serial display modules * @@ -20,6 +20,9 @@ * * * $Log: Cwlinux.c,v $ + * Revision 1.10 2003/08/01 05:15:42 reinelt + * last cleanups for 0.9.9 + * * Revision 1.9 2003/07/24 04:48:09 reinelt * 'soft clear' needed for virtual rows * @@ -134,6 +137,7 @@ static void CW_write(char *string, int len) } +#if 0 static int CW_read(char *string, int len) { int ret; @@ -154,7 +158,7 @@ static int CW_read(char *string, int len) return ret; } - +#endif static void CW_Goto(int row, int col) { @@ -299,6 +303,7 @@ int CW_init(LCD * Self) if (Device == -1) return -1; + // this does not work as I'd expect it... #if 0 // read firmware version CW_read(buffer,sizeof(buffer)); -- cgit v1.2.3 can-tables.git/refs/?id=26594f427e32241fec8e5dc0d87abc7b627570e2'>refslogtreecommitdiffstats
path: root/dvb-t/hu-Szentes-Szeged (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11update scan file for uk-TacolnestonChristoph Pfister1-10/+16
submitted by andyqos ukfsn.org
2012-03-10update scan files for Ireland (ie-*)Jonathan McCrohan12-24/+36
Add upcoming Saorview MUX2. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-03-10update scan files for de-*Christoph Pfister13-35/+32
2012-03-10update scan file for fi-soneraChristoph Pfister1-0/+11
submitted by mikko.autio1 gmail.com
2012-03-10update scan file for uk-EmleyMoorChristoph Pfister1-8/+5
submitted by gnu_andrew member.fsf.org
2012-03-10remove scan file for nl-Ziggo-ZwolleChristoph Pfister1-26/+0
obsoleted by nl-Ziggo submitted by rigolo gmail.com
2012-03-10replace it-* by it-AllChristoph Pfister28-624/+135
it-All is a subset of auto-Default there are no exceptions in the VHF band anymore --> auto-Italy is obsolete
2012-02-05add scan files for Ireland (ie-*)Jonathan McCrohan12-0/+48
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2012-03-10update scan file for uk-CrystalPalaceChristoph Pfister1-10/+17
submitted by rankincj yahoo.com
2012-03-10update scan file for es-HuescaChristoph Pfister1-7/+14
submitted by vha spheresystems.co.uk
2013-01-09Fix differences from dvb-apps treeMauro Carvalho Chehab2-20/+23
Somehow, a few changesets didn't seem to export correctly. So, fix the differences manually.