git: DragonFly_RELEASE_4_6 kernel - Add trackpoint and elantech mouse support

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Oct 31 11:05:23 PDT 2016


commit 67e8d014ea4ef11f02d12c85676239bc744cd6cd
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/67e8d014ea4ef11f02d12c85676239bc744cd6cd


-- 
DragonFly BSD source repository



More information about the Commits mailing list