[linux-dvb] Small patch into opera1.c to make FPGA firmware load
visible
CIJOML
cijoml at volny.cz
Thu Apr 26 23:04:15 CEST 2007
Hi,
I thinks this patch should clean many problems with firmware upload when
device doesn't swith to warm state:
--- ./v4l-dvb/linux/drivers/media/dvb/dvb-usb/opera1.c 2007-04-25
22:29:52.000000000 +0200
+++ ./v4l-dvb/linux/drivers/media/dvb/dvb-usb/opera1.c 2007-04-26
17:58:24.000000000 +0200
@@ -448,7 +448,7 @@
u8 *b, *p;
int ret = 0, i;
u8 testval;
- info("start downloading fpga firmware");
+ printk("FPGA firmware download starts...\n");
if ((ret = request_firmware(&fw, filename, &dev->dev)) != 0) {
err("did not find the firmware file. (%s) "
Signed-off-by: Michal CIJOML Semler <cijoml at volny.cz>
More information about the linux-dvb
mailing list