I just got one of the farming simulator control panels, and it's pretty sweet - 24 pushbuttons, a scrollwheel that generates button presses when rolled forward or backwards and can be pressed as an additional button, and a 3-axis joystick that can switch modes with a button, so it's actually two three-axis sticks in one (looking at the bindings file, when the stick is in one mode ED gets Joy_XAxis/Joy_YAxis/Joy_ZAxis events and when it's in the other mode ED gets Joy_RXAxis/Joy_RYAxis/Joy_RZAxis events). Windows 10 sees it as a multi-axis HID device, and there's no special Saitek software for it so it probably works on Macs (I can't test that though, I don't own a Mac). I suspect it's going to become popular with ED owners.
The panel's ID as ED sees it is 07382218, ie this this what a fragment of the .binds file for it looks like:
Code:
<YawAxis_Landing>
<Binding Device="07382218" Key="Joy_ZAxis" />
<Inverted Value="0" />
<Deadzone Value="0.00000000" />
</YawAxis_Landing>
Let me know what you need to add support, and I can probably supply it.