Skip to content
Commit 00b16396 authored by Nirenjan Krishnan's avatar Nirenjan Krishnan Committed by Sasha Levin
Browse files

HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65

[ Upstream commit 25bdbfbb

 ]

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>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 5f728ec6
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