V4L/DVB (3639): Reduce FWSEND due to certain I2C bus adapter limits
authorMike Isely <isely@pobox.com>
Sat, 25 Mar 2006 23:43:14 +0000 (20:43 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 2 Apr 2006 07:55:14 +0000 (04:55 -0300)
commit4263fa8ca6d9f387ce0d005e861f7e945c741e6e
tree2edf536c8141f657cb976bef0003f82c2c0e8995
parentdbcb86ed945e42e99884e7afaab2f326a2aff2ec
V4L/DVB (3639): Reduce FWSEND due to certain I2C bus adapter limits

The FWSEND parameter controls the size of the firmware chunks sent
down the I2C bus to the chip.  Previously this had been set to 1024
but unfortunately some I2C implementations can't transfer data in such
big gulps.  Specifically, the pvrusb2 driver has a hard limit of
around 60 bytes, due to the encapsulation there of I2C traffic into
USB messages.  So we have to significantly reduce this parameter.
Acked-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx25840/cx25840-firmware.c