#include <linux/input.h>
#include <media/v4l2-chip-ident.h>
#include "gspca.h"
#include "pac_common.h"
Go to the source code of this file.
#define END_OF_SEQUENCE 0 |
#define FL_HFLIP 0x01 /* mirrored by default */ |
#define FL_VFLIP 0x02 /* vertical flipped by default */ |
#define PAC7302_EXPOSURE_DEFAULT 66 /* 33 ms / 30 fps */ |
#define PAC7302_EXPOSURE_KNEE 133 /* 66 ms / 15 fps */ |
#define PAC7302_GAIN_DEFAULT 15 |
#define PAC7302_GAIN_KNEE 42 |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
MODULE_AUTHOR |
( |
"Jean-Francois Moine <http://moinejf.free.fr> |
, |
|
|
""Thomas Kaiser thomas @kaiser-linux.li" |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Pixart PAC7302" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
device_table |
|
|
) |
| |
module_usb_driver |
( |
sd_driver |
| ) |
|