linux/drivers/media/usb/em28xx
Frank Schaefer eaf33c404c [media] em28xx: fix the i2c adapter functionality flags
I2C_FUNC_SMBUS_EMUL includes flag I2C_FUNC_SMBUS_WRITE_BLOCK_DATA which signals
that up to 31 data bytes can be written to the ic2 client.
But the EM2800 supports only i2c messages with max. 4 data bytes.
I2C_FUNC_IC2 should be set if a master_xfer function pointer is provided in
struct i2c_algorithm.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-01-05 01:16:54 -02:00
..
em28xx-audio.c
em28xx-cards.c [media] em28xx: refactor the code in em28xx_usb_disconnect() 2013-01-05 01:10:13 -02:00
em28xx-core.c [media] em28xx: simplify device state tracking 2013-01-05 01:09:39 -02:00
em28xx-dvb.c [media] em28xx: simplify device state tracking 2013-01-05 01:09:39 -02:00
em28xx-i2c.c [media] em28xx: fix the i2c adapter functionality flags 2013-01-05 01:16:54 -02:00
em28xx-input.c [media] em28xx: IR RC: move assignment of get_key functions from *_change_protocol() functions to em28xx_ir_init() 2013-01-05 01:12:11 -02:00
em28xx-reg.h [media] em28xx: improve USB endpoint logic, also use bulk transfers 2012-12-22 18:17:52 -02:00
em28xx-vbi.c [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
em28xx-video.c [media] em28xx: simplify device state tracking 2013-01-05 01:09:39 -02:00
em28xx.h [media] em28xx: fix two severe bugs in function em2800_i2c_recv_bytes() 2013-01-05 01:16:01 -02:00
Kconfig [media] em28xx: convert to videobuf2 2013-01-05 01:03:38 -02:00
Makefile [media] Fix some Makefile rules 2012-08-16 19:55:03 -03:00