#include <linux/sched.h>
#include <linux/signal.h>
#include <linux/spinlock.h>
#include <linux/errno.h>
#include <linux/random.h>
#include <linux/poll.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/wait.h>
#include <linux/mutex.h>
#include <linux/usb.h>
#include <linux/fs.h>
Go to the source code of this file.
#define DRIVER_DESC "USB Driver for Mustek MDC800 Digital Camera" |
#define DRIVER_VERSION "v0.7.5 (30/10/2000)" |
#define MDC800_DEVICE_MINOR_BASE 32 |
#define MDC800_PRODUCT_ID 0xa800 |
#define MDC800_VENDOR_ID 0x055f |
#define TO_DEFAULT_COMMAND 5000 |
#define TO_DOWNLOAD_GET_BUSY 1500 |
#define TO_DOWNLOAD_GET_READY 1500 |
#define TO_WRITE_GET_READY 1000 |
- Enumerator:
NOT_CONNECTED |
|
READY |
|
WORKING |
|
DOWNLOAD |
|
Definition at line 131 of file mdc800.c.
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
mdc800_table |
|
|
) |
| |
module_exit |
( |
usb_mdc800_cleanup |
| ) |
|
module_init |
( |
usb_mdc800_init |
| ) |
|