Android-x86
Fork

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-tslib: コミット一覧

external/tslib


RSS
Rev. 日時 作者
596c501 jb-x86 kitkat-x86 2013-08-14 00:43:08 Masaki Muranaka

ts_calibrate : Truncate pointercal file if it already exists.

This fix is partly done by 1fd999ec678e. But not completed.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.jp>

74df14b ics-x86 2013-02-27 03:08:15 Chih-Wei Huang

ts.env: auto detect TSLIB_TSDEVICE

62778e0 2012-04-30 23:38:49 Gernot Hillier

ts_calibrate: Accept touchscreens using BTN_MOUSE events instead of BTN_TOUCH

ts_input_read was already extended to accept BTN_MOUSE events, however
some startup checks in check_fd() were not extended accordingly.

de814c9 2012-02-22 19:27:16 Chih-Wei Huang

android: update for ics-x86

A target that needs tslib should just inherit tslib.mk.

16b220e 2012-01-29 18:30:33 Bryan Hundven

Merge branch 'upstream-master' into gingerbread-x86

1fd999e 2011-11-03 01:32:06 Josh Watts

ts_calibrate: Truncate pointercal file if it already exists

Signed-off-by: Josh Watts <jwatts@d3engineering.com>
Signed-off-by: Christopher Larson <chris_larson@mentor.com>

0cf7f14 2011-10-24 08:19:22 Bryan Hundven

Merge branch 'master' into gingerbread-x86

cbdd3d9 2011-10-21 00:56:26 Christopher Larson

ts_load_module: don't reference handle after info is freed

Signed-off-by: Christopher Larson <kergoth@gmail.com>

df1f9c9 2011-10-21 00:56:20 Christopher Larson

ts_close: run the fini op on plugins

Fixes #3. Also dlcloses the handle if the plugin was shared, as is done
when a failed module load occurs.

Signed-off-by: Christopher Larson <kergoth@gmail.com>

c525c0b 2011-10-21 00:35:01 Florian Boor

Support reading coordinates from multitouch devices.

Signed-off-by: Florian Boor <florian@kernelconcepts.de>
Signed-off-by: Christopher Larson <kergoth@gmail.com>

94f84e7 2011-07-05 03:22:26 Bryan Hundven

Cleanup some mistakes made on the initial port.

- ts_settings.c should have been ts_setting.c
- Add updated config.h (and remove it from .gitignore.

NOTE: I will go back and cleanup the initial commit and other
changes with an IS_ANDROID_X86 ifdef so that merging from upstream
will be cleaner.

c546c29 2011-07-04 17:49:35 Bryan Hundven

Port Android-x86 changes to newer tslib.

e17263e 2011-07-02 01:30:17 Chris Larson

ts_harvest: fix a few compiler warnings

Signed-off-by: Chris Larson <chris_larson@mentor.com>

3bb10ff 2011-07-02 01:22:17 Wolfram Sang

plugins: new touchkit driver, reposted

Original submission from Frédéric Salabartan:

https://lists.berlios.de/pipermail/tslib-general/2009-July/000212.html

[w.sang] - updated to latest git (Makefile.am, configure.ac)
- used Lindent on the c-files and removed C++ comments
- fix two build warnings
- removed egalax-driver, should be included in input-raw.c

<there was no SoB by Frederic>
Tested-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Larson <chris_larson@mentor.com>

6597432 2011-07-02 01:22:14 Wolfram Sang

plugins: add driver for DMC touchscreens

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Chris Larson <chris_larson@mentor.com>

588fb65 2011-07-02 01:22:11 Wolfram Sang

ts_open: first try to open read/write, then read-only.

An upcoming driver (dmc) will need O_RDWR. In case of permission
problems, fall back to O_RDONLY.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>

d4073fe 2011-05-19 12:44:40 Christopher Larson

Merge pull request #6 from morphis/master

tslib update for plugin cy8mrln-palmpre

dd4a871 2011-05-19 03:34:35 Simon Busch

Merge branch 'for-upstream'

210a200 2011-05-19 03:29:51 Simon Busch

cy8mrln-palmpre: some style corrections

Signed-off-by: Simon Busch <morphis@gravedo.de>

412d99d 2011-01-25 04:50:56 Martin Jansa

Relax EV_VERSION check

Fail only if version of running kernel is lower than the EV_VERSION from the
kernel headers, rather than expecting an exact match.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>

1078f7a gingerbread-x86 honeycomb-x86 2011-01-23 02:01:07 Chih-Wei Huang

define the PRODUCT_PACKAGES for tslib

Since gingerbread, a module will not be included in a target product
unless the module is defined in its PRODUCT_PACKAGES. So
a product which needs tslib should inherit tslib.mk.

b727790 2011-01-23 01:59:56 Chih-Wei Huang

tslib: add missing LOCAL_MODULE_TAGS

9613f05 2011-01-19 08:51:28 Frederik 'playya' Sdun

cy8mrln-palmpre: Discard malformed frames

ee3441b 2011-01-19 06:24:30 Frederik 'playya' Sdun

cy8mrln-palmpre: Add vim modeline to force tabs

5f48c7b 2011-01-19 00:39:15 Simon Busch

plugins: cy8mrln-palmpre: fix include of cy8mrln header file

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Chris Larson <chris_larson@mentor.com>

db87bed 2011-01-19 00:39:00 Simon Busch

plugins: palmpre-cy8mrln: fix compilation issues

Please boys, test your code minimal for compilation when commiting!

Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Chris Larson <chris_larson@mentor.com>

860d69c 2010-12-22 00:19:51 Chris Larson

Revert "Enable debug option for all components"

This reverts commit 9c3742a8d8a829ec746e0a974aa30fb5dd0e3d1a.

e000d35 2010-12-17 05:01:57 Thomas Zimmermann

cy8mrln-palmpre: improve interpolation till the edges

At the edges the pressure is reduced because not the whole finger is on the
screen. Normally the pressure is about 50 and if it's not, then the finger is
not completly on the screen and we have to simulate the real peak with a pressure
of (default_pressure - actual_pressure).

Also this patch introduces two new config parameters:
pressure: for the default_pressure (default 60)
gesture_height: for the height of the gesturearea in fields (default 1)

Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>

88a605e 2010-12-17 05:00:52 Thomas Zimmermann

cy8mrln-palmpre.c: make x grow from left to right and change calculation for OFFSET and DELTA

* x=0 was upper right field, now it's upper left field
* OFFSET is now half of DELTA and DELTA is size of one field

Signed-off-by: Thomas Zimmermann <zimmermann@vdm-design.de>

980f9f3 2010-12-17 05:00:15 Simon Busch

cy8mrln-palmpre: remove cy8mrln header

旧リポジトリブラウザで表示