diff options
author | Igor M. Liplianin <liplianin@me.by> | 2011-02-26 00:41:22 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-22 02:32:25 +0300 |
commit | d2ffc447cabb3a497d7f413403abd8793b348329 (patch) | |
tree | 7999af844cecb0ff688ff9b180eb1c9ff5907f93 /drivers/media/dvb/frontends/ds3000.h | |
parent | 195288da53e03c35f97df8fa08f48f5b625bfb4e (diff) | |
download | linux-d2ffc447cabb3a497d7f413403abd8793b348329.tar.xz |
[media] dw2102: add support for Geniatech SU3000 USB DVB-S2 card
The card uses ds3000 demod from Montage.
Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/ds3000.h')
-rw-r--r-- | drivers/media/dvb/frontends/ds3000.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/ds3000.h b/drivers/media/dvb/frontends/ds3000.h index 67f67038740a..00e4e95590e9 100644 --- a/drivers/media/dvb/frontends/ds3000.h +++ b/drivers/media/dvb/frontends/ds3000.h @@ -27,6 +27,7 @@ struct ds3000_config { /* the demodulator's i2c address */ u8 demod_address; + u8 ci_mode; }; #if defined(CONFIG_DVB_DS3000) || \ |