Device capabilities.md Thrustmaster MFD2 Cougar pack #1144
ZargosL
started this conversation in
Show and tell
Replies: 1 comment
-
|
I have another comment on these device. They are used by pair. Problem is that input-remapper is using name. Maybe using input-by-path? Instead of input/by-id which is the same for two same device |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Here is a device to add to capabilities.md
Thrustmaster MFD Cougar pack:

{
('EV_SYN', 0): [('SYN_REPORT', 0), ('SYN_CONFIG', 1), ('?', 4)],
('EV_KEY', 1): [
(('BTN_A', 'BTN_GAMEPAD', 'BTN_SOUTH'), 304), (('BTN_B', 'BTN_EAST'), 305), ('BTN_C', 306),
(('BTN_NORTH', 'BTN_X'), 307), (('BTN_WEST', 'BTN_Y'), 308), ('BTN_Z', 309), ('BTN_TL', 310),
('BTN_TR', 311), ('BTN_TL2', 312), ('BTN_TR2', 313), ('BTN_SELECT', 314), ('BTN_START', 315),
('BTN_MODE', 316), ('BTN_THUMBL', 317), ('BTN_THUMBR', 318),
('?', 319),
(('BTN_TRIGGER_HAPPY', 'BTN_TRIGGER_HAPPY1'), 704), ('BTN_TRIGGER_HAPPY2', 705),
('BTN_TRIGGER_HAPPY3', 706), ('BTN_TRIGGER_HAPPY4', 707), ('BTN_TRIGGER_HAPPY5', 708),
('BTN_TRIGGER_HAPPY6', 709), ('BTN_TRIGGER_HAPPY7', 710), ('BTN_TRIGGER_HAPPY8', 711),
('BTN_TRIGGER_HAPPY9', 712), ('BTN_TRIGGER_HAPPY10', 713), ('BTN_TRIGGER_HAPPY11', 714),
('BTN_TRIGGER_HAPPY12', 715)
],
('EV_MSC', 4): [('MSC_SCAN', 4)]
}
First button, BTN_A start up left. First switch, BTN_TRIGGER_HAPPY5 is up right.
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions