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

[media] lmedm04 ver 1.97 Remove delays required for STV0288

Remove delays added for STV0288 frontend.

This patch significantly speeds up channel change and scan.

It requires patch 10161-STV0288 increase delay between carrier search.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Malcolm Priestley and committed by
Mauro Carvalho Chehab
1a611d8c 77768e4b

+1 -5
+1 -5
drivers/media/dvb/dvb-usb/lmedm04.c
··· 181 181 182 182 ret |= lme2510_bulk_write(d->udev, buff, wlen , 0x01); 183 183 184 - msleep(10); 185 - 186 184 ret |= usb_clear_halt(d->udev, usb_rcvbulkpipe(d->udev, 0x01)); 187 185 188 186 ret |= lme2510_bulk_read(d->udev, buff, (rlen < 64) ? ··· 453 455 st->i2c_talk_onoff = 0; 454 456 } 455 457 } 456 - if ((wbuf[3] != 0x6) & (wbuf[3] != 0x5)) 457 - msleep(5); 458 458 } 459 459 break; 460 460 case TUNER_S0194: ··· 1290 1294 1291 1295 MODULE_AUTHOR("Malcolm Priestley <tvboxspy@gmail.com>"); 1292 1296 MODULE_DESCRIPTION("LME2510(C) DVB-S USB2.0"); 1293 - MODULE_VERSION("1.96"); 1297 + MODULE_VERSION("1.97"); 1294 1298 MODULE_LICENSE("GPL");