Skip to content

Tags: libusb/libusb

Tags

v1.0.23-rc3

Toggle v1.0.23-rc3's commit message
move on to 1.0.23-rc3

Signed-off-by: Nathan Hjelm <[email protected]>

v1.0.23-rc2

Toggle v1.0.23-rc2's commit message
update to 1.0.23-rc2

Signed-off-by: Nathan Hjelm <[email protected]>

v1.0.23-rc1

Toggle v1.0.23-rc1's commit message
Signed-off-by: Nathan Hjelm <[email protected]>

v1.0.22

Toggle v1.0.22's commit message
libusb 1.0.22

Signed-off-by: Chris Dickens <[email protected]>

v1.0.22-rc4

Toggle v1.0.22-rc4's commit message
libusb 1.0.22-rc4

Signed-off-by: Chris Dickens <[email protected]>

v1.0.22-rc3

Toggle v1.0.22-rc3's commit message
libusb 1.0.22-rc3

Signed-off-by: Chris Dickens <[email protected]>

v1.0.22-rc2

Toggle v1.0.22-rc2's commit message
libusb 1.0.22-rc2

v1.0.22-rc1

Toggle v1.0.22-rc1's commit message
libusb 1.0.22-rc1

Signed-off-by: Chris Dickens <[email protected]>

v1.0.21

Toggle v1.0.21's commit message
Release 1.0.21

Closes #93

Signed-off-by: Nathan Hjelm <[email protected]>

v1.0.21-rc6

Toggle v1.0.21-rc6's commit message
Windows: Fix possible false error message during device enumeration

During early phases of enumeration, it is possible for a device to be
enumerated before its parent. When this occurs, the device assigned as
the parent will actually be a grandparent. During later phases of
enumeration, the parent device will in fact exist but will not match
what has already been assigned to the device.

This commit adds code to check for and update the parent device when
this situation occurs.

Closes #206

Signed-off-by: Chris Dickens <[email protected]>