Which is compatible Steering Wheel Joy with Unity3D

I’m use Genius Trio Race F1 Joy, that is wrong sending value of GetAxis Command but in Windows Device manger It’s work fine.
I want to know which one compatible with unity3D. If someone have experience with racing game in windows, please advice me.
Thank you in advance and sorry for my poor English.

Can you give more information about the wrong values that it gives?

  1. When I release wheel, GetAxis(“Horizontal”) =-1
  2. When I turn the wheel left, GetAxis(“Horizontal”) =1 (Only 1 not rang of -1 to 1)
  3. When I turn the wheel right, GetAxis(“Horizontal”) =1 (rang of -1 to 1)
  4. GetAxis(“Vertical”) has similar issue.