Re: [PATCH] cafe_ccic: fix colorspace corruption on resume

2010-10-28 Thread Jonathan Corbet
On Wed, 27 Oct 2010 14:55:00 +0100 (BST) Daniel Drake d...@laptop.org wrote: Only power down during resume if the camera is not in use, and correctly reconfigure the sensor during resume. Makes sense to me. Acked-by: Jonathan Corbet cor...@lwn.net jon -- To unsubscribe from this list: send

[PATCH] cafe_ccic: fix colorspace corruption on resume

2010-10-27 Thread Daniel Drake
If you suspend and resume during video capture, the video colours are corrupted on resume. This is because the sensor is being unconditionally powered off during the resume path. Only power down during resume if the camera is not in use, and correctly reconfigure the sensor during resume. Fixes