usb4bsd: Port input devices (uep, uhid, ukbd, ums) and hook into build.
authorSascha Wildner <saw@online.de>
Wed, 10 Oct 2012 22:55:15 +0000 (00:55 +0200)
committerSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:48 +0000 (11:27 +0200)
commit8d7664cba0d90ba5a7e5c5b981e3ca93d9e91a63
treedfcec8cad70e7d473bce865131ee8ed170521dd8
parent3a76bbe813ae8fd5957366cf44a23856854ba15d
usb4bsd: Port input devices (uep, uhid, ukbd, ums) and hook into build.

Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
sys/bus/u4b/Makefile
sys/bus/u4b/input/Makefile [new file with mode: 0644]
sys/bus/u4b/input/uep.c
sys/bus/u4b/input/uep/Makefile [new file with mode: 0644]
sys/bus/u4b/input/uhid.c
sys/bus/u4b/input/uhid/Makefile [new file with mode: 0644]
sys/bus/u4b/input/ukbd.c
sys/bus/u4b/input/ukbd/Makefile [new file with mode: 0644]
sys/bus/u4b/input/ums.c
sys/bus/u4b/input/ums/Makefile [new file with mode: 0644]