Module Name: src Committed By: snj Date: Thu Oct 15 20:24:30 UTC 2015
Modified Files: src/share/man/man4 [netbsd-7]: btmagic.4 src/sys/dev/bluetooth [netbsd-7]: btmagic.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #869): share/man/man4/btmagic.4: revisions 1.3-1.6 sys/dev/bluetooth/btmagic.c: revisions 1.12, 1.14 Add support for Apple Magic Trackpad. 3 button emulation by detecting in which area of the bottom of the device the trackpad's button is pressed. Pointer move support with 1 finger touch, X/Y scroll with 2-finger touch. TODO: - detect tap to emulate button press and drag/n/drop. - Detect and support zoom, if wsmouse allows to report this -- Mention magic trackpad support -- Grammar, whitespace; make AUTHORS section from HISTORY since it mostly cites people. -- Add basic support for tap detection, emulating a left-click. -- New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.26.1 src/share/man/man4/btmagic.4 cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/dev/bluetooth/btmagic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.