|
Linux Kernel
3.7.1
|
#include <linux/hid.h>#include <linux/input.h>#include <linux/usb.h>#include <linux/module.h>#include "hid-ids.h"#include "usbhid/usbhid.h"Go to the source code of this file.
Data Structures | |
| struct | emsff_device |
Functions | |
| MODULE_DEVICE_TABLE (hid, ems_devices) | |
| module_init (ems_init) | |
| module_exit (ems_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE | ( | hid | , |
| ems_devices | |||
| ) |
| module_exit | ( | ems_exit | ) |
| module_init | ( | ems_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2