Minor description fixes

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1130 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
harbaum
2010-10-31 19:21:45 +00:00
parent 3bc1b2b794
commit d8e493fe03
5 changed files with 228 additions and 218 deletions
Vendored
+2 -2
View File
@@ -13,8 +13,8 @@
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
[m4_warning([this file was generated for autoconf 2.65.
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
[m4_warning([this file was generated for autoconf 2.67.
You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.])])
Vendored
+223 -213
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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;
}
+2 -2
View File
@@ -1,7 +1,7 @@
/* $Id$
* $URL$
*
* driver for USB2LCD display interface
* driver for LCD2USB display interface
* see http://www.harbaum.org/till/lcd2usb for schematics
*
* Copyright 2005 Till Harbaum <till@harbaum.org>
@@ -569,7 +569,7 @@ static void plugin_brightness(RESULT * result, RESULT * arg1)
/* list models */
int drv_L2U_list(void)
{
printf("USB2LCD display interface");
printf("LCD2USB homebrew USB interface for HD44780 text displays");
return 0;
}
View File