-------------------------------------------------------------------------------- - Fixed a typo in the subcapture code - Changed initailization of ov511_template to use new keyword-based syntax - Added MODULE_AUTHOR, MODULE_DESCRIPTION, and MODULE_PARM statements - Added autoadjust, debug, fix_rgb_offset, and snapshot module options - ov511_move_420_block() rewritten for better color conversion - U anv V switched in ov511_parse_data_rgb24(). Fixes reversed red and blue. - Added fixFrameRGBoffset(), which corrects vertically misaligned red and blue pixel rows. Still needs some debugging and testing at different modes though. - Changed depth to 3 (Bytes) from 24 (bits) in ov511_get_picture() - Added snapshot register initializations to ov511_mode_init_regs() - Added snapshot frame detection to ov511_move_data() - Snapshot button release added to VIDIOCSYNC - Snapshot code added to ov511_read() - Calculation of count changed in ov511_read(); now equal to bytes in frame - Added detection for Koala-Cam (Custom ID #36) - Added detection for a generic "OmniVision PC Camera" (Custom ID #4) - Added autoadjust enable/disable code to ov511_configure() (doesn't work yet) - Driver now makes multiple attempts to detect OV7610 - ov511.h: Changed PDEBUG to allow load-time settable debug levels - ov511.h: Added snapshot flag to ov511_frame - ov511.h: Added snap_enabled flag to ov511 - Documentation/ov511.txt: major updates - please read it