summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhidev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uhidev.h')
-rw-r--r--sys/dev/usb/uhidev.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/uhidev.h b/sys/dev/usb/uhidev.h
index b5f24b19113..eb8f97a285d 100644
--- a/sys/dev/usb/uhidev.h
+++ b/sys/dev/usb/uhidev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uhidev.h,v 1.17 2014/03/15 09:50:26 mpi Exp $ */
+/* $OpenBSD: uhidev.h,v 1.18 2014/03/19 08:59:37 mpi Exp $ */
/* $NetBSD: uhidev.h,v 1.3 2002/10/08 09:56:17 dan Exp $ */
/*
@@ -77,10 +77,10 @@ struct uhidev {
};
struct uhidev_attach_arg {
- struct usb_attach_arg *uaa;
- struct uhidev_softc *parent;
- int reportid;
- int reportsize;
+ struct usb_attach_arg *uaa;
+ struct uhidev_softc *parent;
+ uint8_t reportid;
+#define UHIDEV_CLAIM_ALLREPORTID 255
};
void uhidev_get_report_desc(struct uhidev_softc *, void **, int *);