[Bug 204420] Update wsp driver for Force Touch

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 10 07:38:18 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204420

Hans Petter Selasky <hselasky at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |hselasky at FreeBSD.org

--- Comment #2 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
You removed an exclamation mark below. Was that intentional?

@@ -791,7 +959,7 @@
                  */
                 switch (sc->ntaps) {
                 case 1:
-                    if (!(params->caps & HAS_INTEGRATED_BUTTON)) {
+                    if ((params->caps & HAS_INTEGRATED_BUTTON)) {
                         wsp_add_to_queue(sc, 0, 0, 0, MOUSE_BUTTON1DOWN);
                         DPRINTFN(WSP_LLEVEL_INFO, "LEFT CLICK!\n");
                     }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list