aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-xc2028.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-01 15:56:26 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:01:53 -0500
commit352fae1dffe2d0d04949e579d03667377a176cff (patch)
treeac2262ac5901b976f485cae7c00e3c93ae6e5b80 /drivers/media/video/tuner-xc2028.h
parent8ae1fe2a0935afa878b8a506633fea45a8b00293 (diff)
V4L/DVB (6516): Allow faster loading by using 64 bytes block by em28xx i2c write
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.h')
-rw-r--r--drivers/media/video/tuner-xc2028.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.h b/drivers/media/video/tuner-xc2028.h
index f4856f07bd08..4e5e4d5d1b5f 100644
--- a/drivers/media/video/tuner-xc2028.h
+++ b/drivers/media/video/tuner-xc2028.h
@@ -19,6 +19,7 @@ enum xc2028_firm_type {
19struct xc2028_ctrl { 19struct xc2028_ctrl {
20 enum xc2028_firm_type type; 20 enum xc2028_firm_type type;
21 char *fname; 21 char *fname;
22 int max_len;
22}; 23};
23 24
24/* xc2028 commands for callback */ 25/* xc2028 commands for callback */