From 78cace3b47122fe173c4d43c5e314cac78f29eea Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 18 Jan 2009 11:16:20 +0000 Subject: more descriptive display names with option -l git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@975 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_USBHUB.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drv_USBHUB.c') 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 * Copyright (C) 2004,2006 The LCD4Linux Team @@ -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; } -- cgit v1.2.3