diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-07-28 09:54:57 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-07-28 09:54:57 +0000 |
commit | 258413e67c5894b809f04009d8f099a36d385015 (patch) | |
tree | abb0fdef5128b7df7c06521c5b976f1be50413ce /devel/libhid/pkg-descr | |
parent | 5eb74c627b2028c4f5799099a38ce6d6d444fa28 (diff) |
Notes
Diffstat (limited to 'devel/libhid/pkg-descr')
-rw-r--r-- | devel/libhid/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/libhid/pkg-descr b/devel/libhid/pkg-descr new file mode 100644 index 000000000000..4ff19da6b2a4 --- /dev/null +++ b/devel/libhid/pkg-descr @@ -0,0 +1,9 @@ +LibHID is a user-space HID access library written in C. It provides a +generic and flexible way to access and interact with USB HID devices, +much like libusb does for plain USB devices. It is based on libusb, thus +it requires no HID support in the kernel. Furthermore, it aims to +support all operating system supported by libusb: Linux, BSD, OS X, and +Windows. + + +WWW: http://libhid.alioth.debian.org/ |