aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBHUB.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_USBHUB.c')
-rw-r--r--drv_USBHUB.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drv_USBHUB.c b/drv_USBHUB.c
index 5820152..7422b4a 100644
--- a/drv_USBHUB.c
+++ b/drv_USBHUB.c
@@ -1,7 +1,7 @@
/* $Id$
* $URL$
*
- * new style driver for USBLCD displays
+ * driver for USBHUB
*
* Copyright (C) 2006 Ernst Bachmann <e.bachmann@xebec.de>
* Copyright (C) 2004,2006 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
@@ -257,7 +257,7 @@ static int drv_UH_start(const char *section, const __attribute__ ((unused))
/* list models */
int drv_UH_list(void)
{
- printf("generic");
+ printf("USBHUB");
return 0;
}