Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/module.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
Go to the source code of this file.
Data Structures | |
struct | dbgp |
Macros | |
#define | DRIVER_VENDOR_ID 0x0525 /* NetChip */ |
#define | DRIVER_PRODUCT_ID 0xc0de /* undefined */ |
#define | USB_DEBUG_MAX_PACKET_SIZE 8 |
#define | DBGP_REQ_EP0_LEN 128 |
#define | DBGP_REQ_LEN 512 |
Functions | |
MODULE_AUTHOR ("Stephane Duverger") | |
MODULE_LICENSE ("GPL") | |
module_init (dbgp_init) | |
module_exit (dbgp_exit) | |
MODULE_AUTHOR | ( | "Stephane Duverger" | ) |
module_exit | ( | dbgp_exit | ) |
module_init | ( | dbgp_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |