db4rne / veer-touchpanel-driver

Touchpanel driver for veer!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a userspace touchscreen driver for cypress ctma300 as used in HP Veer configured for WebOS.
I get lots of help from reading CM project in https://github.com/CyanogenMod/android_device_hp_tenderloin.git

ctp.c create a uinput device for touchscreen
HPVeer.idc is used in Android, and it should be copied to system/usr/idc/

ctp-static is the binary program of ctp.c. 
If you have problem in compiling ctp.c, please don't delete it.

by xndcn.

UPDATE:
04-14	add more gesture support(LEFT: back, UP:home, DOUBLE CLICK:home, LONG TOUCH:last apps, RIGHT: menu)
03-27	add simple gesture support(back, menu & home)
03-26	add multi-touch support.

About

Touchpanel driver for veer!


Languages

Language:C 99.6%Language:Makefile 0.4%