This website requires JavaScript.
Explore
Help
Sign In
Tryanks
/
gousb
Watch
1
Star
0
Fork
0
You've already forked gousb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f0ae80709655e8c51055d2d5bacd1d4547b349e3
gousb
/
usb
History
Ivan Krasin
f0ae807096
Fix race condition with C.libusb_handle_events that might still being called while libusb_exit is executed. Use C.libusb_handle_events_timeout_completed which accepts timeouts and pass 100 ms timeout. This is the recommended way to deal with this issue, see
http://libusb.sourceforge.net/api-1.0/group__poll.html#ga43e52b912a760b41a0cf8a4a472fbd5b
and
http://libusb.sourceforge.net/api-1.0/group__poll.html#ga4989086e3f0327f3886a4c474ec7c327
2013-08-14 00:34:00 -07:00
..
config.go
gofmt
2012-07-22 23:40:25 -07:00
constants.go
Add RequestType enum values to be passed to Device.Control()
2013-06-16 19:54:30 -07:00
debug.go
add xbox example and make some changes to support it
2013-06-22 08:38:58 -07:00
descriptor.go
Added isochronous transfer
2012-04-12 20:15:30 -07:00
device.go
add xbox example and make some changes to support it
2013-06-22 08:38:58 -07:00
endpoint.go
Working on iso
2012-04-15 18:58:18 -07:00
error.go
add xbox example and make some changes to support it
2013-06-22 08:38:58 -07:00
iso.c
Update readme with instructions for darwin
2013-04-07 12:32:53 -07:00
iso.go
Update readme with instructions for darwin
2013-04-07 12:32:53 -07:00
misc_test.go
Add config, interfaces, endpoints, etc
2012-03-26 00:06:53 -07:00
misc.go
Add config, interfaces, endpoints, etc
2012-03-26 00:06:53 -07:00
usb_test.go
Add a test case that triggers 'handle_events: error: libusb: unknown error [code -99]'
2013-08-14 00:25:49 -07:00
usb.go
Fix race condition with C.libusb_handle_events that might still being called while libusb_exit is executed. Use C.libusb_handle_events_timeout_completed which accepts timeouts and pass 100 ms timeout. This is the recommended way to deal with this issue, see
http://libusb.sourceforge.net/api-1.0/group__poll.html#ga43e52b912a760b41a0cf8a4a472fbd5b
and
http://libusb.sourceforge.net/api-1.0/group__poll.html#ga4989086e3f0327f3886a4c474ec7c327
2013-08-14 00:34:00 -07:00