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:
Maksim Yevmenkin 2004-01-28 00:05:22 +00:00
parent a1db2f59ae
commit 8f63fe015f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125121

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