Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include "u_ether.h"
#include "u_serial.h"
#include "u_serial.c"
#include "f_acm.c"
#include "f_ecm.c"
#include "u_ether.c"
Go to the source code of this file.
Macros | |
#define | DRIVER_DESC "CDC Composite Gadget" |
#define | DRIVER_VERSION "King Kamehameha Day 2008" |
#define | CDC_VENDOR_NUM 0x0525 /* NetChip */ |
#define | CDC_PRODUCT_NUM 0xa4aa /* CDC Composite: ECM + ACM */ |
Functions | |
USB_GADGET_COMPOSITE_OPTIONS () | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_AUTHOR ("David Brownell") | |
MODULE_LICENSE ("GPL") | |
module_init (init) | |
module_exit (cleanup) | |
MODULE_AUTHOR | ( | "David Brownell" | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
module_exit | ( | cleanup | ) |
module_init | ( | init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
USB_GADGET_COMPOSITE_OPTIONS | ( | ) |