0

I have a XBox 360 Controller attached, using the XBox 360 Wireless Receiver for Windows USB dongle, to my Windows 10 IoT Core (Build: 17763) machine.

The receiver shows up in the dashboard and I can navigate in the left-sided burger menu.

If I start and deploy via Visual Studio 2019 my app to the Pi, the yellow light on the Receiver goes off and the controller has no longer a connection to the Pi.

I looked for suitable capabilities in the Package.appxmanifest file but there was no good sounding one. I searched for HID, HUD, USB, Gamepad, etc.

<DeviceCapability Name="humaninterfacedevice">
      <Device Id="any">
        <Function Type="usage:0001 0004"/>
        <Function Type="usage:0001 0005"/>
      </Device>
</DeviceCapability>

But this did not solve my problem.

Update I tested it with a wired XBox 360 controller, there is no such problem.

Tobonaut
  • 2,245
  • 2
  • 26
  • 39
  • Which target version did you select for the project? The capability configuration is ok in Package.appxmanifest. – Michael Xu Aug 12 '19 at 06:57
  • I use as minimum and as target version 1809 build 17736 – Tobonaut Aug 12 '19 at 18:50
  • 1
    Please use Feedback Hub app to report this issue. The Feedback Hub app lets you tell Microsoft about any problems you run in to while using Windows 10 and send suggestions to help us improve your Windows experience. – Michael Xu Aug 13 '19 at 02:22

0 Answers0