#include <linux/init.h>
#include <linux/module.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/v4l2-mediabus.h>
#include <linux/videodev2.h>
#include <media/soc_camera.h>
#include <media/v4l2-chip-ident.h>
#include <media/v4l2-common.h>
#include <media/v4l2-ctrls.h>
#include "ov9640.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"SoC Camera driver for OmniVision OV96xx" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
i2c |
, |
|
|
ov9640_id |
|
|
) |
| |
module_i2c_driver |
( |
ov9640_i2c_driver |
| ) |
|
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|