Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/input.h>
#include <linux/input/pixcir_ts.h>
Go to the source code of this file.
Data Structures | |
struct | pixcir_i2c_ts_data |
Functions | |
MODULE_DEVICE_TABLE (i2c, pixcir_i2c_ts_id) | |
module_i2c_driver (pixcir_i2c_ts_driver) | |
MODULE_AUTHOR ("Jianchun Bian <[email protected]>, Dequan Meng <[email protected]>") | |
MODULE_DESCRIPTION ("Pixcir I2C Touchscreen Driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR | ( | "Jianchun Bian <[email protected]> | , |
Dequan Meng< dqmeng @pixcir.com.cn >" | |||
) |
MODULE_DESCRIPTION | ( | "Pixcir I2C Touchscreen Driver" | ) |
MODULE_DEVICE_TABLE | ( | i2c | , |
pixcir_i2c_ts_id | |||
) |
module_i2c_driver | ( | pixcir_i2c_ts_driver | ) |
MODULE_LICENSE | ( | "GPL" | ) |