diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-01 15:56:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:53 -0500 |
commit | 352fae1dffe2d0d04949e579d03667377a176cff (patch) | |
tree | ac2262ac5901b976f485cae7c00e3c93ae6e5b80 /drivers/media/video/tuner-xc2028.h | |
parent | 8ae1fe2a0935afa878b8a506633fea45a8b00293 (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.h | 1 |
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 { | |||
19 | struct xc2028_ctrl { | 19 | struct 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 */ |