Page 1 of 1

TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Fri Mar 22, 2019 12:54 am
by notoriousgip
I am currently working on an xbox script for the TM HOTAS warthog flightstick. Many of the buttons on the device are inactive/not recognized when I try to use them. Can I send you the descriptors to make all the buttons and switches active on the device? In addition, I am wondering how to script for the devices separately. For example, is it possible to press button 6 on the throttle(input b) and have it do a completely different action than when pushing button 6 on the joystick(input A)?

Input A Joystick

[USB DESCRIPTOR]
12 01 00 02 00 00 00 08 4F 04 02 04 00 01 01 02 00 01 09 02 29 00 01 01 00 80 32 09 04 00 00 02 03 00 00 00 09 21 11 01 00 01 22 68 00 07 05 81 03 0C 00 01 07 05 01 03 0C 00 01

[STRING 1 DESCRIPTOR]
00 00 00 02 00 00 02 01 80 06 03 01 04 09 00 18
18 03 54 00 68 00 75 00 73 00 74 00 6D 00 61 00 73 00 74 00 65 00 72 00

[STRING 2 DESCRIPTOR]
00 00 00 02 00 00 02 01 80 06 03 02 04 09 00 32
32 03 4A 00 6F 00 79 00 73 00 74 00 69 00 63 00 6B 00 20 00 2D 00 20 00 48 00 4F 00 54 00 41 00 53 00 20 00 57 00 61 00 72 00 74 00 68 00 6F 00 67 00

[INTERFACE 0 HID DESCRIPTOR]
00 00 00 02 00 00 02 01 81 06 22 00 00 00 00 68
05 01 09 04 A1 01 85 01 05 09 19 01 29 13 15 00 25 01 35 00 45 01 75 01 95 13 81 02 75 01 95 01 81 01 05 01 09 39 25 07 46 3B 01 65 14 75 04 81 42 09 30 09 31 65 00 27 FF FF 00 00 47 FF FF 00 00 75 10 95 02 81 02 06 FF 00 09 01 09 02 81 02 09 BB 75 08 95 0B 26 FF 00 46 FF 00 91 02 85 02 06 FF 00 09 03 81 02 C0


Input B Throttle

[USB DESCRIPTOR]
12 01 00 02 00 00 00 08 4F 04 04 04 00 01 01 02 00 01 09 02 29 00 01 01 00 80 32 09 04 00 00 02 03 00 00 00 09 21 11 01 00 01 22 AB 00 07 05 81 03 40 00 08 07 05 02 03 40 00 08

[STRING 1 DESCRIPTOR]
00 00 00 03 00 00 02 01 80 06 03 01 04 09 00 1A
1A 03 54 00 68 00 72 00 75 00 73 00 74 00 6D 00 61 00 73 00 74 00 65 00 72 00

[STRING 2 DESCRIPTOR]
00 00 00 03 00 00 02 01 80 06 03 02 04 09 00 32
32 03 54 00 68 00 72 00 6F 00 74 00 74 00 6C 00 65 00 20 00 2D 00 20 00 48 00 4F 00 54 00 41 00 53 00 20 00 57 00 61 00 72 00 74 00 68 00 6F 00 67 00

[INTERFACE 0 HID DESCRIPTOR]
00 00 00 03 00 00 02 01 81 06 22 00 00 00 00 AB
05 01 09 04 A1 01 85 01 05 09 15 00 25 01 35 00 45 01 19 01 29 20 75 01 95 20 81 02 05 01 09 39 15 00 25 07 35 00 46 3B 01 65 14 75 04 95 01 81 42 81 01 65 00 09 30 26 FF 03 46 FF 03 75 0A 95 01 81 02 75 06 81 03 09 31 75 0A 81 02 75 06 81 03 09 36 75 0A 81 02 75 06 81 03 09 32 26 FF 3F 46 FF 3F 75 0E 81 02 75 02 81 03 09 35 75 0E 81 02 75 02 81 03 75 10 27 FF FF 00 00 47 FF FF 00 00 06 FF 00 09 01 09 02 09 03 09 04 09 05 95 05 81 02 26 FF 00 46 FF 00 75 08 95 0A 81 03 09 BB 95 23 91 02 85 02 09 06 81 02 C0

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Fri Mar 22, 2019 4:15 am
by glenntidbury
You can use an input translator applied to one of the controllers which allows you to remap whichever buttons you like and won't affect the other controller.

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Sat Apr 06, 2019 1:06 am
by notoriousgip
Ok, I have that understood fairly well now. My other question is in regards to the inactive buttons/switches on the throttle device. Is it possible to enable these switches so that I may be able to map combos and other things such as that?

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Sat Apr 06, 2019 11:57 am
by J2Kbr
Thank you for providing the USB descriptors. We will need create a dedicated HID configuration file in order to enable all buttons for these two devices. I will try get this done during this next week.

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Sun Apr 07, 2019 12:56 am
by J2Kbr
Next Gtuner IV release adds HID configuration files for Thustmaster HOTAS Warthog Joystick and Throttle (044F:0402,0404).

Reconfigure your SD-Card (Device Configuration -> SD-Card -> Configure) after the updating your Gtuner IV.

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Mon Apr 15, 2019 8:43 pm
by notoriousgip
I just saw this reply. Thank you so much! It's working very well now.

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Tue Apr 16, 2019 9:20 am
by J2Kbr
notoriousgip wrote:I just saw this reply. Thank you so much! It's working very well now.

:joia: :joia: :joia: thank you for reporting your results.

Re: TM HOTAS WARTHOG throttle switches not recognized

PostPosted: Sat May 25, 2019 11:31 pm
by STEMALO
I would need the same for the LOGITECH X56. Let me know what to do.
I also have the Thrustmaster T-Flight Hotas One and happy to help map that one out too.