Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
hid-a4tech.c File Reference
#include <linux/device.h>
#include <linux/input.h>
#include <linux/hid.h>
#include <linux/module.h>
#include <linux/slab.h>
#include "hid-ids.h"

Go to the source code of this file.

Data Structures

struct  a4tech_sc
 

Macros

#define A4_2WHEEL_MOUSE_HACK_7   0x01
 
#define A4_2WHEEL_MOUSE_HACK_B8   0x02
 

Functions

 MODULE_DEVICE_TABLE (hid, a4_devices)
 
 module_init (a4_init)
 
 module_exit (a4_exit)
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define A4_2WHEEL_MOUSE_HACK_7   0x01

Definition at line 26 of file hid-a4tech.c.

#define A4_2WHEEL_MOUSE_HACK_B8   0x02

Definition at line 27 of file hid-a4tech.c.

Function Documentation

MODULE_DEVICE_TABLE ( hid  ,
a4_devices   
)
module_exit ( a4_exit  )
module_init ( a4_init  )
MODULE_LICENSE ( "GPL"  )