/* $Id: plugin_cfg.c,v 1.8 2004/03/11 06:39:59 reinelt Exp $
*
* plugin for config file access
*
* Copyright 2003, 2004 Michael Reinelt <reinelt@eunet.at>
* Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* 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.
*
* 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.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
*
* $Log: plugin_cfg.c,v $
* Revision 1.8 2004/03/11 06:39:59 reinelt
* big patch from Martin:
* - reuse filehandles
* - memory leaks fixed
* - earlier busy-flag checking with HD44780
* - reuse memory for strings in RESULT and hash
* - netdev_fast to wavid time-consuming regex
*
* Revision 1.7 2004/03/06 20:31:16 reinelt
* Complete rewrite of the evaluator to get rid of the code
* from mark Morley (because of license issues).
* The new Evaluator does a pre-compile of expressions, and
* stores them in trees. Therefore it should be reasonable faster...
*
* Revision 1.6 2004/03/03 03:47:04 reinelt
* big patch from Martin Hejl:
* - use qprintf() where appropriate
* - save CPU cycles on gettimeofday()
* - add quit() functions to free allocated memory
* - fixed lots of memory leaks
*
* Revision 1.5 2004/02/01 19:37:40 reinelt
* got rid of every strtok() incarnation.
*
* Revision 1.4 2004/01/30 20:57:56 reinelt
* HD44780 patch from Martin Hejl
* dmalloc integrated
*
* Revision 1.3 2004/01/29 04:40:02 reinelt
* every .c file includes "config.h" now
*
* Revision 1.2 2004/01/14 11:33:00 reinelt
* new plugin 'uname' which does what it's called
* text widget nearly finished
* first results displayed on MatrixOrbital
*
* Revision 1.1 2004/01/13 10:03:01 reinelt
* new util 'hash' for associative arrays
* new plugin 'cpuinfo'
*
*/
/*
* exported functions:
*
* int plugin_init_cfg (void)
* adds cfg() function for config access
* initializes variables from the config file
*
*/
#include &q494 | -496/+0 |
|
Probably should have happened as part of 06e54ff.
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|
Add Dusseldorf DVB-T channels
While travelling for LinuxCon EU, I was able to do scans at the
Airport and at the hotel. Those are the channels I was able to
find while there.
I scanned for DVB-T2 channels too, but was unable to find any.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
* recife:/devel/v4l/dtv-scan-tables:
Add new Brazilian channel files
Update Brazil ISDB-T channel files
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
Channel 12 is currently not valid for ISDB-T in Brazil.
Also, due to an error FREQUENCY ended by not being filled here.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
In order to be easier to package the scan tables, add
some targets to install the files, and add the instructions
about how to use it at the README file.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Both Argentina and Brazil uses ISDB-T, instead of DVB-T.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Now that the tables got converted, rewrite it to generate
DVBv3 from the DVBv5 channels, and to generate DVBv5 again
from DVBv3, for testing purposes.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Now that we have everything with DVBv5 format, we can get rid of
duplicated tables.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
All comments were preserved on this conversion, thanks to a
temporary patch for libdvbv5.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
That does the conversion from a previously generated DVBv5
directory back to DVBv3.
This is useful to check if dvb-fe-convert is doing the right
thing.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|
DVB-S doesn't have rolloff or modulation
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
On all other DVB-T2 files, the PLP ID is at the end of the file.
Move it to the end, to be equal to the other files.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
FEC=2/1 doesn't exist. It should be, instead 1/2.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Those zeros are there just to align the entries. However, we'll
convert them to DVBv5, and the conversion tools won't keep the
same alignment.
This is not needed for the conversion itself, but we want to
do the conversion on both directions and see if the file will
remain the same. Stripping those useless zeros makes easier
for us to double check if something got badly converted.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|