Archived
14
0
Fork 0

V4L/DVB: tm6000: renaming firmware

renaming tm6000-xc3028.fw to xc3028-v24.fw

Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Stefan Ringel 2010-04-23 12:43:42 -03:00 committed by Mauro Carvalho Chehab
parent 120756e10e
commit e18f58c626

View file

@ -549,7 +549,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev)
if (dev->dev_type == TM6010)
ctl.fname = "xc3028-v27.fw";
else
ctl.fname = "tm6000-xc3028.fw";
ctl.fname = "xc3028-v24.fw";
}
printk(KERN_INFO "Setting firmware parameters for xc2028\n");