Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] em28xx: MaxMedia UB425-TC offer firmware for demodulator

Downloading new firmware for DRX-K demodulator is not obligatory but
usually it offers important bug fixes compared to default firmware
burned into chip rom. DRX-K demod driver will continue even without
the firmware, but in that case it will print warning to system log
to tip user he should install firmware.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Antti Palosaari and committed by
Mauro Carvalho Chehab
8d100b27 642ca1a0

+2 -5
+2 -5
drivers/media/usb/em28xx/em28xx-dvb.c
··· 384 384 .adr = 0x29, 385 385 .single_master = 1, 386 386 .no_i2c_bridge = 1, 387 + .microcode_name = "dvb-demod-drxk-01.fw", 388 + .chunk_size = 62, 387 389 .load_firmware_sync = true, 388 390 }; 389 391 ··· 1236 1234 goto out_free; 1237 1235 } 1238 1236 } 1239 - 1240 - /* TODO: we need drx-3913k firmware in order to support DVB-T */ 1241 - em28xx_info("MaxMedia UB425-TC/Delock 61959: only DVB-C " \ 1242 - "supported by that driver version\n"); 1243 - 1244 1237 break; 1245 1238 case EM2884_BOARD_PCTV_510E: 1246 1239 case EM2884_BOARD_PCTV_520E: