aboutsummaryrefslogtreecommitdiffstats
path: root/drv_GLCD2USB.c
diff options
context:
space:
mode:
authorharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-10-31 19:21:45 +0000
committerharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2010-10-31 19:21:45 +0000
commitd8e493fe03f1e83e27e09e94089154f7897275b9 (patch)
tree283ae530fcf97a1f8435336c46b6478e6eb3a6c8 /drv_GLCD2USB.c
parent3bc1b2b7942823ee8548d97d57b517cba175a8ad (diff)
downloadlcd4linux-d8e493fe03f1e83e27e09e94089154f7897275b9.tar.gz
Minor description fixes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1130 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_GLCD2USB.c')
-rw-r--r--drv_GLCD2USB.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drv_GLCD2USB.c b/drv_GLCD2USB.c
index eb58ea4..e597159 100644
--- a/drv_GLCD2USB.c
+++ b/drv_GLCD2USB.c
@@ -523,7 +523,7 @@ static int drv_GLCD2USB_start(const char *section)
/* list models */
int drv_GLCD2USB_list(void)
{
- printf("generic");
+ printf("GLCD2USB homebrew USB interface for graphic displays");
return 0;
}