/* * Fusb300 UDC (USB gadget) * * Copyright (C) 2010 Faraday Technology Corp. * * Author : Yuan-hsin Chen <yhchen@faraday-tech.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. */#include<linux/dma-mapping.h>#include<linux/err.h>#include<linux/interrupt.h>#include<linux/io.h>#include<linux/platform_device.h>#include<linux/usb/ch9.h>#include<linux/usb/gadget.h>#include"fusb300_udc.h"MODULE_DESCRIPTION("FUSB300 USB gadget driver");MODULE_LICENSE("GPL");MODULE_AUTHOR("Yuan Hsin Chen <yhchen@faraday-tech.com>");MODULE_ALIAS("platform:fusb300_udc");#define DRIVER_VERSION "20 October 2010"staticconstchar