Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
twidjoy.c File Reference
#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  twidjoy_button_spec
 
struct  twidjoy
 

Macros

#define DRIVER_DESC   "Handykey Twiddler keyboard as a joystick driver"
 
#define TWIDJOY_MAX_LENGTH   5
 

Functions

 MODULE_DESCRIPTION (DRIVER_DESC)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_DEVICE_TABLE (serio, twidjoy_serio_ids)
 
 module_serio_driver (twidjoy_drv)
 

Macro Definition Documentation

#define DRIVER_DESC   "Handykey Twiddler keyboard as a joystick driver"

Definition at line 57 of file twidjoy.c.

#define TWIDJOY_MAX_LENGTH   5

Definition at line 66 of file twidjoy.c.

Function Documentation

MODULE_DESCRIPTION ( DRIVER_DESC  )
MODULE_DEVICE_TABLE ( serio  ,
twidjoy_serio_ids   
)
MODULE_LICENSE ( "GPL"  )
module_serio_driver ( twidjoy_drv  )