The patch titledAndrew-
dvb: add alternate stv0297-driver
has been added to the -mm tree. Its filename is
dvb-add-alternate-stv0297-driver.patch
From: Patrick Boettcher <pb@xxxxxxxxxxx>
adding special stv0297-driver for the Technisat/B2C2 CableStar2 PCI and USB
devices (USB untested)
This driver could also be used with other stv0297-based cards, but someone has
to do it.
The CableStar2's stv0297-driver is tested with QAM32/64/128/256 and has a very
nice reception-qualitiy.
Signed-off-by: Patrick Boettcher <pb@xxxxxxxxxxx>
Signed-off-by: Michael Krufky <mkrufky@xxxxxxxxxxx>
Cc: Johannes Stezenbach <js@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---
drivers/media/dvb/b2c2/Makefile | 2 drivers/media/dvb/b2c2/flexcop-fe-tuner.c | 143 +----
drivers/media/dvb/b2c2/stv0297_cs2.c | 776 ++++++++++++++++++++++++++++++
drivers/media/dvb/b2c2/stv0297_cs2.h | 51 +
drivers/media/dvb/b2c2/stv0297_priv.h | 154 +++++
5 files changed, 1029 insertions(+), 97 deletions(-)