|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/module.h>#include <linux/input.h>#include <linux/init.h>#include <linux/serio.h>Go to the source code of this file.
Data Structures | |
| struct | nkbd |
Macros | |
| #define | DRIVER_DESC "Newton keyboard driver" |
| #define | NKBD_KEY 0x7f |
| #define | NKBD_PRESS 0x80 |
Functions | |
| MODULE_AUTHOR ("Justin Cormack <[email protected]>") | |
| MODULE_DESCRIPTION (DRIVER_DESC) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (serio, nkbd_serio_ids) | |
| module_serio_driver (nkbd_drv) | |
| #define DRIVER_DESC "Newton keyboard driver" |
Definition at line 35 of file newtonkbd.c.
| #define NKBD_KEY 0x7f |
Definition at line 41 of file newtonkbd.c.
| #define NKBD_PRESS 0x80 |
Definition at line 42 of file newtonkbd.c.
| MODULE_AUTHOR | ( | "Justin Cormack <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
| MODULE_DEVICE_TABLE | ( | serio | , |
| nkbd_serio_ids | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_serio_driver | ( | nkbd_drv | ) |
1.8.2