mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
Minor description fixes
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1130 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
Vendored
+2
-2
@@ -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'.])])
|
||||
|
||||
+1
-1
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user