|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/workqueue.h>#include <linux/wait.h>#include <linux/completion.h>#include "../wusbcore/wa-hc.h"#include "../wusbcore/wusbhc.h"Go to the source code of this file.
Data Structures | |
| struct | hwahc |
Functions | |
| MODULE_DEVICE_TABLE (usb, hwahc_id_table) | |
| module_usb_driver (hwahc_driver) | |
| MODULE_AUTHOR ("Inaky Perez-Gonzalez <[email protected]>") | |
| MODULE_DESCRIPTION ("Host Wired Adapter USB Host Control Driver") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR | ( | "Inaky Perez-Gonzalez <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| hwahc_id_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_usb_driver | ( | hwahc_driver | ) |
1.8.2