Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | sd |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | MODULE_NAME "xirlink-cit" |
#define | CIT_MODEL0 0 /* bcd version 0.01 cams ie the xvp-500 */ |
#define | CIT_MODEL1 1 /* The model 1 - 4 nomenclature comes from the old */ |
#define | CIT_MODEL2 2 /* ibmcam driver */ |
#define | CIT_MODEL3 3 |
#define | CIT_MODEL4 4 |
#define | CIT_IBM_NETCAM_PRO 5 |
Functions | |
MODULE_AUTHOR ("Hans de Goede <[email protected]>") | |
MODULE_DESCRIPTION ("Xirlink C-IT") | |
MODULE_LICENSE ("GPL") | |
module_param (ibm_netcam_pro, int, 0) | |
MODULE_PARM_DESC (ibm_netcam_pro,"Use IBM Netcamera Pro init sequences for Model 3 cams") | |
module_param (rca_input, int, 0644) | |
MODULE_PARM_DESC (rca_input,"Use rca input instead of ccd sensor on Model 3 cams") | |
MODULE_DEVICE_TABLE (usb, device_table) | |
module_usb_driver (sd_driver) | |
#define CIT_IBM_NETCAM_PRO 5 |
Definition at line 63 of file xirlink_cit.c.
Definition at line 58 of file xirlink_cit.c.
Definition at line 59 of file xirlink_cit.c.
#define CIT_MODEL2 2 /* ibmcam driver */ |
Definition at line 60 of file xirlink_cit.c.
#define CIT_MODEL3 3 |
Definition at line 61 of file xirlink_cit.c.
#define CIT_MODEL4 4 |
Definition at line 62 of file xirlink_cit.c.
#define MODULE_NAME "xirlink-cit" |
Definition at line 32 of file xirlink_cit.c.
Definition at line 30 of file xirlink_cit.c.
MODULE_AUTHOR | ( | "Hans de Goede <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Xirlink C-IT" | ) |
MODULE_DEVICE_TABLE | ( | usb | , |
device_table | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | ibm_netcam_pro | , |
int | , | ||
0 | |||
) |
module_param | ( | rca_input | , |
int | , | ||
0644 | |||
) |
MODULE_PARM_DESC | ( | rca_input | , |
"Use rca input instead of ccd sensor on Model 3 cams" | |||
) |
module_usb_driver | ( | sd_driver | ) |