From 915154c4eb39dfa4a593d946c3a443a1812cc4ff Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 28 Feb 2009 06:19:46 +0000 Subject: GLCD2USB driver from Till Harbaum git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@987 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drv.c') 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 -- cgit v1.2.3