diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2006-01-09 12:25:45 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:45 -0500 |
commit | 6ce17c57f84731d288107ce29ce468311edd87f4 (patch) | |
tree | e19bf015387109e78190cfa3313933047e9c03b5 /drivers/media/dvb/dvb-usb/dtt200u.c | |
parent | c7f3612cdb515c5062135831184c8d577723df25 (diff) |
V4L/DVB (3260): Using new firmware for the WideView Stick
- A new firmware fixes VHF tuning issues. This changes the firmware file name in the driver.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dtt200u.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dtt200u.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dtt200u.c b/drivers/media/dvb/dvb-usb/dtt200u.c index 54c436996512..130ea7f21f5e 100644 --- a/drivers/media/dvb/dvb-usb/dtt200u.c +++ b/drivers/media/dvb/dvb-usb/dtt200u.c | |||
@@ -160,7 +160,7 @@ static struct dvb_usb_properties wt220u_properties = { | |||
160 | .pid_filter_count = 15, | 160 | .pid_filter_count = 15, |
161 | 161 | ||
162 | .usb_ctrl = CYPRESS_FX2, | 162 | .usb_ctrl = CYPRESS_FX2, |
163 | .firmware = "dvb-usb-wt220u-01.fw", | 163 | .firmware = "dvb-usb-wt220u-02.fw", |
164 | 164 | ||
165 | .power_ctrl = dtt200u_power_ctrl, | 165 | .power_ctrl = dtt200u_power_ctrl, |
166 | .streaming_ctrl = dtt200u_streaming_ctrl, | 166 | .streaming_ctrl = dtt200u_streaming_ctrl, |