Files
gousb/usb
Sebastian Zagrodzki 9cecdec977 Fix a bug where EndpointInfo would always be picked from the last
alternative setting.

When looking up matching EndpointInfo and InterfaceSetting for
an endpoint, a reference to range variable is stored. If range is
allowed to continue, the value of this variable will be updated.
It's a trick to allow use of "nil" pointer as a "found" variable, but it
requires a careful management of the range iterations.
2017-04-10 03:16:59 +02:00
..
2017-04-09 20:51:47 +02:00
2017-04-09 20:45:35 +02:00
2017-04-09 19:17:13 +02:00