This patch series adds basic support for the em25xx/276x/7x/8x camera bridges. These devices differ from the em2710/2750 and em28xx bridges in several points: 1) a second i2c bus is provided which has to be accessed with a different read/write algorithm (=> patch 1) 2) a different frame data format is used (=> patch 3) 3) additional output formats (e.g. mpeg) are provided. This patch series does not (yet) add support for them, but it fixes the output format selection for these bridges (the current code sets bit 5 of the output format register, which has a different meaning for the other bridges and breaks capturing with em25xx family sdevices). (=> patch 4) 4) registers 0x34+0x35 (VBI_START_H/V for em28xx devices) are used for a different (unknown) purpose. This needs to be investigated further (could be zooming, cropping, image statistics or AWB/AE window selection). At normal operation, these registers are set to capturing (input) width/height / 16. (=> patch 5) Patch 2 add the chip id of the em2765 as found in the "SpeedLink Vicious And Devine Laplace" webcam. The changes have also been tested with this device. Changes since v1: - rebased on the recent em28xx i2c bus changes (real support for 2 busses) - moved i2c algorithm depending transfer function calls to separate functions Frank Schäfer (5): em28xx: add support for em25xx i2c bus B read/write/check device operations em28xx: add chip id of the em2765 em28xx: add support for em25xx/em276x/em277x/em278x frame data processing em28xx: make em28xx_set_outfmt() working with EM25xx family bridges em28xx: write output frame resolution to regs 0x34+0x35 for em25xx family bridges drivers/media/usb/em28xx/em28xx-cards.c | 17 ++- drivers/media/usb/em28xx/em28xx-core.c | 27 +++- drivers/media/usb/em28xx/em28xx-i2c.c | 229 +++++++++++++++++++++++++------ drivers/media/usb/em28xx/em28xx-reg.h | 7 + drivers/media/usb/em28xx/em28xx-video.c | 72 +++++++++- drivers/media/usb/em28xx/em28xx.h | 11 +- 6 Dateien geändert, 315 Zeilen hinzugefügt(+), 48 Zeilen entfernt(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html