- Removed modversions code - Fixes to autoadjust disable code - Added detection for Liveview USB Life TV (#38), though it doesn't work - Type of image sensor is now detected (OV7610, OV7620, etc...) - Added "sensor" module parameter - Changed parameter to ov7610_configure() to usb_ov511 instead of usb_device - Added detection for OV511+ - struct ov511 is now freed if an error occurs in ov511_probe() - FRAME_SIZE_PER_DESC, replaced by ov511->packet_size in some places - FRAME_SIZE_PER_DESC replaced by MAX_FRAME_SIZE_PER_DESC for allocation of buffers. - ov511_set_packet_size() rewritten for OV511+ support and better conciseness - error messages added to reg I/O and I2C I/O functions and removed from calls to them. - ov511_stop() and ov511_restart() added - ov511.h: added enums of bridge and sensor types - ov511.h: added "bridge", "sensor", and "packet_size" fields to usb_ov511 - ov511.h: added MAX_FRAME_SIZE_PER_DESC - ov511.h: removed FRAME_SIZE_PER_DESC - ov511.h: Added mnemonics for registers 54h and 55h and alt. sizes of OV511+