Files
i2som-imx-linux/drivers/input
Haibo Chen 1a315787a9 MLK-9649-1 input: touch: egalax_ts: use type B Multi-touch Protocol
Multi-touch Protocol is divided into two types:
Type A --> for devices handling anonymous contacts, the protocol
		describes how to send the raw data for all contacts to
		the receiver.
Tyep B --> for devices capable of tracking identifiable contacts,
		the protocol describes how to send updates for individual
		contacts via event slots.

Before this patch, our driver use type A, but wayland 1.6(GPU team)
just call type B contact to check the multi slots number. Besides,
type B can also be used in Android and Yocto, so this patch use
type B to replace type A.

The upstream EETI egalax touch driver use type B multi-touch protocol,
so this patch just use the upstream driver to replace the current
egalax touch driver.

Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
2017-09-28 19:49:21 -05:00
..
2014-07-31 12:53:50 -07:00