|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include "u_serial.h"#include "u_serial.c"#include "f_acm.c"#include "f_mass_storage.c"Go to the source code of this file.
Macros | |
| #define | DRIVER_DESC "Composite Gadget (ACM + MS)" |
| #define | DRIVER_VERSION "2011/10/10" |
| #define | ACM_MS_VENDOR_NUM 0x1d6b /* Linux Foundation */ |
| #define | ACM_MS_PRODUCT_NUM 0x0106 /* Composite Gadget: ACM + MS*/ |
Functions | |
| USB_GADGET_COMPOSITE_OPTIONS () | |
| FSG_MODULE_PARAMETERS (, fsg_mod_data) | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_AUTHOR ("Klaus Schwarzkopf <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| module_init (init) | |
| module_exit (cleanup) | |
| #define ACM_MS_PRODUCT_NUM 0x0106 /* Composite Gadget: ACM + MS*/ |
| FSG_MODULE_PARAMETERS | ( | fsg_mod_data | ) |
| MODULE_AUTHOR | ( | "Klaus Schwarzkopf <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| module_exit | ( | cleanup | ) |
| module_init | ( | init | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| USB_GADGET_COMPOSITE_OPTIONS | ( | ) |
1.8.2