summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-03-06 08:33:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 07:37:39 -0300
commitdb30567a63db0094e03338462939031edf558cc8 (patch)
tree65d3b74845ea1ee8dcc6c4ba228735af9e2d3a77 /drivers/media
parent3ba92d0b58c909d68c316b5f7989abbc7b62b3ad (diff)
[media] siano: add additional attributes to cards entries
Those attributes will be used by the newer sms2xxx cards. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/common/siano/sms-cards.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/common/siano/sms-cards.h b/drivers/media/common/siano/sms-cards.h
index d8cdf756f7cf..9f1861aa71c9 100644
--- a/drivers/media/common/siano/sms-cards.h
+++ b/drivers/media/common/siano/sms-cards.h
@@ -79,6 +79,12 @@ struct sms_board {
/* gpios */
int led_power, led_hi, led_lo, lna_ctrl, rf_switch;
+
+ char intf_num;
+ int default_mode;
+ unsigned int mtu;
+ unsigned int crystal;
+ struct sms_antenna_config_ST *antenna_config;
};
struct sms_board *sms_get_board(unsigned id);