TM HOTAS WARTHOG throttle switches not recognized

Titan Two general support. Questions, firmware update, feature request.

TM HOTAS WARTHOG throttle switches not recognized

Postby notoriousgip » Fri Mar 22, 2019 12:54 am

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
User avatar
notoriousgip
Private First Class
Private First Class
 
Posts: 3
Joined: Fri Mar 22, 2019 12:43 am

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby glenntidbury » Fri Mar 22, 2019 4:15 am

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.
User avatar
glenntidbury
Sergeant Major
Sergeant Major
 
Posts: 98
Joined: Thu May 24, 2018 4:34 pm

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby notoriousgip » Sat Apr 06, 2019 1:06 am

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?
User avatar
notoriousgip
Private First Class
Private First Class
 
Posts: 3
Joined: Fri Mar 22, 2019 12:43 am

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby J2Kbr » Sat Apr 06, 2019 11:57 am

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.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby J2Kbr » Sun Apr 07, 2019 12:56 am

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.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby notoriousgip » Mon Apr 15, 2019 8:43 pm

I just saw this reply. Thank you so much! It's working very well now.
User avatar
notoriousgip
Private First Class
Private First Class
 
Posts: 3
Joined: Fri Mar 22, 2019 12:43 am

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby J2Kbr » Tue Apr 16, 2019 9:20 am

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.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: TM HOTAS WARTHOG throttle switches not recognized

Postby STEMALO » Sat May 25, 2019 11:31 pm

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.
User avatar
STEMALO
Staff Sergeant
Staff Sergeant
 
Posts: 12
Joined: Sat May 18, 2019 12:40 am


Return to Titan Two Device

Who is online

Users browsing this forum: robinss0n and 101 guests