The patch number 14046 was added via JD Louw <jd.l...@mweb.co.za>
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:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: JD Louw  <jd.l...@mweb.co.za>
Compro S350 GPIO change


This patch enables LNB power on newer revision d1 Compro S350 and S300 DVB-S 
cards.

Signed-off-by: JD Louw <jd.l...@mweb.co.za>


---

 linux/drivers/media/video/saa7134/saa7134-cards.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r 199213295c11 -r 84347195a02c 
linux/drivers/media/video/saa7134/saa7134-cards.c
--- a/linux/drivers/media/video/saa7134/saa7134-cards.c Sun Jan 17 15:32:26 
2010 +0200
+++ b/linux/drivers/media/video/saa7134/saa7134-cards.c Sun Jan 17 14:57:46 
2010 +0200
@@ -7079,8 +7079,8 @@
                break;
        case SAA7134_BOARD_VIDEOMATE_S350:
                dev->has_remote = SAA7134_REMOTE_GPIO;
-               saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x00008000, 0x00008000);
-               saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x00008000, 0x00008000);
+               saa_andorl(SAA7134_GPIO_GPMODE0 >> 2,   0x0000C000, 0x0000C000);
+               saa_andorl(SAA7134_GPIO_GPSTATUS0 >> 2, 0x0000C000, 0x0000C000);
                break;
        }
        return 0;


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/84347195a02c3dd736a6b59dfd78c1b2ce9dc46f

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to