Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/input.h>
#include <linux/serio.h>
#include <linux/init.h>
#include <linux/i2c.h>
Go to the source code of this file.
Data Structures | |
struct | taos_data |
Macros | |
#define | TAOS_BUFFER_SIZE 63 |
#define | TAOS_STATE_INIT 0 |
#define | TAOS_STATE_IDLE 1 |
#define | TAOS_STATE_EOFF 2 |
#define | TAOS_STATE_RECV 3 |
#define | TAOS_CMD_RESET 0x12 |
#define | TAOS_CMD_ECHO_ON '+' |
#define | TAOS_CMD_ECHO_OFF '-' |
Functions | |
MODULE_DEVICE_TABLE (serio, taos_serio_ids) | |
MODULE_AUTHOR ("Jean Delvare <[email protected]>") | |
MODULE_DESCRIPTION ("TAOS evaluation module driver") | |
MODULE_LICENSE ("GPL") | |
module_init (taos_init) | |
module_exit (taos_exit) | |
#define TAOS_BUFFER_SIZE 63 |
Definition at line 31 of file i2c-taos-evm.c.
#define TAOS_CMD_ECHO_OFF '-' |
Definition at line 40 of file i2c-taos-evm.c.
#define TAOS_CMD_ECHO_ON '+' |
Definition at line 39 of file i2c-taos-evm.c.
#define TAOS_CMD_RESET 0x12 |
Definition at line 38 of file i2c-taos-evm.c.
#define TAOS_STATE_EOFF 2 |
Definition at line 35 of file i2c-taos-evm.c.
#define TAOS_STATE_IDLE 1 |
Definition at line 34 of file i2c-taos-evm.c.
#define TAOS_STATE_INIT 0 |
Definition at line 33 of file i2c-taos-evm.c.
#define TAOS_STATE_RECV 3 |
Definition at line 36 of file i2c-taos-evm.c.
MODULE_AUTHOR | ( | "Jean Delvare <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | serio | , |
taos_serio_ids | |||
) |
module_exit | ( | taos_exit | ) |
module_init | ( | taos_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |