文章列表
Linux输入子系统(Input Subsystem)
1.1.input子系统概述
1.2. input子系统结构图
input子系统结构图如下图1所示:
图1 输入子系统结构图
1.3.linux中输入设备驱动的分层
linux中输入设备驱动的分层如下图2所示:
图2 linux中输入设备的分层 ...
compiled android kernel module:
1.下載你所要應用的對應的內核源碼,下載交叉編譯器工具。
2.mkdir ./test ./out ./source ./tools
3.cp kernel.gz to ./test
cp cross-compile tools to ./tools(eg:arm-2008q3-72-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2)
cp source code to ./source
touch Makefile into ./source:o ...
Install CyanogenMod on the deviceFirst, you will need to get a working install on the device: Installing CyanogenMod on the device.Install development support packagesInstall the following packages using your favorite package manager:Debian based Linux distributions32bit and 64bit systems: git-cor ...