文件名称:IQS316_driver
介绍说明--下载内容均来自于网络,请自行研究使用
开发环境Ubuntu10.10
内核源代码版本linux2.6.32.2
交叉编译环境版本V4.4.3
驱动函数说明:
该代码是S3C2440的I2C口连接的IQS316电容感应按键芯片驱动。驱动每隔200ms读取IQS316寄存器一次,并进行键值整理发送给用户空间。
由于芯片原因,该驱动比较耗费CPU。
本代码项目实用,可参考。-Development environment Ubuntu10.10
Kernel source code version linux2.6.32.2
Cross-compiler environment version V4.4.3
Drive function:
The code is S3C2440 I2C port is connected IQS316 capacitive sensing buttons chip driver. Drive every 200ms read IQS316 register once, and the key Organize send the user space.
Chip reasons, the driver is consuming CPU.
The code project practical.
内核源代码版本linux2.6.32.2
交叉编译环境版本V4.4.3
驱动函数说明:
该代码是S3C2440的I2C口连接的IQS316电容感应按键芯片驱动。驱动每隔200ms读取IQS316寄存器一次,并进行键值整理发送给用户空间。
由于芯片原因,该驱动比较耗费CPU。
本代码项目实用,可参考。-Development environment Ubuntu10.10
Kernel source code version linux2.6.32.2
Cross-compiler environment version V4.4.3
Drive function:
The code is S3C2440 I2C port is connected IQS316 capacitive sensing buttons chip driver. Drive every 200ms read IQS316 register once, and the key Organize send the user space.
Chip reasons, the driver is consuming CPU.
The code project practical.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
IQS316_driver\IQS316 驱动中要在退出时 将所有资源释放
.............\iqs316.h
.............\iqs316.ko
.............\iqs316includes.h
.............\iqs316_driver.c
.............\iqs316_lowlevel.c
.............\iqs316_upperlevel.c
.............\Makefile
IQS316_driver