diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-06-14 12:17:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-23 02:13:59 -0400 |
commit | 0cde9b2533d6fe79307173f24209228aaf34bc98 (patch) | |
tree | a8010790bf69d349cf6faa746805d4bca6da4e58 /drivers/media | |
parent | 3fb4a57b494e05dba4d1305e2347c6633b76c20e (diff) |
V4L/DVB (12095): Change lnbh24 configure bits for NetUP card.
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index e236df23370e..236eea0c41e5 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -736,7 +736,8 @@ static int dvb_register(struct cx23885_tsport *port) | |||
736 | if (!dvb_attach(lnbh24_attach, | 736 | if (!dvb_attach(lnbh24_attach, |
737 | fe0->dvb.frontend, | 737 | fe0->dvb.frontend, |
738 | &i2c_bus->i2c_adap, | 738 | &i2c_bus->i2c_adap, |
739 | LNBH24_PCL, 0, 0x09)) | 739 | LNBH24_PCL, |
740 | LNBH24_TTX, 0x09)) | ||
740 | printk(KERN_ERR | 741 | printk(KERN_ERR |
741 | "No LNBH24 found!\n"); | 742 | "No LNBH24 found!\n"); |
742 | 743 | ||
@@ -756,7 +757,8 @@ static int dvb_register(struct cx23885_tsport *port) | |||
756 | if (!dvb_attach(lnbh24_attach, | 757 | if (!dvb_attach(lnbh24_attach, |
757 | fe0->dvb.frontend, | 758 | fe0->dvb.frontend, |
758 | &i2c_bus->i2c_adap, | 759 | &i2c_bus->i2c_adap, |
759 | LNBH24_PCL, 0, 0x0a)) | 760 | LNBH24_PCL, |
761 | LNBH24_TTX, 0x0a)) | ||
760 | printk(KERN_ERR | 762 | printk(KERN_ERR |
761 | "No LNBH24 found!\n"); | 763 | "No LNBH24 found!\n"); |
762 | 764 | ||