diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-12-15 15:28:41 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-02 14:15:14 -0500 |
commit | f4c82548d4fa86fb3606f6ee219b070b88592a1e (patch) | |
tree | f479741fbbc755233281933275eda184a17f457a /drivers/media | |
parent | dd72f31b4fa87c68e16484a3ed3e4d1843ad7f06 (diff) |
V4L/DVB (10168): 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.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/siano/sms-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/sms-cards.c b/drivers/media/dvb/siano/sms-cards.c index 5a9882ffeb42..4307e4e8aa34 100644 --- a/drivers/media/dvb/siano/sms-cards.c +++ b/drivers/media/dvb/siano/sms-cards.c | |||
@@ -120,7 +120,7 @@ static struct sms_board sms_boards[] = { | |||
120 | .name = "Hauppauge WinTV MiniCard", | 120 | .name = "Hauppauge WinTV MiniCard", |
121 | .type = SMS_NOVA_B0, | 121 | .type = SMS_NOVA_B0, |
122 | .fw[DEVICE_MODE_DVBT_BDA] = "sms1xxx-hcw-55xxx-dvbt-02.fw", | 122 | .fw[DEVICE_MODE_DVBT_BDA] = "sms1xxx-hcw-55xxx-dvbt-02.fw", |
123 | .lna_ctrl = 1, | 123 | .lna_ctrl = -1, |
124 | }, | 124 | }, |
125 | }; | 125 | }; |
126 | 126 | ||