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_USBLCD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drv_USBLCD.c') diff --git a/drv_USBLCD.c b/drv_USBLCD.c index 70dc7b1..89dac62 100644 --- a/drv_USBLCD.c +++ b/drv_USBLCD.c @@ -388,7 +388,7 @@ static int drv_UL_start(const char *section, const int quiet) /* list models */ int drv_UL_list(void) { - printf("generic"); + printf("USBLCD"); return 0; } -- cgit v1.2.3