Lines Matching +full:0 +full:- +full:inch

12 .\" 3. Neither the name of the author nor the names of any co-contributors
37 .Bd -ragged -offset indent
45 .Bd -literal -offset indent
56 The driver simulates a three\-button mouse using multi\-finger tap detection.
57 Single finger tap generates a left\-button click; two\-finger tap maps to the
58 middle button; whereas a three\-finger tap gets treated as a right button
61 There is support for 2\-finger horizontal scrolling, which translates to
62 page\-back/forward events; vertical multi\-finger scrolling emulates the mouse
65 A double\-tap followed by a drag is treated as a selection gesture; a
66 virtual left\-button click is assumed for the lifespan of the drag.
79 A simple high-pass filter is used to reduce contributions
90 The maximum time (in microseconds) to allow an association between a double-
103 .Bl -bullet -compact
105 PowerBooks, iBooks (IDs: 0x020e, 0x020f, 0x0210, 0x0214, 0x0215, 0x0216)
107 Core Duo MacBook & MacBook Pro (IDs: 0x0217, 0x0218, 0x0219)
109 Core2 Duo MacBook & MacBook Pro (IDs: 0x021a, 0x021b, 0x021c)
111 Core2 Duo MacBook3,1 (IDs: 0x0229, 0x022a, 0x022b)
113 12 inch PowerBook and iBook (IDs: 0x030a, 0x030b)
115 15 inch PowerBook (IDs: 0x020e, 0x020f, 0x0215)
117 17 inch PowerBook (ID: 0x020d)
119 Almost all recent Macbook-Pros and Airs (IDs: 0x0223, 0x0223, 0x0224, 0x0224,
120 0x0225, 0x0225, 0x0230, 0x0230, 0x0231, 0x0231, 0x0232, 0x0232, 0x0236,
121 0x0236, 0x0237, 0x0237, 0x0238, 0x0238, 0x023f, 0x023f, 0x0240, 0x0241,
122 0x0242, 0x0243, 0x0244, 0x0245, 0x0246, 0x0247, 0x0249, 0x024a, 0x024b,
123 0x024c, 0x024d, 0x024e, 0x0252, 0x0252, 0x0253, 0x0253, 0x0254, 0x0254,
124 0x0259, 0x025a, 0x025b, 0x0262, 0x0262, 0x0263, 0x0264, 0x0290, 0x0291,
128 To discover the product\-id of a touchpad, search for 'Trackpad' in the
135 creates a blocking pseudo\-device file,
141 type device\-\-see
153 .An -nosplit