2014年1月27日 星期一

Linux Input Device - Touchscreen in Android 輸入子系統 part2

在上一篇中,我們介紹了input device在kernel space中的input driver部分。

本篇將繼續介紹剩餘的input core以及event handler


2014年1月22日 星期三

Linux Input Device - Touchscreen in Android 輸入子系統 part1

前言

在此只探討 kernel space 的 input device,並以 touchscreen driver "s3c2410_ts.c" 為例,說明如何在 driver 內增加一個 input device。

本篇文章主要為整理網路上的資源並結合自己的想法,期望讀者對於input device有更多的認識。

在介紹 input device 之前,我們必須要思考一個問題,為什麼需要 input device?