Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2013 18:50:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/170834: commit references a PR
Message-ID:  <201309171850.r8HIo2CS055320@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/170834; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/170834: commit references a PR
Date: Tue, 17 Sep 2013 18:41:39 +0000 (UTC)

 Author: dumbbell
 Date: Tue Sep 17 18:41:32 2013
 New Revision: 255646
 URL: http://svnweb.freebsd.org/changeset/base/255646
 
 Log:
   psm: Update "struct synapticshw" in psm(4) man page
   
   This structure was updated in r255153 and r255154.
   
   PR:		kern/170834
   Approved by:	re (hrs)
 
 Modified:
   head/share/man/man4/psm.4
 
 Modified: head/share/man/man4/psm.4
 ==============================================================================
 --- head/share/man/man4/psm.4	Tue Sep 17 17:56:53 2013	(r255645)
 +++ head/share/man/man4/psm.4	Tue Sep 17 18:41:32 2013	(r255646)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309171850.r8HIo2CS055320>