Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Input: ntrig - convert documentation into ReST format

This file require minimum adjustments to be a valid ReST file.
Do it, in order to be able to parse it with Sphinx.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Mauro Carvalho Chehab and committed by
Dmitry Torokhov
7b11fdc3 2f438935

+30 -19
+30 -19
Documentation/input/ntrig.txt
··· 1 + .. include:: <isonum.txt> 2 + 3 + ========================= 1 4 N-Trig touchscreen Driver 2 - ------------------------- 3 - Copyright (c) 2008-2010 Rafi Rubin <rafi@seas.upenn.edu> 4 - Copyright (c) 2009-2010 Stephane Chatty 5 + ========================= 6 + 7 + :Copyright: |copy| 2008-2010 Rafi Rubin <rafi@seas.upenn.edu> 8 + :Copyright: |copy| 2009-2010 Stephane Chatty 5 9 6 10 This driver provides support for N-Trig pen and multi-touch sensors. Single 7 11 and multi-touch events are translated to the appropriate protocols for ··· 26 22 27 23 The following parameters are used to configure filters to reduce noise: 28 24 29 - activate_slack number of fingers to ignore before processing events 30 - 31 - activation_height size threshold to activate immediately 32 - activation_width 33 - 34 - min_height size threshold bellow which fingers are ignored 35 - min_width both to decide activation and during activity 36 - 37 - deactivate_slack the number of "no contact" frames to ignore before 38 - propagating the end of activity events 25 + +-----------------------+-----------------------------------------------------+ 26 + |activate_slack |number of fingers to ignore before processing events | 27 + +-----------------------+-----------------------------------------------------+ 28 + |activation_height, |size threshold to activate immediately | 29 + |activation_width | | 30 + +-----------------------+-----------------------------------------------------+ 31 + |min_height, |size threshold bellow which fingers are ignored | 32 + |min_width |both to decide activation and during activity | 33 + +-----------------------+-----------------------------------------------------+ 34 + |deactivate_slack |the number of "no contact" frames to ignore before | 35 + | |propagating the end of activity events | 36 + +-----------------------+-----------------------------------------------------+ 39 37 40 38 When the last finger is removed from the device, it sends a number of empty 41 39 frames. By holding off on deactivation for a few frames we can tolerate false ··· 50 44 ---------------------- 51 45 52 46 These nodes just provide easy access to the ranges reported by the device. 53 - sensor_logical_height the range for positions reported during activity 54 - sensor_logical_width 55 47 56 - sensor_physical_height internal ranges not used for normal events but 57 - sensor_physical_width useful for tuning 48 + +-----------------------+-----------------------------------------------------+ 49 + |sensor_logical_height, | the range for positions reported during activity | 50 + |sensor_logical_width | | 51 + +-----------------------+-----------------------------------------------------+ 52 + |sensor_physical_height,| internal ranges not used for normal events but | 53 + |sensor_physical_width | useful for tuning | 54 + +-----------------------+-----------------------------------------------------+ 58 55 59 56 All N-Trig devices with product id of 1 report events in the ranges of 60 - X: 0-9600 61 - Y: 0-7200 57 + 58 + * X: 0-9600 59 + * Y: 0-7200 60 + 62 61 However not all of these devices have the same physical dimensions. Most 63 62 seem to be 12" sensors (Dell Latitude XT and XT2 and the HP TX2), and 64 63 at least one model (Dell Studio 17) has a 17" sensor. The ratio of physical