summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2013-09-17 18:41:32 +0000
committerdumbbell <dumbbell@FreeBSD.org>2013-09-17 18:41:32 +0000
commit6a5810ff62dcf94d040fcb00ad2bdcf1a8b1fe87 (patch)
treeb131c6854f0776d2f1595c92d71c79e753b4a372 /share
parenta83c14de5c6428815c4e5e035c01da719aa39928 (diff)
downloadFreeBSD-src-6a5810ff62dcf94d040fcb00ad2bdcf1a8b1fe87.zip
FreeBSD-src-6a5810ff62dcf94d040fcb00ad2bdcf1a8b1fe87.tar.gz
psm: Update "struct synapticshw" in psm(4) man page
This structure was updated in r255153 and r255154. PR: kern/170834 Approved by: re (hrs)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/psm.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index 99835fb..6ecb65c 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -460,7 +460,7 @@ typedef struct synapticshw {
int infoHardware; /* hardware model */
int infoNewAbs; /* supports the newabs format */
int capPen; /* can detect a pen */
- int infoSimpleC; /* supports simple commands */
+ int infoSimplC; /* supports simple commands */
int infoGeometry; /* touchpad dimensions */
int capExtended; /* supports extended packets */
int capSleep; /* can be suspended/resumed */
@@ -468,6 +468,9 @@ typedef struct synapticshw {
int capMultiFinger; /* can detect multiple fingers */
int capPalmDetect; /* can detect a palm */
int capPassthrough; /* can passthrough guest packets */
+ int capMiddle; /* has a physical middle button */
+ int nExtendedButtons; /* has N additionnal buttons */
+ int nExtendedQueries; /* supports N extended queries */
} synapticshw_t;
.Ed
.Pp
OpenPOWER on IntegriCloud