All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documented input device properties.
@ 2012-01-09 16:44 Jussi Pakkanen
  2012-01-09 17:55 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Jussi Pakkanen @ 2012-01-09 16:44 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input

---
 Documentation/input/event-codes.txt |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/Documentation/input/event-codes.txt b/Documentation/input/event-codes.txt
index 23fcb05..7c515a5 100644
--- a/Documentation/input/event-codes.txt
+++ b/Documentation/input/event-codes.txt
@@ -220,6 +220,33 @@ EV_PWR:
 EV_PWR events are a special type of event used specifically for power
 mangement. Its usage is not well defined. To be addressed later.
 
+Device properties:
+=================
+
+INPUT_PROP_POINTER:
+------------------
+There is a one to one mapping between the device coordinates and
+screen coordinates. This property only has meaning for non-touch based
+input such as a pen or an eraser. A drawing tablet would have this property
+set.
+INPUT_PROP_DIRECT:
+------------------
+The same as INPUT_PROP_POINTER, but for touches. An example would be a
+touchscreen.
+INPUT_PROP_BUTTONPAD:
+--------------------
+The device has one or more physical buttons beneath the active surface area.
+This means that you can generate button clicks by pressing down on the
+trackpad area. Examples include aluminium body MacBook trackpads and 
+Synaptics clickpads.
+INPUT_PROP_SEMI_MT:
+------------------
+The device is a semi multitouch device. This means that it does not
+provide proper touch locations; it only reports the total number of
+touches and a bounding box that is defined by two of the
+touches. There is no way to know which two touches the device chooses
+to report.
+
 Guidelines:
 ==========
 The guidelines below ensure proper single-touch and multi-finger functionality.
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-10  9:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 16:44 [PATCH] Documented input device properties Jussi Pakkanen
2012-01-09 17:55 ` Dmitry Torokhov
2012-01-10  9:59   ` Chase Douglas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.