aboutsummaryrefslogtreecommitdiffstats
path: root/drv_NULL.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_NULL.c')
-rw-r--r--drv_NULL.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drv_NULL.c b/drv_NULL.c
index ac569b1..35459b6 100644
--- a/drv_NULL.c
+++ b/drv_NULL.c
@@ -1,9 +1,9 @@
-/* $Id: drv_NULL.c 773 2007-02-25 12:39:09Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_NULL.c $
+/* $Id: drv_NULL.c 975 2009-01-18 11:16:20Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_NULL.c $
*
* NULL driver (for testing)
*
- * Copyright (C) 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 Michael Reinelt <michael@reinelt.co.at>
* Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
@@ -117,7 +117,7 @@ static int drv_NULL_start(const char *section)
/* list models */
int drv_NULL_list(void)
{
- printf("generic");
+ printf("NULL driver for testing purposes");
return 0;
}
@@ -129,7 +129,7 @@ int drv_NULL_init(const char *section, const __attribute__ ((unused))
WIDGET_CLASS wc;
int ret;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev: 975 $");
/* display preferences */
XRES = 6; /* pixel width of one char */