diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-14 09:45:58 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-14 09:45:58 -0400 |
commit | a2ce2d3d0a4382c4b67dc92e5fa54e49ead46222 (patch) | |
tree | 9f44d616c843dbd87c3d730ce85fc081a6b7ea64 /linux/drivers/media/video/cx88 | |
parent | 18e7f955906a13d81aa379e24fb28eb68c952694 (diff) | |
download | mediapointer-dvb-s2-a2ce2d3d0a4382c4b67dc92e5fa54e49ead46222.tar.gz mediapointer-dvb-s2-a2ce2d3d0a4382c4b67dc92e5fa54e49ead46222.tar.bz2 |
S2API: cx24116 Rolloff changes, sysctls cleanup, isl power changes.
From: Darron Broad <darron@kewl.org>
Remove the debugging sysctls.
Rolloff was broken, not it works as expected and has been tested in kaffeine.
Power related changes for the isl6421 are not implemented on the HVR4000/4000LITE.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Darron Broad <darron@kewl.org>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 69dd8faf9..e1d43ccb5 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -961,7 +961,7 @@ static int dvb_register(struct cx8802_dev *dev) if (dev->dvb.frontend) { dvb_attach(isl6421_attach, dev->dvb.frontend, &dev->core->i2c_adap, - 0x08, 0x00, 0x00); + 0x08, ISL6421_DCL, 0x00); } break; case CX88_BOARD_TEVII_S460: |