Go to the source code of this file.
|
enum | bridges {
BRIDGE_NW800,
BRIDGE_NW801,
BRIDGE_NW802,
BRIDGE_TP6800,
BRIDGE_TP6810,
BRIDGE_VC0321,
BRIDGE_VC0323,
BRIDGE_ZC301,
BRIDGE_ZC303
} |
|
enum | webcams {
Generic800,
SpaceCam,
SpaceCam2,
Cvideopro,
Dlink350c,
DS3303u,
Kr651us,
Kritter,
Mustek300,
Proscope,
Twinkle,
DvcV6,
P35u,
Generic802,
NWEBCAMS
} |
|
#define MODULE_NAME "nw80x" |
#define pr_fmt |
( |
|
fmt | ) |
KBUILD_MODNAME ": " fmt |
- Enumerator:
BRIDGE_NW800 |
|
BRIDGE_NW801 |
|
BRIDGE_NW802 |
|
BRIDGE_TP6800 |
|
BRIDGE_TP6810 |
|
BRIDGE_VC0321 |
|
BRIDGE_VC0323 |
|
BRIDGE_ZC301 |
|
BRIDGE_ZC303 |
|
Definition at line 49 of file nw80x.c.
- Enumerator:
Generic800 |
|
SpaceCam |
|
SpaceCam2 |
|
Cvideopro |
|
Dlink350c |
|
DS3303u |
|
Kr651us |
|
Kritter |
|
Mustek300 |
|
Proscope |
|
Twinkle |
|
DvcV6 |
|
P35u |
|
Generic802 |
|
NWEBCAMS |
|
Definition at line 54 of file nw80x.c.
MODULE_AUTHOR |
( |
"Jean-Francois Moine <http://moinejf.free.fr>" |
| ) |
|
MODULE_DESCRIPTION |
( |
"NW80x USB Camera Driver" |
| ) |
|
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
device_table |
|
|
) |
| |
module_param |
( |
webcam |
, |
|
|
int |
, |
|
|
0644 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
webcam |
, |
|
|
"Webcam type\n""0: generic\n""1: Trust 120 SpaceCam\n""2: other Trust 120 SpaceCam\n""3: Conceptronic Video Pro\n""4: D-link dru-350c\n""5: Plustek Opticam 500U\n""6: Panasonic GP-KR651US\n""7: iRez Kritter\n""8: Mustek Wcam 300 mini\n""9: Scalar USB Microscope M2 (Proscope)\n""10: Divio Chicony TwinkleCam\n""11: DVC-V6\n" |
|
|
) |
| |
module_usb_driver |
( |
sd_driver |
| ) |
|