summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2005-12-31 13:41:30 +0000
committerPatrick Boettcher <devnull@localhost>2005-12-31 13:41:30 +0000
commitcc76f4e01e7fdf9472ab7b2e004f0df470812b2f (patch)
treea6625bb1e609a9cecb269d7f43b56ed3f6daad47 /linux
parent33fff8a095bdbc04e45d9237f550ecea85cbc093 (diff)
downloadmediapointer-dvb-s2-cc76f4e01e7fdf9472ab7b2e004f0df470812b2f.tar.gz
mediapointer-dvb-s2-cc76f4e01e7fdf9472ab7b2e004f0df470812b2f.tar.bz2
Using new firmware for the WideView Stick
From: Patrick Boettcher <pb@linuxtv.org> A new firmware fixes VHF tuning issues. This changes the firmware file name in the driver. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dtt200u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dtt200u.c b/linux/drivers/media/dvb/dvb-usb/dtt200u.c
index 5aa12ebab..4008eb9a3 100644
--- a/linux/drivers/media/dvb/dvb-usb/dtt200u.c
+++ b/linux/drivers/media/dvb/dvb-usb/dtt200u.c
@@ -160,7 +160,7 @@ static struct dvb_usb_properties wt220u_properties = {
.pid_filter_count = 15,
.usb_ctrl = CYPRESS_FX2,
- .firmware = "dvb-usb-wt220u-01.fw",
+ .firmware = "dvb-usb-wt220u-02.fw",
.power_ctrl = dtt200u_power_ctrl,
.streaming_ctrl = dtt200u_streaming_ctrl,