aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.c
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-03-08 21:20:23 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-03-08 21:20:23 +0000
commit3b03ff939fd1ae525db8477f28883fc011997029 (patch)
treec4b8ad775bc5bf6d03a06d035a3279d12c2a02b6 /drv_M50530.c
parent7ca8e0e2e74a3f53e6e119b8bdfb2771523caa7f (diff)
parentd0b266cf85d3c7733259c76831de0cfd4c1731a1 (diff)
downloadlcd4linux-3b03ff939fd1ae525db8477f28883fc011997029.tar.gz
* New upstream snapshot
- adds new DPF driver - adds new TeakLCM driver - adds new Futaba VFD driver - adds new Samsung SPF driver
Diffstat (limited to 'drv_M50530.c')
-rw-r--r--drv_M50530.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index 45518b2..ffb5b0d 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -1,4 +1,4 @@
-/* $Id: drv_M50530.c 975 2009-01-18 11:16:20Z michael $
+/* $Id: drv_M50530.c 1174 2012-02-15 13:07:53Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_M50530.c $
*
* new style driver for M50530-based displays
@@ -292,7 +292,7 @@ static int drv_M5_start(const char *section, const int quiet)
int rows = -1, cols = -1;
unsigned int SF;
- s = cfg_get(section, "Model", "generic");
+ s = cfg_get(section, "Model", "M50530");
if (s != NULL && *s != '\0') {
int i;
for (i = 0; Models[i].type != 0xff; i++) {
@@ -593,7 +593,7 @@ int drv_M5_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Rev: 975 $");
+ info("%s: %s", Name, "$Rev: 1174 $");
/* display preferences */
XRES = -1; /* pixel width of one char */