Finish the libusb.h -> libusbhid.h migration.

MFC after:	7 days
This commit is contained in:
Josef Karthauser 2002-03-28 11:42:45 +00:00
parent 07bd43d600
commit 5450b5b0c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93331
6 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
#include <dev/usb/usb.h>
#include "libusb.h"
#include "libusbhid.h"
#include "usbvar.h"
report_desc_t

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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