Skip to content

Commit

Permalink
Fix a problem that caused enumeration failure on some Windows machines
Browse files Browse the repository at this point in the history
  • Loading branch information
nyholku committed Sep 19, 2016
1 parent b3b5ca4 commit d68505c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.0.7 (19.9.2016)

* Atempt to fix a problem related to cbSize field of SP_DEVICE_INTERFACE_DETAIL_DATA which caused device enumeration to fail on certain Windows version

Version 0.0.6 (11.9.2016)

* Major overhaul of the code base
Expand Down
Binary file modified bin/purejavahidapi-src.jar
Binary file not shown.
Binary file modified bin/purejavahidapi.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/purejavahidapi/PureJavaHidApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class PureJavaHidApi {
* @return PureJavaHidApi library version string
*/
public String getVersion() {
return "0.0.6";
return "0.0.7";
}

/**
Expand Down

0 comments on commit d68505c

Please sign in to comment.