Skip to content
Commit 25bdbfbb authored by Nirenjan Krishnan's avatar Nirenjan Krishnan Committed by Jiri Kosina
Browse files

HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65



The Saitek X65 joystick has a pair of axes that were used as mouse
pointer controls by the Windows driver. The corresponding usage page is
the Game Controls page, which is not recognized by the generic HID
driver, and therefore, both axes get mapped to ABS_MISC. The quirk makes
the second axis get mapped to ABS_MISC+1, and therefore made available
separately.

Signed-off-by: default avatarNirenjan Krishnan <nirenjan@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4bfb2c72
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