diff --git a/sys/dev/hid/hid.c b/sys/dev/hid/hid.c --- a/sys/dev/hid/hid.c +++ b/sys/dev/hid/hid.c @@ -799,7 +799,7 @@ struct hid_item hi; int err; - hd = hid_start_parse(desc, size, hid_input); + hd = hid_start_parse(desc, size, 0); if (hd == NULL) return (0);