[PR #1] [MERGED] Implement hid_write_control, so we can use HidD_SetOutputReport on wi… #1

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

📋 Pull Request Information

Original PR: https://github.com/RPCS3/hidapi/pull/1
Author: @ghost
Created: 4/28/2017
Status: Merged
Merged: 4/28/2017
Merged by: @undefined

Base: masterHead: master


📝 Commits (1)

  • 6443091 Implement hid_write_control, so we can use HidD_SetOutputReport on win, all others are just a wrapper until tested

📊 Changes

5 files changed (+39 additions, -0 deletions)

View changed files

📝 hidapi/hidapi.h (+5 -0)
📝 libusb/hid.c (+5 -0)
📝 linux/hid.c (+6 -0)
📝 mac/hid.c (+6 -0)
📝 windows/hid.c (+17 -0)

📄 Description

…n, all others are just a wrapper until tested


🔄 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/1 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/28/2017 **Status:** ✅ Merged **Merged:** 4/28/2017 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`6443091`](https://github.com/RPCS3/hidapi/commit/644309147bd7dfa9c5206b0ee5aaef0c28f3b0dd) Implement hid_write_control, so we can use HidD_SetOutputReport on win, all others are just a wrapper until tested ### 📊 Changes **5 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `hidapi/hidapi.h` (+5 -0) 📝 `libusb/hid.c` (+5 -0) 📝 `linux/hid.c` (+6 -0) 📝 `mac/hid.c` (+6 -0) 📝 `windows/hid.c` (+17 -0) </details> ### 📄 Description …n, all others are just a wrapper until tested --- <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:30 -05:00
yindo closed this issue 2026-02-15 15:54:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/hidapi#1