From 62c2b871ae20d093190f7a64b1f13661c7a42222 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sun, 24 Apr 2005 04:33:46 +0000 Subject: [lcd4linux @ 2005-04-24 04:33:46 by reinelt] driver for TREFON USB LCD's added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@531 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- configure | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 88adb74..392c77f 100755 --- a/configure +++ b/configure @@ -870,7 +870,7 @@ Optional Packages: BeckmannEgle, BWCT, CrystalFontz, Curses, Cwlinux, HD44780, LCDLinux, LCDTerm, M50530, MatrixOrbital, MilfordInstruments, NULL, PNG, PPM, RouterBoard, - SimpleLCD, T6963, USBLCD, X11 + SimpleLCD, T6963, Trefon, USBLCD, X11 --with-plugins= choose which plugins to compile. type --with-plugins=list for a list of avaible plugins @@ -5569,6 +5569,7 @@ for driver in $drivers; do PPM="yes" ROUTERBOARD="yes" T6963="yes" + Trefon="yes" USBLCD="yes" X11="yes" SIMPLELCD="yes" @@ -5624,6 +5625,9 @@ for driver in $drivers; do T6963) T6963=$val ;; + Trefon) + Trefon=$val + ;; USBLCD) USBLCD=$val ;; @@ -5852,6 +5856,22 @@ _ACEOF fi +if test "$Trefon" = "yes"; then + if test "$has_usb" = "true"; then + TEXT="yes" + DRIVERS="$DRIVERS drv_Trefon.o" + +cat >>confdefs.h <<\_ACEOF +#define WITH_TREFON 1 +_ACEOF + + DRVLIBS="$DRVLIBS -lusb" + else + { echo "$as_me:$LINENO: WARNING: usb.h not found: Trefon driver disabled" >&5 +echo "$as_me: WARNING: usb.h not found: Trefon driver disabled" >&2;} + fi +fi + if test "$USBLCD" = "yes"; then TEXT="yes" SERIAL="yes" -- cgit v1.2.3 ame='id' value='833d4cc1dddb3560e93ef7dc6951ab5c204b5c13'/>
AgeCommit message (Collapse)AuthorFilesLines
2022-04-30pt-All: fix modulationMauro Carvalho Chehab1-10/+10
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2022-04-30pt-All: Update Portugal channelsMauro Carvalho Chehab1-34/+70
There were some changes at Portugal channel frequencies, mostly in 2020. Update the DVB-T channel list accordingly, in order to reflect the current list of emitters. Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2022-03-07Update Brazilian ISDB-T tablesMauro Carvalho Chehab549-2923/+13860
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2022-03-07Update satellite channel lists from LyngsatMauro Carvalho Chehab54-1882/+2326
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2021-12-14dtv-scan-tables: latest UK changesSimon Liddicott4-24/+24
only includes transmitters where there have been changes Link: https://lore.kernel.org/linux-media/20210128234622.75009-1-simon@liddicott.com Signed-off-by: Simon Liddicott <simon@liddicott.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-04-30update Brazilian scan filesMauro Carvalho Chehab2476-12805/+69312
Data updated according with https://portalbsd.com.br/. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-04-30Remove legacy entriesMauro Carvalho Chehab129-24898/+0
There are several entries that used to be at Lyngsat. Several of them were merged with other entries. On others, there's no TV signal anymore. So, drop them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-04-30Add new satellites from LyngsatMauro Carvalho Chehab75-21/+29721
Those are are new satellite descriptions that didn't use to exist on Lyngsat. Add them. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-04-30Rename a few satellites with two names and update frequenciesMauro Carvalho Chehab2-283/+182
Those two satellites have two names. Use Just one of them. While here, update their frequencies from Lyngsat. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-04-30Update frequencies from LyngsatMauro Carvalho Chehab188-12304/+12666
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>