|
Linux Kernel
3.7.1
|
#include <linux/errno.h>#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 | gunze |
Macros | |
| #define | DRIVER_DESC "Gunze AHL-51S touchscreen driver" |
| #define | GUNZE_MAX_LENGTH 10 |
Functions | |
| MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>") | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (serio, gunze_serio_ids) | |
| module_serio_driver (gunze_drv) | |
| MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | serio | , |
| gunze_serio_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_serio_driver | ( | gunze_drv | ) |
1.8.2