|
Linux Kernel
3.7.1
|
#include <linux/delay.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/interrupt.h>#include <linux/input.h>#include <linux/serio.h>#include <linux/init.h>Go to the source code of this file.
Data Structures | |
| struct | sermouse |
Macros | |
| #define | DRIVER_DESC "Serial mouse driver" |
Functions | |
| MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>") | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (serio, sermouse_serio_ids) | |
| module_serio_driver (sermouse_drv) | |
| #define DRIVER_DESC "Serial mouse driver" |
Definition at line 37 of file sermouse.c.
| MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | serio | , |
| sermouse_serio_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_serio_driver | ( | sermouse_drv | ) |
1.8.2