mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
4263fa8ca6
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> |
||
---|---|---|
.. | ||
cx25840-audio.c | ||
cx25840-core.c | ||
cx25840-core.h | ||
cx25840-firmware.c | ||
cx25840-vbi.c | ||
Kconfig | ||
Makefile |