Age | Commit message (Collapse) | Author |
|
devices are so similar. Perhaps it will be possible to share more code
between these drivers later on.
|
|
|
|
enable bits for fidbirq, tasklet code and some defines that
belong to fidbirq
|
|
ported by Emard <emard@softhome.net> to the 2.5 kernel tree
|
|
lost interrupts. Let's see how it works...
CPU and PCI can be heavy loaded and not properly configured,
VSYNC trigger timing can be inaccurate. Two DVB cards can
share the same interrupt, sometimes even whole interrupt can be lost.
|
|
cards
|
|
|
|
the other files again.
|
|
- added fix for cards with hardware diseqc suggested by Peter Schildmann
- cleaned up the cards declaration and variables using preprocessor magic
|
|
can do this much better. We now simply register one pci driver for
every extension and are done with it -- if a device actually exists, the
pci subsystem calls us back. That's it.
Warning: this triggers a bug in the 2.5.x module subsystem -- you should
*not* use the driver.av7110 script and modprobe the driver. You can
a) build your kernel staticall
b) insert the modules one by one with *insmod*
I already filed a bug report to lkml.
Fixed a bug in Kconfig which prevented the saa7146 modules from being build.
|
|
at all
- fixed most obvious flaws in budget.c, it's partially tested
(ie. module loads/unloads ok)
- added the "video part" to budget-av.c, it's partially tested
(ie. module loads/unloads ok, xawtv can access the video inputs)
|
|
|