aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-10-19 03:03:57 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-10-19 03:03:57 +0000
commit34fd00e7b751932b1739b165006be944fb0ecaed (patch)
tree60477c430ad618064bce9c11ec3396d9553f62e4 /drv.c
parentf848e286bd8dac72e6bdebf97333c4ad3a3a4891 (diff)
downloadlcd4linux-34fd00e7b751932b1739b165006be944fb0ecaed.tar.gz
driver for Logic Way GmbH ABP08 (serial) and ABP09 (USB) appliance control panels by Arndt Kritzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1046 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drv.c b/drv.c
index db9137a..a5c9c08 100644
--- a/drv.c
+++ b/drv.c
@@ -65,6 +65,7 @@ extern DRIVER drv_LCDTerm;
extern DRIVER drv_LEDMatrix;
extern DRIVER drv_LPH7508;
extern DRIVER drv_LUIse;
+extern DRIVER drv_LW_ABP;
extern DRIVER drv_M50530;
extern DRIVER drv_MatrixOrbital;
extern DRIVER drv_MilfordInstruments;
@@ -150,6 +151,9 @@ DRIVER *Driver[] = {
#ifdef WITH_LUISE
&drv_LUIse,
#endif
+#ifdef WITH_LW_ABP
+ &drv_LW_ABP,
+#endif
#ifdef WITH_M50530
&drv_M50530,
#endif