#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/usb.h>
#include <linux/mutex.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/version.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/kref.h>
#include <linux/uaccess.h>
#include "usb1401.h"
Go to the source code of this file.
#define USB_CED_MINOR_BASE 192 |
#define USB_CED_PRODUCT_ID 0xa0f0 |
#define USB_CED_VENDOR_ID 0x0525 |
#define WRITES_IN_FLIGHT 8 |
Definitions of routimes used between compilation object files.
Definition at line 1201 of file usb1401.c.
MODULE_DEVICE_TABLE |
( |
usb |
, |
|
|
ced_table |
|
|
) |
| |
module_usb_driver |
( |
ced_driver |
| ) |
|