Age | Commit message (Collapse) | Author |
|
From: Andrew de Quincey <adq_dvb@lidskialf.net>
Convert lnbp21.h into a linux kernel module.
Fix up previous users to use it.
Convert dvb-ttusb-budget to use it.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
|
|
BUDGET_CI card depends on STV0297 demodulator.
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
Add missing selects for DVB_TDA1004X and DVB_TDA10021 to DVB_BUDGET_AV.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
|
|
and incomplete, so commented out for the moment.
|
|
(0x13c2,0x0008, Grundig 29504-401 (LSI L64781 Based) frontend)
|
|
|
|
|
|
|
|
it, but rather forget to select it.
- Also don't force selection of compiling the firmware into the kernel,
only hint at this, like above, because it breaks:
- Generic Driver Options
- Select only drivers that don't need compile-time external firmware
- Prevent firmware from being built
|
|
- Fix make with -jx, where x > 1
- Force firmware to be compiled into kernel if AV7110 is compiled in.
- Modprobe firmware_class in insmod.sh, just in case.
|
|
|
|
|
|
|
|
actually supported by the budget-CI driver
|
|
compile-firmware-in-driver option depend on STANDALONE
- change some default file locations from /etc/dvb/ to
/usr/lib/hotplug/firmware/
|
|
1) fixes compile error for av7110 when FW_LOADER was not set manually
2) let's the user select TTUSB-DEC when FW_LOADER is not wet manually
|
|
firmware again
- move fdump.c utility from "ttusb-dec" to "ttpci", it's not need by
"ttusb-dec" anymore, but by "ttpci" now
|
|
- split up saa7146 compilation in core and video part
|
|
devices are so similar. Perhaps it will be possible to share more code
between these drivers later on.
|
|
2.5.x:
- exchanged the Kconfig files for "ttpci" and "ttpci-budget"
- removed the "SAA7146 based" from the card descriptions, but put
it to the remark some lines above
saa7146:
- simplified the probe(), attach(), detach() logic, since all
dvb devices can be identified by their subvendor/subdevice ids
av7110:
- added two wait_for_debi_done() calls in gpioirq(). (All other
IER_ENABLE() calls are preceded by wait_for_debi_done())
budget:
- budget.c has been split up into budget.c and budget-av.c. The latter
is for budget cards with analog video (av) inputs. Definitions are
now in budget.h. budget.c exports various functions that are used by
budget-av.c, too. The av code is currently missing, though, and needs
to be added.
unsorted:
- various c99 initializer cleanups
|
|
(tested on 2.4.18 and 2.5.53 -- the budget driver is
untested, Holger will test it the next week)
saa7146:
- completely separated the saa7146 driver into a core-driver (saa7146.o) and
a video/vbi part (saa7146_vv.o). this allows you to build the budget driver
without av7110 and videodev bloat (see below)
The following thinks have been approved by Holger Waechtler:
av7110 (now ttpci):
- for 2.5.x: removed the av7110 directory and put everything into ttpci.
- removed all budget card support from this driver
- compile and build fixes for the saa7146 changes
ttpci-budget (new):
- for 2.5.x: created a new ttpci-budget directory, added a new driver for
the budget cards
mxb:
- compile and build fixes for the saa7146 changes
Changed the build and compile files for both 2.5.x and build-2.4 of course...
|