The patch number 10168 was added via Michael Krufky <[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: Michael Krufky  <[email protected]>
sms1xxx: fix inverted gpio for lna control on tiger r2


The GPIO logic for LNA control on the Tiger r2 devices was inverted.
This patch corrects the problem.

Priority: normal

Signed-off-by: Michael Krufky <[email protected]>


---

 linux/drivers/media/dvb/siano/sms-cards.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 621c0db605f3 -r 96fa062e1763 linux/drivers/media/dvb/siano/sms-cards.c
--- a/linux/drivers/media/dvb/siano/sms-cards.c Thu Nov 27 23:02:56 2008 -0500
+++ b/linux/drivers/media/dvb/siano/sms-cards.c Mon Dec 15 15:28:41 2008 -0500
@@ -120,7 +120,7 @@ static struct sms_board sms_boards[] = {
                .name   = "Hauppauge WinTV MiniCard",
                .type   = SMS_NOVA_B0,
                .fw[DEVICE_MODE_DVBT_BDA] = "sms1xxx-hcw-55xxx-dvbt-02.fw",
-               .lna_ctrl  = 1,
+               .lna_ctrl  = -1,
        },
 };
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/96fa062e1763319676fdd88a17367455c0b285ff

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to