Submit #3206
closedupdate psm/kbd to FreeBSD 12.0 code
0%
Description
updates code to this FreeBSD commit
commit 11b574d82f92a010ea507fe962cec39e38954c3a
Author: philip <philip@FreeBSD.org>
Date: Sun Jun 16 03:06:05 2019 +0000
Add macOS-like three finger drag trackpad gesture to psm(4)
Adds three-fingered drag, natural scrolling, a bunch of bugfixes, 4-5 finger support, ...
Files
Updated by htse over 5 years ago
@swildner pointed out that EVDEV support doesn't get run correctly, correcting code right now.
Updated by htse over 5 years ago
- File psm_2_FBSD12_EVDEV.patch added
EVDEV parts now properly included (I hope :P)
Updated by htse about 5 years ago
- File psm_2_FBSD12_locks_fixed.patch added
fixed locks used by atkbd and psm as suggested by peter007, cleaned up whitespace issues.
Updated by htse about 5 years ago
- File psm_2_FBSD12_lock_change_whitespace_fixed.patch added
fixes the lock in atkbd_ev_event() and the whitespace faux-pas all over the place (at least I hope I got them all)
Updated by htse about 5 years ago
- File deleted (
psm_2_FBSD12_lock_change_whitespace_fixed.patch)
Updated by htse about 5 years ago
- File psm_2_FBSD12_lock_change_whitespace_fixed.patch added
(have to make sure to create the patch from the right git tags _)
Updated by htse about 5 years ago
- File deleted (
psm_2_FBSD12_lock_change_whitespace_fixed.patch)
Updated by htse about 5 years ago
- File psm_2_FBSD12_lock_change_whitespace_fixed.patch added
Note to self: don't diff at 3AM
Updated by htse about 5 years ago
removed the chance for a potential spinlock operation, hopefully solving the delays as reported by peeter007
Updated by htse about 5 years ago
- File deleted (
psm_2_FBSD12_lock_change_whitespace_fixed.patch)
Updated by daftaupe 11 months ago
- Status changed from New to In Progress
- Target version changed from 6.4 to 6.6
Hi, I've tried to rebase the patch to be applicable on top of current master.
The branch includind this patch is available at https://gitweb.dragonflybsd.org/~daftaupe/dragonfly.git/shortlog/refs/heads/kbd_psm_FreeBSD_12.0
Updated by mneumann 8 months ago
Hi, thanks for the patch. I combined your patch with mine, leading to this one:
https://leaf.dragonflybsd.org/~mneumann/0001-Sync-psm-evdev-atkbd-with-FreeBSD-rev2.patch
Updated by mneumann 8 months ago
- Status changed from In Progress to Closed
Just committed https://gitweb.dragonflybsd.org/dragonfly.git/commit/a162a738eca94f99d45d88429e86cfd0fbfbe95d
I think it's safe to close this bug report now.