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 | skbd |
Macros | |
#define | DRIVER_DESC "Stowaway keyboard driver" |
#define | SKBD_KEY_MASK 0x7f |
#define | SKBD_RELEASE 0x80 |
Functions | |
MODULE_AUTHOR ("Marek Vasut <[email protected]>") | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (serio, skbd_serio_ids) | |
module_serio_driver (skbd_drv) | |
#define DRIVER_DESC "Stowaway keyboard driver" |
Definition at line 38 of file stowaway.c.
#define SKBD_KEY_MASK 0x7f |
Definition at line 44 of file stowaway.c.
#define SKBD_RELEASE 0x80 |
Definition at line 45 of file stowaway.c.
MODULE_AUTHOR | ( | "Marek Vasut <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
MODULE_DEVICE_TABLE | ( | serio | , |
skbd_serio_ids | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_serio_driver | ( | skbd_drv | ) |