2 * Driver for MT9P111 CMOS Image Sensor from Aptina
4 * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
22 #define SEQUENCE_INIT 0x00
23 #define SEQUENCE_NORMAL 0x01
24 #define SEQUENCE_CAPTURE 0x02
25 #define SEQUENCE_PREVIEW 0x03
27 #define SEQUENCE_PROPERTY 0xFC
28 #define SEQUENCE_WAIT_MS 0xFD
29 #define SEQUENCE_WAIT_US 0xFE
30 #define SEQUENCE_END 0xFF