diff options
Diffstat (limited to 'drivers/hid/hid-input.c')
-rw-r--r-- | drivers/hid/hid-input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index a6223bc5c734..f1df25ab0baa 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c | |||
@@ -515,13 +515,13 @@ mapped: | |||
515 | hidinput, field, usage, &bit, &max) < 0) | 515 | hidinput, field, usage, &bit, &max) < 0) |
516 | goto ignore; | 516 | goto ignore; |
517 | 517 | ||
518 | if ((device->quirks & (HID_QUIRK_2WHEEL_MOUSE_HACK_7 | HID_QUIRK_2WHEEL_MOUSE_HACK_5 | | 518 | if ((device->quirks & (HID_QUIRK_2WHEEL_MOUSE_HACK_7 | |
519 | HID_QUIRK_2WHEEL_MOUSE_HACK_B8)) && (usage->type == EV_REL) && | 519 | HID_QUIRK_2WHEEL_MOUSE_HACK_B8)) && (usage->type == EV_REL) && |
520 | (usage->code == REL_WHEEL)) | 520 | (usage->code == REL_WHEEL)) |
521 | set_bit(REL_HWHEEL, bit); | 521 | set_bit(REL_HWHEEL, bit); |
522 | 522 | ||
523 | if (((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_5) && (usage->hid == 0x00090005)) | 523 | if ((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_7) && |
524 | || ((device->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_7) && (usage->hid == 0x00090007))) | 524 | (usage->hid == 0x00090007)) |
525 | goto ignore; | 525 | goto ignore; |
526 | 526 | ||
527 | set_bit(usage->type, input->evbit); | 527 | set_bit(usage->type, input->evbit); |