Do not skip or add a byte for the report ID when manipulating data.
authormpi <mpi@openbsd.org>
Wed, 4 Jun 2014 12:13:30 +0000 (12:13 +0000)
committermpi <mpi@openbsd.org>
Wed, 4 Jun 2014 12:13:30 +0000 (12:13 +0000)
commit5c77300749d0759783325d774c5cb9745fc7f602
tree40b3bbe4fa4c99b0f84d9133ac462b757d6ae465
parent68ee0d907efd2398c14fb9d830fee893a0219cc8
Do not skip or add a byte for the report ID when manipulating data.

This is not compatible to our current schema where one kernel device
is attached per report ID of every USB HID device since the drivers
already strip the data buffers.

Fix a parsing issue reported by henning@
lib/libusbhid/data.c