|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/module.h>#include <linux/usb.h>#include <linux/uwb.h>#include "dfu/i1480-dfu.h"Go to the source code of this file.
Functions | |
| module_init (i1480_est_init) | |
| module_exit (i1480_est_exit) | |
| MODULE_AUTHOR ("Inaky Perez-Gonzalez <[email protected]>") | |
| MODULE_DESCRIPTION ("i1480's Vendor Specific Event Size Tables") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (usb, i1480_est_id_table) | |
| MODULE_AUTHOR | ( | "Inaky Perez-Gonzalez <[email protected]>" | ) |
| MODULE_DEVICE_TABLE | ( | usb | , |
| i1480_est_id_table | |||
| ) |
| module_exit | ( | i1480_est_exit | ) |
| module_init | ( | i1480_est_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2