|
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 | twidjoy_button_spec |
| struct | twidjoy |
Macros | |
| #define | DRIVER_DESC "Handykey Twiddler keyboard as a joystick driver" |
| #define | TWIDJOY_MAX_LENGTH 5 |
Functions | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (serio, twidjoy_serio_ids) | |
| module_serio_driver (twidjoy_drv) | |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | serio | , |
| twidjoy_serio_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_serio_driver | ( | twidjoy_drv | ) |
1.8.2