Lines Matching refs:protocol
12 document describes the multi-touch (MT) protocol which allows kernel
15 The protocol is divided into two types, depending on the capabilities of the
16 hardware. For devices handling anonymous contacts (type A), the protocol
18 devices capable of tracking identifiable contacts (type B), the protocol
28 applications, the MT protocol can be implemented on top of the ST protocol
46 The main difference between the stateless type A protocol and the stateful
47 type B slot protocol lies in the usage of identifiable contacts to reduce
48 the amount of data sent to userspace. The slot protocol requires the use of
217 In the type B protocol, ABS_MT_TOOL_TYPE and ABS_MT_TRACKING_ID are
315 event should be omitted. The protocol currently supports MT_TOOL_FINGER,
343 better to the MT protocol than others. To simplify and unify the mapping,
411 For example usage of the type A protocol, see the bcm5974 driver. For
412 example usage of the type B protocol, see the hid-egalax driver.