diff options
author | joe <joe@FreeBSD.org> | 2002-03-28 11:42:45 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-03-28 11:42:45 +0000 |
commit | 49f5bd3fed57fc368bc7f10e090ca960d4f25efd (patch) | |
tree | 5d94d882f3e66342005e6e6fe83decedef29fcaf /lib | |
parent | 00b1e1dddd86ca768374c8e868f8acb34b6a0fcd (diff) | |
download | FreeBSD-src-49f5bd3fed57fc368bc7f10e090ca960d4f25efd.zip FreeBSD-src-49f5bd3fed57fc368bc7f10e090ca960d4f25efd.tar.gz |
Finish the libusb.h -> libusbhid.h migration.
MFC after: 7 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libusbhid/data.c | 2 | ||||
-rw-r--r-- | lib/libusbhid/descr.c | 2 | ||||
-rw-r--r-- | lib/libusbhid/parse.c | 2 | ||||
-rw-r--r-- | lib/libusbhid/usage.c | 2 | ||||
-rw-r--r-- | lib/libusbhid/usb.3 | 4 | ||||
-rw-r--r-- | lib/libusbhid/usbhid.3 | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/lib/libusbhid/data.c b/lib/libusbhid/data.c index 31fc0ff..9e7dc93 100644 --- a/lib/libusbhid/data.c +++ b/lib/libusbhid/data.c @@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$"); #include <assert.h> #include <stdlib.h> -#include "libusb.h" +#include "libusbhid.h" int hid_get_data(const void *p, const hid_item_t *h) diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index 11c031e..5f87c34 100644 --- a/lib/libusbhid/descr.c +++ b/lib/libusbhid/descr.c @@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/usb.h> -#include "libusb.h" +#include "libusbhid.h" #include "usbvar.h" report_desc_t diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index 4089b6e..124218f 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/usb.h> #include <dev/usb/usbhid.h> -#include "libusb.h" +#include "libusbhid.h" #include "usbvar.h" #define MAXUSAGE 100 diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c index e6931b9..00facf5 100644 --- a/lib/libusbhid/usage.c +++ b/lib/libusbhid/usage.c @@ -35,7 +35,7 @@ __FBSDID("$FreeBSD$"); #include <stdlib.h> #include <string.h> -#include "libusb.h" +#include "libusbhid.h" #define _PATH_HIDTABLE "/usr/share/misc/usb_hid_usages" diff --git a/lib/libusbhid/usb.3 b/lib/libusbhid/usb.3 index b9b9394..09c16b7 100644 --- a/lib/libusbhid/usb.3 +++ b/lib/libusbhid/usb.3 @@ -47,7 +47,7 @@ .Sh LIBRARY .Lb libusb .Sh SYNOPSIS -.In libusb.h +.In libusbhid.h .Ft report_desc_t .Fn hid_get_report_desc "int file" .Ft report_desc_t @@ -142,7 +142,7 @@ will be filled with the relevant data for the item. The definition of .Fa hid_item_t can be found in -.Pa <libusb.h> +.Pa <libusbhid.h> and the meaning of the components in the USB HID documentation. .Pp Data should be read/written to the device in the size of diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index b9b9394..09c16b7 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -47,7 +47,7 @@ .Sh LIBRARY .Lb libusb .Sh SYNOPSIS -.In libusb.h +.In libusbhid.h .Ft report_desc_t .Fn hid_get_report_desc "int file" .Ft report_desc_t @@ -142,7 +142,7 @@ will be filled with the relevant data for the item. The definition of .Fa hid_item_t can be found in -.Pa <libusb.h> +.Pa <libusbhid.h> and the meaning of the components in the USB HID documentation. .Pp Data should be read/written to the device in the size of |