[PR #10] [MERGED] Add Sixaxis init for Monterey #10

Closed
opened 2026-02-15 15:54:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/hidapi/pull/10
Author: @nastys
Created: 1/23/2022
Status: Merged
Merged: 1/23/2022
Merged by: @Megamouse

Base: masterHead: master


📝 Commits (1)

  • 2372fc3 Add Sixaxis init for Monterey

📊 Changes

2 files changed (+20 additions, -0 deletions)

View changed files

📝 hidapi/hidapi.h (+8 -0)
📝 mac/hid.c (+12 -0)

📄 Description

macOS 12 doesn't initialize Sixaxis/DS3 controllers properly.
The existing HID functions cannot be used to initialize the controller because, unlike any other HID device, the report ID is different than the first data byte.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/hidapi/pull/10 **Author:** [@nastys](https://github.com/nastys) **Created:** 1/23/2022 **Status:** ✅ Merged **Merged:** 1/23/2022 **Merged by:** [@Megamouse](https://github.com/Megamouse) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2372fc3`](https://github.com/RPCS3/hidapi/commit/2372fc372155725900e8412499f0bc4c4ce14613) Add Sixaxis init for Monterey ### 📊 Changes **2 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hidapi/hidapi.h` (+8 -0) 📝 `mac/hid.c` (+12 -0) </details> ### 📄 Description macOS 12 doesn't initialize Sixaxis/DS3 controllers properly. The existing HID functions cannot be used to initialize the controller because, unlike any other HID device, the report ID is different than the first data byte. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:54:31 -05:00
yindo closed this issue 2026-02-15 15:54:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/hidapi#10