aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:42:08 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-02-28 06:42:08 +0000
commitc981312c6090947ef34c0e76d356d4dbd26c9362 (patch)
tree2c7e4de2fcbd009af7f1a6893241ee21c8aa3ef0 /drivers.m4
parent915154c4eb39dfa4a593d946c3a443a1812cc4ff (diff)
downloadlcd4linux-c981312c6090947ef34c0e76d356d4dbd26c9362.tar.gz
driver for GX series lcd from Matrix Orbital by Abbas Kosan
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@988 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m418
1 files changed, 17 insertions, 1 deletions
diff --git a/drivers.m4 b/drivers.m4
index 2595214..f2640ee 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -67,7 +67,7 @@ for driver in $drivers; do
D4D="yes"
EA232graphic="yes"
G15="yes"
- GLCD2USB="yes"
+ GLCD2USB="no"
HD44780="yes"
IRLCD="yes"
LCD2USB="yes"
@@ -78,6 +78,7 @@ for driver in $drivers; do
LUISE="yes"
M50530="yes"
MATRIXORBITAL="yes"
+ MATRIXORBITALGX="yes"
MILINST="yes"
NORITAKE="yes"
NULL="yes"
@@ -160,6 +161,9 @@ for driver in $drivers; do
MatrixOrbital)
MATRIXORBITAL=$val
;;
+ MatrixOrbitalGX)
+ MATRIXORBITALGX=$val
+ ;;
MilfordInstruments)
MILINST=$val
;;
@@ -439,6 +443,18 @@ if test "$MATRIXORBITAL" = "yes"; then
AC_DEFINE(WITH_MATRIXORBITAL,1,[MatrixOrbital driver])
fi
+if test "$MATRIXORBITALGX" = "yes"; then
+ if test "$has_usb" = "true"; then
+ GRAPHIC="yes"
+ SERIAL="yes"
+ LIBUSB="yes"
+ DRIVERS="$DRIVERS drv_MatrixOrbitalGX.o"
+ AC_DEFINE(WITH_MATRIXORBITALGX,1,[MatrixOrbitalGX driver])
+ else
+ AC_MSG_WARN(usb.h not found: MatrixOrbitalGX driver disabled)
+ fi
+fi
+
if test "$MILINST" = "yes"; then
TEXT="yes"
SERIAL="yes"