|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/input.h>#include <linux/hid.h>#include <linux/module.h>#include "hid-ids.h"Go to the source code of this file.
Macros | |
| #define | th_map_key_clear(c) |
Functions | |
| MODULE_DEVICE_TABLE (hid, twinhan_devices) | |
| module_init (twinhan_init) | |
| module_exit (twinhan_exit) | |
| MODULE_LICENSE ("GPL") | |
| #define th_map_key_clear | ( | c | ) |
| MODULE_DEVICE_TABLE | ( | hid | , |
| twinhan_devices | |||
| ) |
| module_exit | ( | twinhan_exit | ) |
| module_init | ( | twinhan_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2