The report size is not a local item, so don't clear it when clearing local items.

PR:	misc/58971
Reviewed by:	imp (mentor), mdodd
Obtained from:	NetBSD
This commit is contained in:
emax 2004-01-28 00:05:22 +00:00
parent 8baf7f2fe3
commit e8f29709eb

View File

@ -86,7 +86,6 @@ hid_clear_local(hid_item_t *c)
c->string_minimum = 0;
c->string_maximum = 0;
c->set_delimiter = 0;
c->report_size = 0;
}
hid_data_t