Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
RPi Setup new step for xbox + new link in dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosw committed Sep 29, 2023
1 parent d857ad6 commit 57bf24f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ playstation 0003:054C:0CE6.0013: Failed to get MAC address from DualSense
playstation 0003:054C:0CE6.0013: Failed to create dualsense.
playstation: probe of 0003:054C:0CE6.0013 failed with error -22
```

### Possiblity for multiple HID devices with one connection:
https://electronics.stackexchange.com/a/400268
5 changes: 5 additions & 0 deletions doc/Raspberry Pi Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ Tell linux to use the hardware capabilities of the raspi:
- `sudo chmod +s ./gamgepad_bridge`
- This does include some security risk. If some part of this program can be exploited, an attacker can run other code as the root user and effectively do anything with your Raspberry Pi. Since this requires someone to already have physical access or some way of login to your Raspberry Pi this risk is accepted.
- If you know a better way to allow the modification of these files while still being able to run this program from autostart without any manual action, please let me know.

<br>

# 3. For use of XBOX Gamepads:
Install `xboxdrv`

0 comments on commit 57bf24f

Please sign in to comment.