aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:19:46 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:19:46 +0000
commit915154c4eb39dfa4a593d946c3a443a1812cc4ff (patch)
tree600763f1c4a85bda3d0f35b3c0ea666d34882422 /drv.c
parent64522a267dccb2f0dc71d186b084c8c462a28f65 (diff)
downloadlcd4linux-915154c4eb39dfa4a593d946c3a443a1812cc4ff.tar.gz
GLCD2USB driver from Till Harbaum
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@987 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 547b464..960803e 100644
--- a/drv.c
+++ b/drv.c
@@ -55,6 +55,7 @@ extern DRIVER drv_Cwlinux;
extern DRIVER drv_D4D;
extern DRIVER drv_EA232graphic;
extern DRIVER drv_G15;
+extern DRIVER drv_GLCD2USB;
extern DRIVER drv_HD44780;
extern DRIVER drv_Image;
extern DRIVER drv_IRLCD;
@@ -117,6 +118,9 @@ DRIVER *Driver[] = {
#ifdef WITH_G15
&drv_G15,
#endif
+#ifdef WITH_GLCD2USB
+ &drv_GLCD2USB,
+#endif
#ifdef WITH_HD44780
&drv_HD44780,
#endif