|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/hid.h>#include <linux/module.h>#include <linux/usb.h>#include "usbhid/usbhid.h"#include "hid-ids.h"Go to the source code of this file.
Macros | |
| #define | EASYPEN_I405X_RDESC_ORIG_SIZE 476 |
| #define | MOUSEPEN_I608X_RDESC_ORIG_SIZE 476 |
| #define | EASYPEN_M610X_RDESC_ORIG_SIZE 476 |
Functions | |
| MODULE_DEVICE_TABLE (hid, kye_devices) | |
| module_init (kye_init) | |
| module_exit (kye_exit) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE | ( | hid | , |
| kye_devices | |||
| ) |
| module_exit | ( | kye_exit | ) |
| module_init | ( | kye_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2