hidapi: switch to official libusb remote
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "3rdparty/hidapi"]
|
[submodule "3rdparty/hidapi"]
|
||||||
path = 3rdparty/hidapi/hidapi
|
path = 3rdparty/hidapi/hidapi
|
||||||
url = ../../RPCS3/hidapi.git
|
url = ../../libusb/hidapi.git
|
||||||
branch = master
|
branch = master
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "3rdparty/pugixml"]
|
[submodule "3rdparty/pugixml"]
|
||||||
|
|||||||
Vendored
+1
-1
Submodule 3rdparty/hidapi/hidapi updated: f42423643e...d6b2a97460
@@ -266,14 +266,6 @@ void ds3_pad_handler::check_add_device(hid_device* hidDevice, hid_enumerated_dev
|
|||||||
}
|
}
|
||||||
|
|
||||||
device->report_id = buf[0];
|
device->report_id = buf[0];
|
||||||
#elif defined (__APPLE__)
|
|
||||||
int res = hid_init_sixaxis_usb(hidDevice);
|
|
||||||
if (res < 0)
|
|
||||||
{
|
|
||||||
ds3_log.error("check_add_device: hid_init_sixaxis_usb failed! (result=%d, error=%s)", res, hid_error(hidDevice));
|
|
||||||
HidDevice::close(hidDevice);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
for (wchar_t ch : wide_serial)
|
for (wchar_t ch : wide_serial)
|
||||||
|
|||||||
Reference in New Issue
Block a user