|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/hid.h>#include <linux/module.h>#include <linux/usb.h>#include "hid-ids.h"#include "usbhid/usbhid.h"Go to the source code of this file.
Functions | |
| MODULE_DEVICE_TABLE (hid, holtek_kbd_devices) | |
| module_exit (holtek_kbd_exit) | |
| module_init (holtek_kbd_init) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE | ( | hid | , |
| holtek_kbd_devices | |||
| ) |
| module_exit | ( | holtek_kbd_exit | ) |
| module_init | ( | holtek_kbd_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2