mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
psm: Update "struct synapticshw" in psm(4) man page
This structure was updated in r255153 and r255154. PR: kern/170834 Approved by: re (hrs)
This commit is contained in:
parent
517e21d3e7
commit
23916a0385
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255646
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user