Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/delay.h>
#include "ams.h"
Go to the source code of this file.
Functions | |
module_param (joystick, bool, S_IRUGO) | |
MODULE_PARM_DESC (joystick,"Enable the input class device on module load") | |
module_param (invert, bool, S_IWUSR|S_IRUGO) | |
MODULE_PARM_DESC (invert,"Invert input data on X and Y axis") | |
int | ams_input_init (void) |
void | ams_input_exit (void) |
Definition at line 150 of file ams-input.c.
Definition at line 142 of file ams-input.c.