diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-01-08 11:26:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 00:40:05 -0300 |
commit | e5cc2bf4450fd9739534e690cc16efc140d7b7fc (patch) | |
tree | 91aa4b18c352edbf51dc52d7cf2c2f1f0ce4db11 /drivers/media/common/tuners/tuner-xc2028.h | |
parent | 6eb5c8a6c82d7c753ea52df94ea2ff096b5aba96 (diff) |
V4L/DVB (12824): tuner-xc2028: adds an option to send i2c data on slower speed
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/tuner-xc2028.h')
-rw-r--r-- | drivers/media/common/tuners/tuner-xc2028.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/tuner-xc2028.h b/drivers/media/common/tuners/tuner-xc2028.h index a90c35d50ad..e116071810e 100644 --- a/drivers/media/common/tuners/tuner-xc2028.h +++ b/drivers/media/common/tuners/tuner-xc2028.h @@ -33,6 +33,7 @@ enum firmware_type { struct xc2028_ctrl { char *fname; int max_len; + int msleep; unsigned int scode_table; unsigned int mts :1; unsigned int input1:1; |