-/* $OpenBSD: uhidev.h,v 1.33 2021/10/29 15:43:55 anton Exp $ */
+/* $OpenBSD: uhidev.h,v 1.34 2021/10/30 11:56:19 ratchov Exp $ */
/* $NetBSD: uhidev.h,v 1.3 2002/10/08 09:56:17 dan Exp $ */
/*
struct uhidev_attach_arg {
struct usb_attach_arg *uaa;
struct uhidev_softc *parent;
- u_int reportid;
-#define UHIDEV_CLAIM_MULTIPLE_REPORTID 256
- u_int nreports;
+ uint8_t reportid;
+#define UHIDEV_CLAIM_MULTIPLE_REPORTID 255
+ uint8_t nreports;
uint8_t *claimed;
};