Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.59 KB

OS-X-ALPS-DRIVER

This driver is based on Rehabman's VoodooPS2 driver for macOS, Linux 4.7, and bpedman's earlier work. V7 support was ported by coolstarorg.

The aim of this driver is to improve the usability of ALPS TouchPads in macOS.

Driver Features:

Supports ALPS hardware versions V1-V5, V7, V8 Supports Mac OS 10.6 to 10.12 1-finger tapping. Side (edge) scrolling (Vertical with inertia, and Horizontal). 2-finger tap for right click. 2-finger scrolling (vertical and horizontal with inertia). 3 and 4-finger gestures (V3+, check the log to find out your hw version). Pointer acceleration and smoothing. Trackstick (movement and scrolling).

Changes:

Touchpad initialization, packet decoding and processing updated Linux 4.7 Bitmap processing overhauled. Can now provide coordinates for 2 fingers simultaneously. Added new device ids for better compatibility. Remove hardcoded variables allowing userspace (plist) settings to apply. Painstakingly optimized default settings to provide the best possible experience. Improve pointer motion calculation, mode switching,… etc. Lots of code cleanups, refactoring. Clean up the IOLog.

SET QuietTimeAfterTyping to 0 than this stupid delay after releasing

CTRL + ALT + SUPER (WinKey)

Settings are working sometimes .. I've raised the IOProbeScore to 8000

But maybe we should set it to 1500 like it's set in:

for ALPS GlidePoint // 6000 seems to be for Synaptics..

THANKS TO 1Revenger1