diff options
author | joe <joe@FreeBSD.org> | 2002-03-28 18:44:25 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-03-28 18:44:25 +0000 |
commit | 3f16f46fdb53d006ac352ff3f3cae6c07f7fda0a (patch) | |
tree | 77dc9aaa8c39041cad8348f799789d22c14ce176 /lib | |
parent | d64659ecabadee8a20d89336cf69d375a2953bd3 (diff) | |
download | FreeBSD-src-3f16f46fdb53d006ac352ff3f3cae6c07f7fda0a.zip FreeBSD-src-3f16f46fdb53d006ac352ff3f3cae6c07f7fda0a.tar.gz |
Install libusbhid, and use it instead of libusb.
MFC after: 6 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libusbhid/Makefile | 2 | ||||
-rw-r--r-- | lib/libusbhid/usbhid.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 4869ce9..8222bee 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -3,7 +3,7 @@ MAINTAINER= n_hibma@FreeBSD.ORG -LIB= usb +LIB= usbhid MAN= usbhid.3 SHLIB_MAJOR= 0 diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 2ae6f7f..615b5fc 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -45,7 +45,7 @@ .Nm hid_set_data .Nd USB HID access routines .Sh LIBRARY -.Lb libusb +.Lb libusbhid .Sh SYNOPSIS .In libusbhid.h .Ft report_desc_t |