[PR #11] [CLOSED] Update to v0.11.2 #14

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/11
Author: @Megamouse
Created: 1/24/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 8027ddf Implement hid_write_control, so we can use HidD_SetOutputReport on win, all others are just a wrapper until tested
  • c47734c Fix return value in hid_write_control

📊 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

No description provided


🔄 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/11 **Author:** [@Megamouse](https://github.com/Megamouse) **Created:** 1/24/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8027ddf`](https://github.com/RPCS3/hidapi/commit/8027ddf88819733320f2b1ebec63d32a8570e836) Implement hid_write_control, so we can use HidD_SetOutputReport on win, all others are just a wrapper until tested - [`c47734c`](https://github.com/RPCS3/hidapi/commit/c47734cb076881097e241ed691691793075a93a3) Fix return value in hid_write_control ### 📊 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 _No description provided_ --- <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#14