Skip to content

Update controller-autoconfiguration.md: All DualSense controller versions share the same USB PID unlike the earlier DualShock 4 #8

Update controller-autoconfiguration.md: All DualSense controller versions share the same USB PID unlike the earlier DualShock 4

Update controller-autoconfiguration.md: All DualSense controller versions share the same USB PID unlike the earlier DualShock 4 #8

Workflow file for this run

# Spell checker
name: Typos Action
permissions:
contents: read
on:
pull_request:
branches: [master]
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/[email protected]