joystick 2.4.7
- Rick G
-
Topic Author
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
Thanks for the heads up, sure saved some time looking for the problem...
I'm not sure what changed but on my plasma when I upgraded to 2.4.7 something changed the input.0.btn-trigger to input.0.btn-joystick...
John
Ran into the same thing here.
Any idea if this be changed back, or is this permanent?
Rick G
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
John
Please Log in or Create an account to join the conversation.
- Rick G
-
Topic Author
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
I would kinda hope it was just a bug and would revert.
Rick G
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
John
Please Log in or Create an account to join the conversation.
- Rick G
-
Topic Author
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
EMC 2.4.5 installed and also EMC 2.6.0~pre RIP
The 2.4.5 uses input.0.btn-trigger
The 2.6.0 uses input.0.btn-joystick
Rick G
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
Your right it was this commit by Seb, or at least he said so I think...
git.linuxcnc.org/gitweb?p=emc2.git;a=com...69f5806255ed5fd309e9
teach linux_event.py about new input events
The Linux Input subsystem has gained some new events since linux_event.py
was written. This commit adds support for the new event types.
This patch is from Przemek Klosowski, thanks!
But I'll be dammed if I can find btn-trigger or btn-joystick in the commit... Some things just elude me.
John
Please Log in or Create an account to join the conversation.
- Rick G
-
Topic Author
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
git.linuxcnc.org/gitweb?p=emc2.git;a=blo...69f5806255ed5fd309e9
...............
565 'BTN_JOYSTICK': 0x120,
566 'BTN_TRIGGER': 0x120,
...............
???
Does one replace the other?
Rick G
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
- Posts: 23212
- Thank you received: 4892
From...
git.linuxcnc.org/gitweb?p=emc2.git;a=blo...69f5806255ed5fd309e9
...............
565 'BTN_JOYSTICK': 0x120,
566 'BTN_TRIGGER': 0x120,
...............
???
Does one replace the other?
Rick G
That looks like it might be an error.
I think you might be able to just edit the file and see if the names change (Python is interpreted). I would experiment with a totally random name first to see if it is acted on, then try keeping only one of those lines.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
John
Please Log in or Create an account to join the conversation.