| commit | bef3768d8fdee7e1f1488e7017937eb4bf5797a2 | [log] [tgz] |
|---|---|---|
| author | Adam Kropelin <akropel1@rochester.rr.com> | Sun May 29 02:30:08 2005 -0500 |
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | Sun May 29 02:30:08 2005 -0500 |
| tree | e90fcb529b69af81b0b21a0f3f8c77ecd48ea58d | |
| parent | 18098a6c750d90e7bdf299fbd2144d05434a8d5a [diff] |
Input: HID items of width 32 (bits) or greater are incorrectly extracted
due to a masking bug in hid-core.c:extract(). This patch fixes it
up by forcing the mask to be 64 bits wide.
Signed-off-by: Adam Kropelin <akropel1@rochester.rr.com>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>