V4L/DVB (3260): Using new firmware for the WideView Stick
authorPatrick Boettcher <pb@linuxtv.org>
Mon, 9 Jan 2006 17:25:45 +0000 (15:25 -0200)
committerMauro Carvalho Chehab <mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:25:45 +0000 (15:25 -0200)
- 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>
drivers/media/dvb/dvb-usb/dtt200u.c

index 54c4369..130ea7f 100644 (file)
@@ -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,