1

Has anybody found the specifications for the USB protocol used by the Xbox controllers? All I can find is the API documentation of Microsoft's implementation (Xinput). I'm trying to write a driver for OS X so Xinput controllers will appear as normal HID devices. Without the specs I'm pretty at a loss...

Loïc Faure-Lacroix
  • 13,220
  • 6
  • 67
  • 99
digory doo
  • 1,978
  • 2
  • 23
  • 37

1 Answers1

1

There is a linux driver here https://github.com/Grumbel/xboxdrv for the XBox that should get you a long way to getting it working on Mac. I don't think the spec is available legally without signing an NDA and paying Microsoft money.

Nate
  • 12,963
  • 4
  • 59
  • 80