37d9543 | Austin Morton | 10 February 2024, 20:43:17 UTC | Release 1.0.6 | 10 February 2024, 20:43:17 UTC |
e1aa5f5 | Andrey Smirnov | 10 February 2024, 20:31:31 UTC | Add support for 'bus_type' filed (#59) Starting with version 0.13, struct hid_device_info has an extra data field that indicates the type of the underlying HID transport used by the device. Add plumbing necessary to expose that via DeviceInfo class. We also introduce BusType enum that mirrors its C-equivalent "hid_bus_type". | 10 February 2024, 20:31:31 UTC |
c3e48bb | Austin Morton | 08 April 2022, 02:38:32 UTC | Drop support for python 2 | 08 April 2022, 02:38:32 UTC |
78657f7 | Joshua Watt | 08 April 2022, 02:32:26 UTC | Include LICENSE in pypi packages (#44) The license text is missing from the PyPi package. Add the file to the manifest so it gets included. | 08 April 2022, 02:32:26 UTC |
7272e7d | Austin Morton | 08 April 2022, 02:16:09 UTC | Release 1.0.5 | 08 April 2022, 02:16:09 UTC |
396ae60 | Gene Chen | 08 April 2022, 02:09:45 UTC | Support hid_get_input_report (#53) Closes #45 | 08 April 2022, 02:09:45 UTC |
5a872c8 | Mateusz Piotrowski | 11 May 2021, 09:15:42 UTC | Add FreeBSD installation instructions | 11 May 2021, 13:42:24 UTC |
33d3dd9 | Ezequiel França dos Santos | 05 September 2020, 13:41:55 UTC | Removed brew warning Since the PR to to change to the new **libusb** is merged (you can check (here)[https://github.com/Homebrew/homebrew-core/blob/master/Formula/hidapi.rb]) the message is not necessary anymore. | 05 September 2020, 15:50:51 UTC |
ec92d96 | Austin Morton | 27 November 2019, 21:20:23 UTC | Release 1.0.4 | 27 November 2019, 21:20:23 UTC |
57b8137 | Mayank Suman | 26 October 2019, 06:44:23 UTC | Device class can be used as context manager (#35) | 26 October 2019, 06:44:23 UTC |
728e78d | Dean Camera | 26 October 2019, 00:36:02 UTC | Add missing `.restype` suffix to hid_get_serial_number_string (#32) Fixes #31. | 26 October 2019, 00:36:02 UTC |
05abb73 | Austin Morton | 01 July 2019, 18:23:10 UTC | Update README.md | 01 July 2019, 18:23:10 UTC |
cf48462 | Austin Morton | 01 July 2019, 18:22:49 UTC | Update README.md | 01 July 2019, 18:22:49 UTC |
8a4c702 | Filip Kubicz | 01 July 2019, 17:56:51 UTC | README: point to libusb/hidapi repository (#29) HIDAPI has been moved to libusb/hidapi and is again maintained. Updated the links to the new repository. Signed-off-by: Kubicz, Filip <Filip.Kubicz@nordicsemi.no> | 01 July 2019, 17:56:51 UTC |
23804df | Filip Kubicz | 19 June 2019, 08:52:39 UTC | README: provide pip command and correct link to PyPI (#28) Signed-off-by: Kubicz, Filip <Filip.Kubicz@nordicsemi.no> | 19 June 2019, 08:52:39 UTC |
76dbd57 | Austin Morton | 06 June 2019, 14:37:57 UTC | Release 1.0.3 | 06 June 2019, 14:43:46 UTC |
6ea0cd1 | scotty007 | 06 June 2019, 14:31:54 UTC | Fix check in Device.close() (#26) | 06 June 2019, 14:31:54 UTC |
ccedd7f | Austin Morton | 06 June 2019, 10:03:51 UTC | Create LICENSE | 06 June 2019, 10:03:51 UTC |
8629071 | Austin Morton | 08 May 2019, 20:02:15 UTC | Release 1.0.2 | 08 May 2019, 20:02:15 UTC |
e85ce8a | Robert Ginda | 08 May 2019, 19:59:38 UTC | Fix handling of missing or disconnected devices (#24) * Fix handling of missing or disconnected devices Previous tests for 'self.__dev == 0' failed because the underlying hid api returns None rather than 0. After that, any operation on the hid device would cause a segfault due to NULL dereference. | 08 May 2019, 19:59:38 UTC |
ea1eafd | Austin Morton | 30 April 2019, 15:31:34 UTC | Declare all ctypes argument and return types closes #16 | 30 April 2019, 15:31:34 UTC |
eee8e96 | Austin Morton | 19 April 2019, 00:03:13 UTC | Release 1.0.1 | 19 April 2019, 00:03:13 UTC |
cd9a84a | Axel Gembe | 19 April 2019, 00:02:28 UTC | Add MinGW hidapi library name (#22) | 19 April 2019, 00:02:28 UTC |
add0556 | Austin Morton | 19 March 2019, 05:09:19 UTC | Release 1.0.0 | 19 March 2019, 05:09:19 UTC |
90d7fc1 | Filip Kubicz | 19 March 2019, 05:05:20 UTC | Python 3 support in get_feature_report (#21) Elements of ctypes string buffer are of type str in Python 2 and bytes in Python 3. Function chr() returns str in both version and assignment fails in Python 3. Using bytearray works in both Python 2 and Python 3. Signed-off-by: Kubicz, Filip <filip.kubicz@nordicsemi.no> | 19 March 2019, 05:05:20 UTC |
841bf17 | Austin Morton | 27 December 2018, 10:19:31 UTC | Fix windows support | 27 December 2018, 10:19:31 UTC |
8747913 | Erik OShaughnessy | 25 December 2018, 19:12:21 UTC | Add MacOS hidapi shared object to library_path (#17) After installing Signal 11 hidapi (via brew), adding 'libhidapi.dyn' to library_paths allows pyhidapi to successfully find the shared object. | 25 December 2018, 19:12:21 UTC |
97c3b44 | Austin Morton | 18 December 2018, 07:44:07 UTC | Merge pull request #13 from 3demax/master Improve import errors | 18 December 2018, 07:44:07 UTC |
5bfd443 | 3demax | 12 November 2016, 07:14:58 UTC | Fix better import errors | 13 December 2016, 04:39:41 UTC |
07f76f8 | Roman Vaughan | 27 April 2016, 10:23:38 UTC | Python 3 support * Add Python3 support * Throw ImportError when HIDAPI fails to load * Remove debug print satements | 27 April 2016, 10:23:38 UTC |
778da63 | Austin Morton | 18 February 2016, 11:02:53 UTC | fix so file names for mac closes #8 | 18 February 2016, 11:02:53 UTC |
8ce58ec | Austin Morton | 18 February 2016, 10:53:13 UTC | Add hid_error return type specification. closes #9 | 18 February 2016, 10:53:13 UTC |
6c2eda0 | Austin Morton | 28 July 2015, 18:45:03 UTC | fix pypi packaging and release 0.1.1 | 28 July 2015, 18:45:03 UTC |
e925b4f | Austin Morton | 02 July 2015, 06:11:03 UTC | refactor library loading code to support more possible shared library names | 02 July 2015, 06:11:03 UTC |
bfb75bf | apmorton | 04 November 2014, 17:14:05 UTC | Merge pull request #2 from thebiguno/master Adding support for OSX | 04 November 2014, 17:14:05 UTC |
dd013ea | Wyatt | 04 November 2014, 17:06:16 UTC | Improved README formatting | 04 November 2014, 17:06:16 UTC |
eb3a6d6 | Wyatt | 04 November 2014, 17:05:25 UTC | Improved README formatting | 04 November 2014, 17:05:25 UTC |
9821f13 | Wyatt | 04 November 2014, 17:03:50 UTC | Moved OSX build instructions to README.md, along with basic instructions for other platforms | 04 November 2014, 17:03:50 UTC |
6fad857 | Wyatt | 04 November 2014, 16:43:43 UTC | Adding support for OSX, along with instructions on how to build the hidapi shared library | 04 November 2014, 16:43:43 UTC |
c1ac34a | apmorton | 04 November 2014, 16:15:49 UTC | Merge pull request #1 from olsoneric/read_and_get_feature_report Fixes for read() and get_feature_report() | 04 November 2014, 16:15:49 UTC |
44a01a4 | Eric Olson | 21 July 2014, 01:33:00 UTC | Update read() and get_feature_report() Use ctypes_char_array.raw instead of .value to ignore null character and always return all data. Pass the report id for get_feature_report() in the first byte of data. Pass self.__dev to hidcall in read() and get_feature_report() | 23 July 2014, 13:26:47 UTC |
0f45854 | Austin Morton | 16 June 2013, 08:56:45 UTC | initial release | 16 June 2013, 08:56:45 UTC |
bc31428 | Austin Morton | 16 June 2013, 07:12:00 UTC | Initial commit | 16 June 2013, 07:12:00 UTC |