Re-add hd44780-usblcd connection type for devices made by Adams IT Services.

This driver has been part of v0.4.5 but was never ported to v0.5.x.
This commit is contained in:
mmdolze
2009-05-11 06:23:39 +00:00
parent 85a2e68c23
commit adfe557115
9 changed files with 230 additions and 2 deletions
+2
View File
@@ -31,6 +31,7 @@
# include "hd44780-i2c.h"
#endif
# include "hd44780-ethlcd.h"
# include "hd44780-usblcd.h"
// add new connection type header files here
@@ -72,6 +73,7 @@ static const ConnectionMapping connectionMapping[] = {
#endif
/* TCP socket connection types */
{ "ethlcd", HD44780_CT_ETHLCD, IF_TYPE_TCP, hd_init_ethlcd },
{ "usblcd", HD44780_CT_USBLCD, IF_TYPE_USB, hd_init_usblcd },
// add new connection types here
// ....
// default, end of structure element (do not delete)