mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
a1db2f59ae
commit
8f63fe015f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125121
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user