|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/input.h>#include <linux/serio.h>#include <linux/init.h>Go to the source code of this file.
Data Structures | |
| struct | zhenhua |
Macros | |
| #define | DRIVER_DESC "RC transmitter with 5-byte Zhen Hua protocol joystick driver" |
| #define | ZHENHUA_MAX_LENGTH 5 |
Functions | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (serio, zhenhua_serio_ids) | |
| module_serio_driver (zhenhua_drv) | |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | serio | , |
| zhenhua_serio_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_serio_driver | ( | zhenhua_drv | ) |
1.8.2