Searched hist:207812 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/usr.sbin/bluetooth/bthidd/
H A Dhid.cdiff 207812 Sun May 09 09:33:20 MDT 2010 kaiw Catch up with libusbhid merge (rev 205728).

hid_get_data() now expects that the hid data passed in always contains
the report ID byte. Thus we should not skip the the report ID byte in
hid_interrupt(). Also, if HUP_KEYBOARD usage is an array, do not try
to modify the 'data' pointer, instead, increase the hid_item_t field
'pos' by 'report_size' before calling hid_get_data() during each
iteration.

PR: usb/146367
Reported and tested by: Alex Deiter
Pointy hat to: kaiw
Reviewed by: emax

Completed in 101 milliseconds