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/em28xx | |
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/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 61b0c5a55df6..b56e0a70d8f8 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -371,7 +371,8 @@ static void em28xx_config_tuner (struct em28xx *dev) | |||
371 | 371 | ||
372 | memset (&ctl,0,sizeof(ctl)); | 372 | memset (&ctl,0,sizeof(ctl)); |
373 | 373 | ||
374 | ctl.fname = XC2028_DEFAULT_FIRMWARE; | 374 | ctl.fname = XC2028_DEFAULT_FIRMWARE; |
375 | ctl.max_len = 64; | ||
375 | 376 | ||
376 | xc2028_cfg.tuner = TUNER_XC2028; | 377 | xc2028_cfg.tuner = TUNER_XC2028; |
377 | xc2028_cfg.priv = &ctl; | 378 | xc2028_cfg.priv = &ctl; |