Finish the libusb.h -> libusbhid.h migration.
MFC after: 7 days
This commit is contained in:
parent
00b1e1dddd
commit
49f5bd3fed
@ -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)
|
||||
|
@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <dev/usb/usb.h>
|
||||
|
||||
#include "libusb.h"
|
||||
#include "libusbhid.h"
|
||||
#include "usbvar.h"
|
||||
|
||||
report_desc_t
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user