The patch number 8804 was added via Steven Toth <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Steven Toth <[EMAIL PROTECTED]> s5h1411: Enable QAM_AUTO mode If apps pass QAM_AUTO then we need to obey it. Priority: normal Signed-off-by: Steven Toth <[EMAIL PROTECTED]> --- linux/drivers/media/dvb/frontends/s5h1411.c | 1 + 1 file changed, 1 insertion(+) diff -r ea3a0ebaa74e -r 283c235af420 linux/drivers/media/dvb/frontends/s5h1411.c --- a/linux/drivers/media/dvb/frontends/s5h1411.c Thu Aug 28 10:12:26 2008 -0400 +++ b/linux/drivers/media/dvb/frontends/s5h1411.c Thu Aug 28 10:13:58 2008 -0400 @@ -488,6 +488,7 @@ static int s5h1411_enable_modulation(str break; case QAM_64: case QAM_256: + case QAM_AUTO: dprintk("%s() QAM_AUTO (64/256)\n", __func__); s5h1411_set_if_freq(fe, state->config->qam_if); s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x00, 0x0171); --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/283c235af420aa9f2549dcd1c88f1626d8942096 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits