diff options
Diffstat (limited to 'drivers/hid/hid-input.c')
-rw-r--r-- | drivers/hid/hid-input.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 5325d98b4328..43342785110c 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c | |||
@@ -854,7 +854,8 @@ void hidinput_hid_event(struct hid_device *hid, struct hid_field *field, struct | |||
854 | return; | 854 | return; |
855 | 855 | ||
856 | /* handle input events for quirky devices */ | 856 | /* handle input events for quirky devices */ |
857 | hidinput_event_quirks(hid, field, usage, value); | 857 | if (hidinput_event_quirks(hid, field, usage, value)) |
858 | return; | ||
858 | 859 | ||
859 | if (usage->hat_min < usage->hat_max || usage->hat_dir) { | 860 | if (usage->hat_min < usage->hat_max || usage->hat_dir) { |
860 | int hat_dir = usage->hat_dir; | 861 | int hat_dir = usage->hat_dir; |