aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.c
diff options
context:
space:
mode:
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 */