--------
* 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