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 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 jon -- To unsubscribe from this list: send the line "unsubscribe linux-m

[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 ht