Age | Commit message (Collapse) | Author |
|
This is the first card to use dvb-pll in dvb-bt8xx. IMHO,
it would be a good idea to convert the other tuners in
this manner, after some testing, of course.
This is exactly the same as the patch that I previously
posted to the linux-dvb list, using the same DT3303 serial
TS transfer setting as cx88-based FusionHDTV5 Gold. The
only difference is gpio_mode. Thank you Doug Stevens, for
pointing out the correct gpio value.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Doug Stevens <ddstevens@gmail.com>
|
|
- Result was DVB-C cards failed to tune
Fix sent in by Peng Cao <caopeng75@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
|
|
- Added partial support for
VP-10320A (DVB-S), VP-20210 (DVB-C), VP-3040 (DVB-T)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Note: Johannes, please do not send this one to akpm yet, Thanks
|
|
- Added functions to retrieve
MAC Address, FW details, Card type and Vendor Information
Signed-off-by: Manu Abraham: <manu@linuxtv.org>
|
|
- Remove debug noise
- Remove debug module parameter
debug level is achieved using the verbosity level
- Updated to kernel coding style
(case labels should not be indented)
Signed-off-by: Manu Abraham <manu@linuxtv.org>
|
|
- CA PMT object is not parsed in the driver anymore
Signed-off-by: Manu Abraham <manu@linuxtv.org>
|
|
Fix bug in Nebula DigiTV frontend detection for nxt6000.
Signed-off-by: Stuart Auchterlonie <stuarta@squashedfrog.net>
|
|
|
|
IMHO, to improve user-friendliness, we should eventually move CONFIG_DVB_BT8XX
menu option to underneath CONFIG_BT848, similar to cx88-dvb and saa7134-dvb.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
|
|
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
Add support for Nebula DigiTV PCI cards with the MT352 frontend.
Signed-off-by: David Johnson <dj@david-web.co.uk>
|
|
Indentation fixes and remove unnecessary braces.
Signed-off-by: David Johnson <dj@david-web.co.uk>
|
|
(reported by Stefan Haubenthal/Peter Hettkamp)
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
|
|
(why are errors only visible with debug on?
this needs to be cleaned up so we can disable debug by default)
|
|
- dst_read_status() needs to call dst_get_signal() to get up-to-date
information
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
|
|
due to wrong tone setting on the 200103A
Signed-off-by: Steffen Motzer <motzersn@t-link.de>
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Patch sent by Allan Stirling
Signed-off-by: Manu Abraham <manu@kromtek.com>
Signed-off-by: Allan Stirling <Dibblahdvb0042@pendor.org>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Set polarization for cards that do not autodetect polarization
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
This should not be flagged on other cards.
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
Suggestion from Andrew Morton
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
The bug was visible as a warning with gcc-3.4.4(prerelease)
Message:
drivers/media/dvb/bt8xx/dst.c: 1349: warning: initialization from incompatible pointer type.
Signed-off-by: Manu Abraham <manu@kromtek.com>
|
|
|
|
|
|
removed unnecesary delay for FTA cards
|
|
|
|
problem identified by Steffen Motzer
|
|
|
|
|
|
|
|
|
|
Some cleanups, changed module params to control verbosity level.
|
|
|
|
|
|
|
|
|
|
|
|
Fix one array-of-incomplete-type error from gcc4 in bt878.h.
|
|
- convert from pci_module_init to pci_register_driver
Signed-off-by: Christophe Lucas <c.lucas@ifrance.com>
Signed-off-by: Domen Puncer <domen@coderock.org>
|
|
|
|
|