forked from psmoveservice/psmoveapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated hidapi for Win10 compatibility. Modified feature report proce…
…ssing to accommodate extra byte returned by newer hidapi in Windows only. Also made FindUSB1.cmake a little more robust.
- Loading branch information
Showing
9 changed files
with
83 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule hidapi
updated
from 0cbc3a to f765e3
Submodule libusb-1.0
updated
25 files
+12 −1 | AUTHORS | |
+18 −2 | ChangeLog | |
+28 −7 | examples/fxload.c | |
+2 −1 | libusb/Makefile.am | |
+5 −2 | libusb/core.c | |
+3 −9 | libusb/descriptor.c | |
+8 −2 | libusb/hotplug.c | |
+68 −25 | libusb/io.c | |
+8 −6 | libusb/libusb-1.0.def | |
+2 −1 | libusb/libusb.h | |
+17 −0 | libusb/libusbi.h | |
+13 −5 | libusb/os/darwin_usb.c | |
+15 −9 | libusb/os/linux_netlink.c | |
+3 −2 | libusb/os/linux_udev.c | |
+46 −29 | libusb/os/linux_usbfs.c | |
+2 −1 | libusb/os/linux_usbfs.h | |
+6 −0 | libusb/os/threads_posix.h | |
+22 −0 | libusb/os/threads_windows.c | |
+6 −0 | libusb/os/threads_windows.h | |
+1 −1 | libusb/os/windows_common.h | |
+31 −20 | libusb/os/windows_usb.c | |
+5 −0 | libusb/os/windows_usb.h | |
+13 −2 | libusb/sync.c | |
+1 −1 | libusb/version.h | |
+1 −1 | libusb/version_nano.h |
Submodule stb
added at
385927
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters