#include <linux/module.h>
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/parport.h>
#include <linux/sched.h>
#include <linux/videodev2.h>
#include <linux/mutex.h>
#include <asm/uaccess.h>
#include <media/v4l2-common.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-device.h>
#include <media/v4l2-fh.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-event.h>
Go to the source code of this file.
#define QC_FORCE_BIDIR 0x20 |
#define QC_FORCE_MASK 0x70 |
#define QC_FORCE_SERIAL 0x30 |
#define QC_FORCE_UNIDIR 0x10 |
#define QC_MODE_MASK 0x07 |
#define QC_PARAM_CHANGE 0x01 /* Camera status change has occurred */ |
module_exit |
( |
exit_bw_qcams |
| ) |
|
module_init |
( |
init_bw_qcams |
| ) |
|
module_param |
( |
maxpoll |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
yieldlines |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
module_param |
( |
force_init |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_VERSION |
( |
"0.0.3" |
| ) |
|