#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
#include "m66592-udc.h"
Go to the source code of this file.
#define DRIVER_VERSION "21 July 2009" |
MODULE_ALIAS |
( |
"platform:m66592_udc" |
| ) |
|
MODULE_AUTHOR |
( |
"Yoshihiro Shimoda" |
| ) |
|
MODULE_DESCRIPTION |
( |
"M66592 USB gadget driver" |
| ) |
|
module_exit |
( |
m66592_udc_cleanup |
| ) |
|
module_init |
( |
m66592_udc_init |
| ) |
|