diff --git a/sys/dev/usb/usb_hid.c b/sys/dev/usb/usb_hid.c index cfec2096c669..52efa6777908 100644 --- a/sys/dev/usb/usb_hid.c +++ b/sys/dev/usb/usb_hid.c @@ -296,9 +296,6 @@ hid_get_item(struct hid_data *s, struct hid_item *h) } else { s->ncount = 1; } - /* set default usage */ - /* use the undefined HID PAGE */ - s->usage_last = 0; goto top; case 9: /* Output */