- RGB565 fixed. Enabled by default now. - GET_DEPTH() macro replaced by ov511_get_depth() - OV511_CONTROL_API and associated functions removed. It was a hack, and it was racy. Its functionality will be replaced in the future by a userspace wrapper library. - "dumppix" parameter added. Allows dumping of raw pixel data in three formats. See ov511_dumppix() for details - Obsolete #ifdefs for RGB565 and OV511_DUMPPIX removed - USB device table support added - ov511_parse_yuv420_to_rgb24() and ov511_parse_yuv420_to_rgb565() merged and replaced by ov511_parse_yuv420_to_rgb(). - Fixed case where OV511_NUMFRAMES was assumed to be ==2 - __devinit and __devexit modifiers now used on probe and disconnect functions. - ov511.txt: Updated