How to get value of not define axis?

Is there any way to get values of joystick axes which are not defined in InputManager?

On Windows, I generally use XInput.NET to get my controller info, as it provides vibration and seems to be more reliable with multiple controllers. Unfortunately, Unity does not currently allow you to register your own axes through code, so supporting multiple controllers on Mac (for example) is quite a laborious process.