- Added palette_list for converting palette type to string (for proc fs) - Moved proc entry from /proc/ov511 to /proc/video/ov511 - Added proc file fields for data format, brightness, color, contrast, data buffer, framebuffer - Removed proc write functionality - Added mode_list for simpler mode initialization - Added 352x288 mode - Broke subcapture :) - Added module parameter to force RGB rather than BGR to satisfy broken apps - Modified code to use OV511_NUMFRAMES where appropriate - Removed need for most of gotos in ov511_open() - Reformatted regval structs (no reg changes) - ov511.h: added descriptions for 7610 regs - ov511.h: added brightness, colour, contrast, hue, and whiteness fields to usb_ov511 - ov511.h: added palette_list and mode_list struct definitions - ov511.h: OV511_ENDPOINT_ADDRESS changed to 1, was incorrectly 0x81 - Documentation/usb/ov511.txt: Updated