The patch number 8803 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]>
s5h1409: 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/s5h1409.c | 1 +
1 file changed, 1 insertion(+)
diff -r a4843e1304e6 -r ea3a0ebaa74e linux/drivers/media/dvb/frontends/s5h1409.c
--- a/linux/drivers/media/dvb/frontends/s5h1409.c Sun Aug 24 12:28:11
2008 -0300
+++ b/linux/drivers/media/dvb/frontends/s5h1409.c Thu Aug 28 10:12:26
2008 -0400
@@ -404,6 +404,7 @@ static int s5h1409_enable_modulation(str
break;
case QAM_64:
case QAM_256:
+ case QAM_AUTO:
dprintk("%s() QAM_AUTO (64/256)\n", __func__);
if (state->if_freq != S5H1409_QAM_IF_FREQ)
s5h1409_set_if_freq(fe, S5H1409_QAM_IF_FREQ);
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/ea3a0ebaa74e478bb662cd1875a1592800928495
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits