| Submitter | Stefan Bader |
|---|---|
| Date | Feb. 22, 2010, 2:21 p.m. |
| Message ID | <1266848475-27219-3-git-send-email-stefan.bader@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/45964/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index dad7aae..e0bc3e7 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -193,7 +193,7 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel break; case HID_UP_BUTTON: - code = ((usage->hid - 1) & 0xf); + code = ((usage->hid - 1) & HID_USAGE); switch (field->application) { case HID_GD_MOUSE: