Created
March 30, 2012 20:39
-
-
Save cbrake/2254835 to your computer and use it in GitHub Desktop.
tslib files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@cm-x270:~# opkg list_installed | grep ts | |
gst-plugins-base-audiotestsrc - 0.10.32-r1 | |
kbd-consolefonts - 1.15.2-r0 | |
kernel-module-ucb1400-ts - 3.1-r9 | |
liberation-fonts - 1:1.04-r2 | |
libnetsnmp25 - svn-r7.2 | |
libts-1.0-0 - 1.0+gitr1+e17263ef401ee885a27d649b90b577cfb44500e0-r0.pp9 | |
pam-plugin-limits - 1.1.4-r2 | |
systemd-compat-units - 1.0-r10 | |
tslib-calibrate - 1.0+gitr1+e17263ef401ee885a27d649b90b577cfb44500e0-r0.pp9 | |
tslib-conf - 1.0+gitr1+e17263ef401ee885a27d649b90b577cfb44500e0-r0.pp9 | |
tslib-tests - 1.0+gitr1+e17263ef401ee885a27d649b90b577cfb44500e0-r0.pp9 | |
root@cm-x270:~# opkg files libts-1.0 | |
Collected errors: | |
* opkg_files_cmd: Package libts-1.0 not installed. | |
root@cm-x270:~# opkg files libts-1.0-0 | |
Package libts-1.0-0 (1.0+gitr1+e17263ef401ee885a27d649b90b577cfb44500e0-r0.pp9) is installed on root and has the following files: | |
/usr/lib/libts-1.0.so.0.0.0 | |
/usr/lib/ts/linear_h2200.so | |
/usr/lib/ts/calibrate.so | |
/usr/lib/ts/variance.so | |
/usr/lib/ts/ | |
/usr/lib/ts/tatung.so | |
/usr/lib/ts/input.so | |
/usr/lib/ts/dmc.so | |
/usr/lib/ts/drop_first_n.so | |
/usr/lib/ts/dejitter.so | |
/usr/lib/ts/pthres.so | |
/usr/lib/libts-1.0.so.0 | |
/usr/lib/ts/linear.so | |
/usr/lib/ts/touchkit.so | |
root@cm-x270:~# opkg files tslib-calibrate | |
Package tslib-calibrate (1.0+gitr1+e17263ef401ee885a27d649b90b577cfb44500e0-r0.pp9) is installed on root and has the following files: | |
/usr/bin/ts_calibrate | |
/usr/bin/ts_svs_cal | |
root@cm-x270:~# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@cm-x270:~# more /etc/ts.conf | |
# Uncomment if you wish to use the linux input layer event interface | |
module_raw input | |
# Uncomment if you're using a Sharp Zaurus SL-5500/SL-5000d | |
# module_raw collie | |
# Uncomment if you're using a Sharp Zaurus SL-C700/C750/C760/C860 | |
# module_raw corgi | |
# Uncomment if you're using a device with a UCB1200/1300/1400 TS interface | |
# module_raw ucb1x00 | |
# Uncomment if you're using an HP iPaq h3600 or similar | |
# module_raw h3600 | |
# Uncomment if you're using a Hitachi Webpad | |
# module_raw mk712 | |
# Uncomment if you're using an IBM Arctic II | |
# module_raw arctic2 | |
module pthres pmin=400 | |
module calibrate timeout_s=10 app_name=/usr/bin/ts_svs_cal | |
module drop_first_n drop=2 | |
module variance delta=30 | |
module dejitter delta=100 | |
module linear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment