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:
parent
8baf7f2fe3
commit
e8f29709eb
@ -86,7 +86,6 @@ hid_clear_local(hid_item_t *c)
|
|||||||
c->string_minimum = 0;
|
c->string_minimum = 0;
|
||||||
c->string_maximum = 0;
|
c->string_maximum = 0;
|
||||||
c->set_delimiter = 0;
|
c->set_delimiter = 0;
|
||||||
c->report_size = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hid_data_t
|
hid_data_t
|
||||||
|
Loading…
Reference in New Issue
Block a user