diff options
author | Michael Haboustak <[email protected]> | 2005-09-05 00:12:01 -0500 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2005-09-05 00:12:01 -0500 |
commit | bf0964dcda97e42964d312d0ff73a832171e080a (patch) | |
tree | 6435056655586ed66a96fbba03305331f8828a28 /net/unix/af_unix.c | |
parent | 903b126bffb77dc313b7c2971880df408bf41a9e (diff) |
Input: HID - handle multi-transascion reports
Fixes handling of multi-transaction reports for HID devices. New
function hid_size_buffers() that calculates the longest report
for each endpoint and stores the result in the hid_device object.
These lengths are used to allocate buffers that are large enough
to store any report on the endpoint. For compatibility, the minimum
size for an endpoint buffer set to HID_BUFFER_SIZE rather than the
known optimal case (the longest report length).
It fixes bug #3063 in bugzilla.
Signed-off-by: Michael Haboustak <[email protected]>
I simplified the patch a bit to use just a single buffer size.
Signed-off-by: Vojtech Pavlik <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions