https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204420
Hans Petter Selasky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |[email protected] --- Comment #2 from Hans Petter Selasky <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
