mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
tslib: Add cm270x support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@774 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module_raw input
|
||||
module pthres pmin=1
|
||||
module variance delta=30
|
||||
module dejitter delta=100
|
||||
module linear
|
||||
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
TSLIB_TSDEVICE=/dev/input/touchscreen0
|
||||
TSLIB_TSEVENTTYPE=INPUT
|
||||
TSLIB_CONFFILE=/usr/share/tslib/ts-2.6.conf
|
||||
|
||||
export TSLIB_TSDEVICE TSLIB_TSEVENTTYPE TSLIB_CONFFILE
|
||||
Reference in New Issue
Block a user