new ConnectionType pertelian in hd44780 driver (Matteo Pillon)

This commit is contained in:
marschap
2007-03-18 15:28:32 +00:00
parent 4efec0996a
commit bbfe65da9f
5 changed files with 35 additions and 7 deletions
+1
View File
@@ -44,6 +44,7 @@ static const ConnectionMapping connectionMapping[] = {
{"los-panel", hd_init_serial, "\tnone\n"},
{"vdr-lcd", hd_init_serial, "\tnone\n"},
{"vdr-wakeup", hd_init_serial, "\tnone\n"},
{"pertelian", hd_init_serial, "\tnone\n"},
/* End serial connectiontypes */
{"lis2", hd_init_lis2, "\tnone\n"},
#ifdef HAVE_LIBUSB