[Next release]
- Fixed issue #33. Allow to read totally unparsed reports.
- Issue #33.
- PR #39. Intermittent lockup on close.
- Patched ctypes issue on Python 3.5.1 64 bits.
- pyOCD I/O fixes (contributed by Russ Butler)
- Added PySide PnP example.
- Working on python3.3 (broken on 0.3.5)
- Win7/64 PnP example fixed again (due ctypes and Windows 64 API changes).
- Jeff Rowberg (bluegiga) patch for deamon threads.
- Win7/64 fixes, PnP example fixed, show_hids.py now using local encodings, stdout encodings now not in library (should be part of applications), usage_pages.py UsagePage repr() fix.
- Python 3 filtering fix
- Python 2 and 3 support (tested with Python 3.2)
- Refactored setup api handling.
- Many PyLint fixes.
- Fixed broken value array usages transactions
- Better Setup API device paths handling
- Fixed broken value array usages transactions
- Fixing sending output / feature reports
- Fixed broken input report handling
- Stability improvements
- Tweaked PnP example, added frame closing event handler, so the USB device is closed
- Report reading threads and device closing optimizations
- Fixed bugs preventing properly setting report usage variables after a HidReport().get()
- Fixed raw_data.py example
- Fixed bug preventing proper value array setting/getting items
- Fixed deadlock when device unplugged
- Added HidDevice.set_raw_data_handler(), and corresponding raw_data.py example script
- Fixing output only mode (no input report for forced open)
- Bringing a little bit of stability
- Output only mode (no reading thread configured)
- Kind of usable now
- First public release