mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-20 14:03:44 -04:00
[PR #8] [CLOSED] Update macOS hid.c #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RPCS3/hidapi/pull/8
Author: @nastys
Created: 12/31/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (7)
2af947aImplement hid_write_control, so we can use HidD_SetOutputReport on win, all others are just a wrapper until tested81b4c17Add CMake file for Macf4849e5Fix return value in hid_write_controld154a64Add Cmake support907965cLink with udev01f601aAdd missing libraries to cmake target8427fa8Update macOS hid.c📊 Changes
9 files changed (+111 additions, -88 deletions)
View changed files
📝
hidapi/hidapi.h(+5 -0)➕
libusb/CMakeLists.txt(+1 -0)📝
libusb/hid.c(+5 -0)➕
linux/CMakeLists.txt(+2 -0)📝
linux/hid.c(+6 -0)➕
mac/CMakeLists.txt(+1 -0)📝
mac/hid.c(+72 -88)➕
windows/CMakeLists.txt(+2 -0)📝
windows/hid.c(+17 -0)📄 Description
Fixes macOS builds and BT controllers.
From https://github.com/libusb/hidapi, with some modifications.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.