summaryrefslogtreecommitdiffstats
path: root/usr.bin/usbhidctl
diff options
context:
space:
mode:
authorjcs <jcs@openbsd.org>2016-01-09 02:01:34 +0000
committerjcs <jcs@openbsd.org>2016-01-09 02:01:34 +0000
commit6c6f2f320ba1e74c15017a54ef76565febddb56d (patch)
treea49bd47ec6d564bd53fbc36711c1bdf60e8e2280 /usr.bin/usbhidctl
parentmove UHID_* definitions back to usbhid.h where they were before the (diff)
downloadwireguard-openbsd-6c6f2f320ba1e74c15017a54ef76565febddb56d.tar.xz
wireguard-openbsd-6c6f2f320ba1e74c15017a54ef76565febddb56d.zip
revert previous now that they are found in usbhid.h again
Diffstat (limited to 'usr.bin/usbhidctl')
-rw-r--r--usr.bin/usbhidctl/usbhid.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c
index 2fa09c9d4da..c417c34c91d 100644
--- a/usr.bin/usbhidctl/usbhid.c
+++ b/usr.bin/usbhidctl/usbhid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbhid.c,v 1.13 2016/01/08 16:59:33 jcs Exp $ */
+/* $OpenBSD: usbhid.c,v 1.14 2016/01/09 02:01:34 jcs Exp $ */
/* $NetBSD: usbhid.c,v 1.22 2002/02/20 20:30:42 christos Exp $ */
/*
@@ -46,10 +46,6 @@
#include <unistd.h>
#include <usbhid.h>
-#define UHID_INPUT_REPORT 0x01
-#define UHID_OUTPUT_REPORT 0x02
-#define UHID_FEATURE_REPORT 0x03
-
/*
* Zero if not in a verbose mode. Greater levels of verbosity
* are indicated by values larger than one.