diff options
author | Abylay Ospan <aospan@netup.ru> | 2009-10-17 07:38:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:24 -0500 |
commit | 9329fb5b731cd535a7c7d0690d30e872f29a33d3 (patch) | |
tree | 0c4ddd57967573a20bbd7aa23e752e9973097470 /drivers/media/video/cx23885 | |
parent | 873688cd30294412e185ba39f8487e3eed0f692d (diff) |
V4L/DVB (13335): stv0900: fix diseqc support for NetUP card
Signed-off-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 0180b75d1f3d..305f4710b5eb 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -839,8 +839,8 @@ static int dvb_register(struct cx23885_tsport *port) | |||
839 | if (!dvb_attach(lnbh24_attach, | 839 | if (!dvb_attach(lnbh24_attach, |
840 | fe0->dvb.frontend, | 840 | fe0->dvb.frontend, |
841 | &i2c_bus->i2c_adap, | 841 | &i2c_bus->i2c_adap, |
842 | LNBH24_PCL, | 842 | LNBH24_PCL | LNBH24_TTX, |
843 | LNBH24_TTX, 0x09)) | 843 | LNBH24_TEN, 0x09)) |
844 | printk(KERN_ERR | 844 | printk(KERN_ERR |
845 | "No LNBH24 found!\n"); | 845 | "No LNBH24 found!\n"); |
846 | 846 | ||
@@ -860,8 +860,8 @@ static int dvb_register(struct cx23885_tsport *port) | |||
860 | if (!dvb_attach(lnbh24_attach, | 860 | if (!dvb_attach(lnbh24_attach, |
861 | fe0->dvb.frontend, | 861 | fe0->dvb.frontend, |
862 | &i2c_bus->i2c_adap, | 862 | &i2c_bus->i2c_adap, |
863 | LNBH24_PCL, | 863 | LNBH24_PCL | LNBH24_TTX, |
864 | LNBH24_TTX, 0x0a)) | 864 | LNBH24_TEN, 0x0a)) |
865 | printk(KERN_ERR | 865 | printk(KERN_ERR |
866 | "No LNBH24 found!\n"); | 866 | "No LNBH24 found!\n"); |
867 | 867 | ||