Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1:Update
xboxdrv
xboxdrv-fix-delay.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xboxdrv-fix-delay.patch of Package xboxdrv
--- a/src/usb_gsource.cpp +++ b/src/usb_gsource.cpp @@ -174,7 +174,10 @@ USBGSource::on_source_dispatch(GSource* gboolean USBGSource::on_source() { - libusb_handle_events(NULL); + struct timeval to; + to.tv_sec = 0; + to.tv_usec = 0; + libusb_handle_events_timeout_completed(NULL, &to, NULL); return TRUE; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor