|
Linux Kernel
3.7.1
|
#include <linux/hid.h>#include <linux/input.h>#include <linux/slab.h>#include <linux/usb.h>#include <linux/module.h>#include "hid-ids.h"Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (hid, tm_devices) | |
| module_init (tm_init) | |
| module_exit (tm_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE | ( | hid | , |
| tm_devices | |||
| ) |
| module_exit | ( | tm_exit | ) |
| module_init | ( | tm_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2