DragonFly BSD
DragonFly commits List (threaded) for 2012-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: DragonFly_RELEASE_3_2 usb4bsd: Port input devices (uep, uhid, ukbd, ums) and hook into build.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Oct 2012 06:04:46 -0700 (PDT)

commit 5e546275672f00be5301443921948f7dc2abf2e0
Author: Sascha Wildner <saw@online.de>
Date:   Thu Oct 11 00:55:15 2012 +0200

    usb4bsd: Port input devices (uep, uhid, ukbd, ums) and hook into build.
    
    Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>

Summary of changes:
 sys/bus/u4b/Makefile            |    2 +-
 sys/bus/u4b/input/Makefile      |    3 +
 sys/bus/u4b/input/uep.c         |   22 +++---
 sys/bus/u4b/input/uep/Makefile  |    8 +++
 sys/bus/u4b/input/uhid.c        |   52 +++++++---------
 sys/bus/u4b/input/uhid/Makefile |    8 +++
 sys/bus/u4b/input/ukbd.c        |  133 +++++++++++++++++++--------------------
 sys/bus/u4b/input/ukbd/Makefile |    8 +++
 sys/bus/u4b/input/ums.c         |   46 ++++++-------
 sys/bus/u4b/input/ums/Makefile  |    8 +++
 10 files changed, 157 insertions(+), 133 deletions(-)
 create mode 100644 sys/bus/u4b/input/Makefile
 create mode 100644 sys/bus/u4b/input/uep/Makefile
 create mode 100644 sys/bus/u4b/input/uhid/Makefile
 create mode 100644 sys/bus/u4b/input/ukbd/Makefile
 create mode 100644 sys/bus/u4b/input/ums/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e546275672f00be5301443921948f7dc2abf2e0


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]