Skip to content
Commit 4237081e authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: fix bug in zeroing the last field byte in output reports

d4ae650a

 introduced zeroing of the
last field byte in output reports in order to make sure the unused
bits are set to 0. This is done in a wrong way, resulting in a
wrong bits being zeroed out (not properly shifted by the field offset
in the report). Fix this.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent fdc9c566
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment