commit | 4237081e573b99a48991aa71364b0682c444651c | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Tue Feb 20 01:33:39 2007 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Mar 01 09:52:40 2007 +0100 |
tree | 5cf1dcafc22987ae5f426719559c9133988a55bf | |
parent | fdc9c566161c119febe4fab0f7c382416681fd8f [diff] |
HID: fix bug in zeroing the last field byte in output reports d4ae650a904612ffb7edd3f28b69b022988d2466 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: Jiri Kosina <jkosina@suse.cz>