aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--drv_Crystalfontz.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c
index e63d803..6ea812c 100644
--- a/drv_Crystalfontz.c
+++ b/drv_Crystalfontz.c
@@ -1,4 +1,4 @@
-/* $Id: drv_Crystalfontz.c,v 1.40 2006/02/21 05:50:34 reinelt Exp $
+/* $Id: drv_Crystalfontz.c,v 1.41 2006/02/21 15:52:30 cmay Exp $
*
* new style driver for Crystalfontz display modules
*
@@ -23,6 +23,9 @@
*
*
* $Log: drv_Crystalfontz.c,v $
+ * Revision 1.41 2006/02/21 15:52:30 cmay
+ * added back CF635 GPO counts in model struct lost after last merge
+ *
* Revision 1.40 2006/02/21 05:50:34 reinelt
* keypad support from Cris Maj
*
@@ -262,7 +265,7 @@ static MODEL Models[] = {
{632, "632", 2, 16, 0, 0, 1, 0, 0},
{633, "633", 2, 16, 4, 4, 2, 18, 6},
{634, "634", 4, 20, 0, 0, 1, 0, 0},
- {635, "635", 4, 20, 0, 0, 3, 22, 6},
+ {635, "635", 4, 20, 4, 12, 3, 22, 6},
{636, "636", 2, 16, 0, 0, 1, 0, 0},
{-1, "Unknown", -1, -1, 0, 0, 0, 0, 0}
};
@@ -1108,7 +1111,7 @@ int drv_CF_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Revision: 1.40 $");
+ info("%s: %s", Name, "$Revision: 1.41 $");
/* start display */
if ((ret = drv_CF_start(section)) != 0) {
;follow=1'>UPC Czech Republic: added mux 538 MHz with 256 QAMJosef Schlehofer1-5/+13 2019-03-25UPC Czech Republic: added more muxes and change QAM/256 on 626 MHzJosef Schlehofer1-3/+19 They recently changed QAM to 256 (from 64) on 626 MHz Source: https://www.upczone.cz/topic/5650-nov%C3%A9-stanice/?do=findComment&comment=98118 2019-03-25Update Astra-19.2ECvH1-4/+5 2019-03-14Intelsat-907-27.5W: update from current LyngSat dataMauro Carvalho Chehab1-24/+197 Update channel list from LyngSat. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-03-14Intelsat-905-24.5W: update from current LyngSat dataMauro Carvalho Chehab1-18/+711 Update channel list from LyngSat. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> 2019-03-14Add missing satellitesMauro Carvalho Chehab219-2/+61017 The entries for those satellites were obtained from www.lyngsat.com via script. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>