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 | magellan |
Macros | |
#define | DRIVER_DESC "Magellan and SpaceMouse 6dof controller driver" |
#define | MAGELLAN_MAX_LENGTH 32 |
Functions | |
MODULE_AUTHOR ("Vojtech Pavlik <[email protected]>") | |
MODULE_DESCRIPTION (DRIVER_DESC) | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (serio, magellan_serio_ids) | |
module_serio_driver (magellan_drv) | |
#define DRIVER_DESC "Magellan and SpaceMouse 6dof controller driver" |
Definition at line 36 of file magellan.c.
#define MAGELLAN_MAX_LENGTH 32 |
Definition at line 46 of file magellan.c.
MODULE_AUTHOR | ( | "Vojtech Pavlik <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | DRIVER_DESC | ) |
MODULE_DEVICE_TABLE | ( | serio | , |
magellan_serio_ids | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_serio_driver | ( | magellan_drv | ) |