]> Zhao Yanbai Git Server - minix.git/commit
added libusb, a IPC abstraction lib for USB stuff
authorDirk Vogt <dirk@minix3.org>
Tue, 22 Feb 2011 10:23:38 +0000 (10:23 +0000)
committerDirk Vogt <dirk@minix3.org>
Tue, 22 Feb 2011 10:23:38 +0000 (10:23 +0000)
commit083d30afbbfc5af8f0b75bc72f566b66e51ee17c
tree8b09e0e8a37dec8270ffc37a0aeefdbf5dec8ed4
parentdc75514afc82cdce59a5fe49d62e491b7e721593
added libusb, a IPC abstraction lib for USB stuff
include/Makefile
include/minix/usb.h [new file with mode: 0644]
lib/Makefile
lib/libusb/Makefile [new file with mode: 0644]
lib/libusb/usb.c [new file with mode: 0644]
share/mk/bsd.prog.mk