aboutsummaryrefslogtreecommitdiffstats
path: root/drv_M50530.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_M50530.c')
-rw-r--r--drv_M50530.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drv_M50530.c b/drv_M50530.c
index b3b3c4b..45518b2 100644
--- a/drv_M50530.c
+++ b/drv_M50530.c
@@ -1,9 +1,9 @@
-/* $Id: drv_M50530.c 773 2007-02-25 12:39:09Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_M50530.c $
+/* $Id: drv_M50530.c 975 2009-01-18 11:16:20Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_M50530.c $
*
* new style driver for M50530-based displays
*
- * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -95,7 +95,7 @@ typedef struct {
} MODEL;
static MODEL Models[] = {
- {0x01, "generic"},
+ {0x01, "M50530"},
{0xff, "Unknown"}
};
@@ -593,7 +593,7 @@ int drv_M5_init(const char *section, const int quiet)
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev: 975 $");
/* display preferences */
XRES = -1; /* pixel width of one char */