git: kernel - Add trackpoint and elantech mouse support
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Oct 31 10:52:49 PDT 2016
commit 0b50ccb6e2154d3aba754331d61c8cae109928bd
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Oct 31 10:51:15 2016 -0700
kernel - Add trackpoint and elantech mouse support
* Add trackpoint and elantech mouse support, generally
synchronizing psm code with FreeBSD.
Submitted-by: htse (Harald Brinkhof)
Taken-from: FreeBSD
Summary of changes:
sys/dev/misc/kbd/atkbd.c | 310 +++-
sys/dev/misc/kbd/atkbdc.c | 63 +
sys/dev/misc/kbd/atkbdcreg.h | 8 +
sys/dev/misc/kbd/atkbdreg.h | 1 +
sys/dev/misc/kbd/kbd.c | 18 +-
sys/dev/misc/psm/psm.c | 3537 ++++++++++++++++++++++++++++++++----------
sys/sys/kbio.h | 18 +
sys/sys/mouse.h | 35 +
8 files changed, 3136 insertions(+), 854 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0b50ccb6e2154d3aba754331d61c8cae109928bd
--
DragonFly BSD source repository
More information about the Commits
mailing list