Commit f5208997 authored by Zoltan Karcagi's avatar Zoltan Karcagi Committed by Jiri Kosina

HID: fix dropped device-specific quirks

Device-specific quirks are set up correctly in their respective vendor-specific
driver, then get overwritten in usbhid_parse().

This is only issue for device-specific NOGET quirks being set by driver for a
few devices out there.
Signed-off-by: default avatarZoltan Karcagi <zkr@freemail.hu>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b4348f32
......@@ -898,7 +898,7 @@ static int usbhid_parse(struct hid_device *hid)
goto err;
}
hid->quirks = quirks;
hid->quirks |= quirks;
return 0;
err:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment