Fix problem with some logitec usb wireless mice.
Submitted by: Markus <mw@kpnqwest.ch> Tested by: Randy Bush <randy@psg.com>
This commit is contained in:
parent
abff989320
commit
bb6fb45e0f
@ -375,7 +375,7 @@ hid_report_size(void *buf, int len, enum hid_kind k, u_int8_t *idp)
|
||||
|
||||
id = 0;
|
||||
for (d = hid_start_parse(buf, len, 1<<k); hid_get_item(d, &h); )
|
||||
if (h.report_ID != 0)
|
||||
if (h.report_ID != 0 && !id)
|
||||
id = h.report_ID;
|
||||
hid_end_parse(d);
|
||||
size = h.loc.pos;
|
||||
|
Loading…
Reference in New Issue
Block a user