aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBHUB.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_USBHUB.c')
-rw-r--r--drv_USBHUB.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/drv_USBHUB.c b/drv_USBHUB.c
index b2de439..f0050da 100644
--- a/drv_USBHUB.c
+++ b/drv_USBHUB.c
@@ -1,12 +1,12 @@
-/* $Id: drv_USBHUB.c 773 2007-02-25 12:39:09Z michael $
- * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/drv_USBHUB.c $
+/* $Id: drv_USBHUB.c 1126 2010-07-13 03:25:44Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/drv_USBHUB.c $
*
- * 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>
*
- * Based on the USBLCD driver Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Based on the USBLCD driver Copyright (C) 2003 Michael Reinelt <michael@reinelt.co.at>
*
* This file is part of LCD4Linux.
*
@@ -37,9 +37,9 @@
#include "config.h"
#ifdef HAVE_USB_H
-# include <usb.h>
+#include <usb.h>
#else
-# error The USB-HUB driver only makes sense with USB support
+#error The USB-HUB driver only makes sense with USB support
#endif
#include "debug.h"
@@ -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;
}
@@ -268,7 +268,7 @@ int drv_UH_init(const char *section, const int quiet)
int ret;
int i;
- info("%s: %s", Name, "$Rev: 773 $");
+ info("%s: %s", Name, "$Rev: 1126 $");