summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 18:36:54 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 18:36:54 +0000
commit67f51fe4b6588da6a22256d85370d621edce59d2 (patch)
treeb2372a733b5fd6eaae1b2ddf567b80210c8317ff /usr.bin
parent6b0018e885dd384f1bb0b0572d672fca70457e1d (diff)
downloadFreeBSD-src-67f51fe4b6588da6a22256d85370d621edce59d2.zip
FreeBSD-src-67f51fe4b6588da6a22256d85370d621edce59d2.tar.gz
Build fixups for the new USB stack.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/usbhidaction/usbhidaction.c2
-rw-r--r--usr.bin/usbhidctl/usbhid.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c
index a3aa3c5..a5e2598 100644
--- a/usr.bin/usbhidaction/usbhidaction.c
+++ b/usr.bin/usbhidaction/usbhidaction.c
@@ -46,7 +46,7 @@
#include <limits.h>
#include <unistd.h>
#include <sys/types.h>
-#include <dev/usb2/include/usb2_hid.h>
+#include <dev/usb/usbhid.h>
#include <usbhid.h>
#include <syslog.h>
#include <signal.h>
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c
index 917666e..601e392 100644
--- a/usr.bin/usbhidctl/usbhid.c
+++ b/usr.bin/usbhidctl/usbhid.c
@@ -47,7 +47,7 @@
#include <ctype.h>
#include <errno.h>
#include <usbhid.h>
-#include <dev/usb2/include/usb2_hid.h>
+#include <dev/usb/usbhid.h>
int verbose = 0;
int all = 0;
OpenPOWER on IntegriCloud