Commit Graph

  • faaf22cba2 Windows: fix build of hidtest Ludovic Rousseau 2019-11-03 14:54:42 +01:00
  • 8184eb2087 Linux: fix Makefile-manual to build hidtest Ludovic Rousseau 2019-11-03 14:29:12 +01:00
  • 3cea631d43 macOS: fix Makefile-manual to build hidtest Ludovic Rousseau 2019-11-03 14:18:54 +01:00
  • c1b3078251 macOS: fix build of hidtest using autotools Ludovic Rousseau 2019-11-03 14:03:05 +01:00
  • fa75ffb743 Reattach kernel driver in hidapi-libusb Mayank Suman 2019-10-26 09:46:50 +05:30
  • dd16e7c16f Fix uninitialized strings on Windows (#109) Josep Maria Antolín Segura 2019-10-28 15:23:24 +01:00
  • 7d93b430a9 Fixed tag name for hidapi releases Vitaly Samoylik 2019-10-04 23:29:23 +03:00
  • d64f6c6a16 macOS: send report id conditionally for hid_get_feature_report (#70) Ihor Dutchak 2019-09-24 13:34:59 +03:00
  • d8b6588d09 mac: prevent memory leak in hid_open_path() if hid_init() fails Josh Junon 2019-09-01 18:55:51 +02:00
  • 3811f0da8d Added podspec to support releases via cocoapods (#66) Vitaly Samoylik 2019-09-13 15:55:01 +03:00
  • fc677b8195 configure.ac: Use pkg-config to find libusb on *freebsd Luca Weiss 2019-07-11 19:56:02 +02:00
  • 9b1a3e8947 builds/freebsd: Install pkgconf Luca Weiss 2019-07-12 18:09:07 +02:00
  • 4c33f69712 AUTHORS: add libusb/hidapi Team mention Ihor Dutchak 2019-08-23 13:29:32 +03:00
  • 651150d8b5 README: add CI build badges Filip Kubicz 2019-07-16 00:13:35 +02:00
  • 5d9b4cd93c Zero-initialize new hid_device_info structs Andrew Eikum 2019-07-23 14:47:46 -05:00
  • 93dca80762 Update more repository URLs Andrew Eikum 2019-07-24 10:48:49 -05:00
  • e4ad5ec64f Update README: hidraw: minimum supported kernel Ihor Dutchak 2019-07-19 15:56:03 +03:00
  • ecade8c6fd testgui: fix incompatible pointer warning Luca Weiss 2019-07-19 16:58:34 +02:00
  • 04a1789710 testgui: fix deprecation warning Luca Weiss 2019-07-19 16:57:01 +02:00
  • a1d49824ea testgui: remove obsolete files Luca Weiss 2019-07-19 16:35:08 +02:00
  • 065d46ab27 Add Windows (msbuild & cygwin) CI (#37) Luca Weiss 2019-07-17 19:14:38 +02:00
  • 7df3973404 hidapi.h: Update documentation hid_error() Niklas Hambüchen 2013-06-18 21:22:30 +08:00
  • 3bfe1001b6 hidraw: Implement hid_error() Niklas Hambüchen 2013-06-17 21:42:15 +08:00
  • b0ec6f0918 libusb: Return string in hid_error() Luca Weiss 2019-07-03 17:00:51 +02:00
  • 42dede9db5 mac: Return string in hid_error() Luca Weiss 2019-07-03 16:58:37 +02:00
  • 1515eb2c16 windows: Allow hid_error(NULL) Niklas Hambüchen 2013-06-18 20:51:40 +08:00
  • 6f79625abb linux: Drop workaround for kernel < 2.6.34 Luca Weiss 2019-07-03 14:36:33 +02:00
  • f01c4ede50 Misc. typo fixes luz.paz 2019-07-10 23:19:27 -04:00
  • 95adae423d Fix compile warning on FreeBSD Luca Weiss 2019-07-12 17:40:23 +02:00
  • 5447bdebf3 Add ar-lib & compile to .gitignore Luca Weiss 2019-07-03 14:16:51 +02:00
  • 0ebecbd1f6 fix small casting issue Tod E. Kurt 2019-07-02 23:10:41 -07:00
  • d1d330c1bf Add Arch Linux CI Luca Weiss 2019-06-05 15:07:52 +02:00
  • aaa8788e12 Add Alpine CI Luca Weiss 2019-06-05 15:05:28 +02:00
  • c10925d48a Add MinGW (using Fedora) CI Luca Weiss 2019-06-05 14:00:55 +02:00
  • fb5349ae1d Add macOS CI Luca Weiss 2019-06-05 10:44:55 +02:00
  • 2d664e3f53 Add FreeBSD CI Luca Weiss 2019-06-05 10:07:29 +02:00
  • d98c408ed3 hidtest: don't use a C++ source file, since it's pure C Thomas Petazzoni 2015-12-30 20:02:29 +01:00
  • c022f55080 Remove excess incorrect space iakov 2019-06-19 13:19:13 +03:00
  • e32d3f1266 Initialize local variable with smth meaningful Iakov 'Jake' Kirilenko 2019-06-08 16:41:11 +03:00
  • 9d569ba8a9 Add missed NULL initialisation to local variable iakov 2019-06-08 16:32:56 +03:00
  • 0324a0b0e5 Codestyle conformance: add spaces after type-case Iakov Kirilenko 2019-06-06 11:11:44 +03:00
  • 7d08fd907d More rigorous & even C++ compatible code for macOS Iakov Kirilenko 2019-06-06 00:57:33 +03:00
  • 73b9ccb996 Explicit cast from void* to corresponding type Iakov Kirilenko 2019-06-04 06:24:26 +03:00
  • 7da5cc91fc configure.ac: release 0.9.0 hidapi-0.9.0 Filip Kubicz 2019-06-19 12:32:52 +02:00
  • d621d5fcaa configure.ac: Release 0.9.0-rc1 Filip Kubicz 2019-06-19 09:00:41 +02:00
  • c4f86a7d85 windows: Fix undeclared variable name in register_error() hidapi-0.9.0-rc1 Kubicz, Filip 2019-06-18 12:45:23 +02:00
  • 35c5b2e404 Fix doc string for hid_enumerate miketsmith 2018-10-11 14:07:07 -05:00
  • e5ce14aee2 README: added table of contents Filip Kubicz 2019-06-13 10:59:19 +02:00
  • 177daa52c8 README: Fix markdown description Filip Kubicz 2019-06-13 10:39:20 +02:00
  • 2f7a7c9948 Rename hid_device* parameters to dev Luca Weiss 2019-06-09 11:03:55 +02:00
  • 921ad33351 doxygen: disable markdown support Luca Weiss 2019-06-09 10:59:36 +02:00
  • c04d88bc96 doxygen: upgrade Doxyfile Luca Weiss 2019-06-09 10:59:24 +02:00
  • c13a2f238a Update Makefile.am after README.md Rijan de Nysschen 2019-06-13 12:10:07 +02:00
  • d1ecb1442e README: inform about moving to libusb/hidapi Filip Kubicz 2019-06-13 10:27:32 +02:00
  • fdae95dcd7 README: convert to markdown Luca Weiss 2019-06-09 11:53:20 +02:00
  • 121567d64a Merge pull request #2 from z3ntu/pr_380 Tod E. Kurt 2019-06-09 11:54:01 -07:00
  • c1585e982d README.txt: update number of backends Ed Maste 2019-06-08 02:13:59 -04:00
  • 76d4ffd853 Windows: enumerate simple devices Kubicz, Filip 2019-01-08 15:01:06 +01:00
  • baaec212a0 configure.ac: don't use += Luca Weiss 2019-06-05 14:56:08 +02:00
  • 00e6e4568f mac: Set a valid interface number on hid_device_info for USB HID devices Dylan McKay 2018-02-15 19:10:53 +13:00
  • d8336833fc mac: fix behaviour of hid_get_feature_report (was writing on the report id byte) and return value was not right) Raphaël P. Barazzutti 2015-04-08 01:15:08 +02:00
  • f7ee9ccd4e windows: retry open_device() without r/w if it fails Sean Cross 2017-06-05 11:43:40 +08:00
  • 9220f5e77c Add missing libraries to cmake target Michał Janiszewski 2018-11-30 21:57:42 +01:00
  • 4c2750112e Update in VS 2017 Zangetsu38 2017-04-29 03:41:05 +02:00
  • ca39ce8939 Add CMake file for Mac Aurora 2017-08-07 23:56:27 +02:00
  • 3c082ee1d7 Link with udev Nicolas Werner 2017-07-10 12:47:37 +02:00
  • c095a22c53 Implement hid_write_control, so we can use HidD_SetOutputReport on win, all others are just a wrapper until tested Jake 2017-04-28 19:32:22 -05:00
  • 438df2941d Add Cmake support and vs2015 project files Jake 2017-04-26 11:42:48 -05:00
  • a6a622ffb6 all: Fix a few typos Diego Herranz 2016-01-28 08:19:06 +00:00
  • 1f615efdbe Documentation: path fixes Diego Herranz 2016-01-28 08:01:18 +00:00
  • 901512e88b windows: Set maximum buffer for USB strings to 0xFFF wide characters Austin Mullins 2016-06-19 23:22:08 -05:00
  • ae15b65ed9 Mac: Disable unused get_location_id() Brendan Shanks 2014-11-24 13:03:41 -08:00
  • 474145e766 Mac: Remove unused get_string_property_utf8() Brendan Shanks 2014-11-24 13:00:14 -08:00
  • 59a076705b Mac: Use IOKit IOService:/ paths for devices Brendan Shanks 2013-04-13 13:20:33 -07:00
  • 98629a104b linux: Check value returned by fstat(2) Ludovic Rousseau 2013-09-22 21:01:27 +02:00
  • b5b2e1779b windows: Always open with sharing enabled Alan Ott 2016-03-03 10:54:51 -05:00
  • d17db57b9d header: Update documentation for hid_get_feature_report() Alan Ott 2014-08-18 11:20:40 -04:00
  • 54eb31dc16 windows: Return the correct length from hid_get_feature_report() Alan Ott 2014-08-18 11:17:13 -04:00
  • 0cbc3a409b libusb: Adapt to FreeBSD 10 Tobias Rehbein 2013-12-14 09:04:11 +01:00
  • 417b2bf081 libusb: Add Android support Pavol Rusnak 2014-04-06 22:48:11 +02:00
  • ac6120b589 libusb: Fix null pointer dereference in hid_open() Michael Hanselmann 2013-12-19 03:29:31 +01:00
  • 171a521b91 windows: Limit hid_read() return value to buffer length Mark A. Tsuchida 2013-12-21 13:01:28 -08:00
  • 99d0219a87 configure: Check for Fox 1.7 as well as Fox 1.6 for the testgui Alan Ott 2014-07-22 17:27:42 -04:00
  • 627f3aa478 windows: Set the OS report buffer size to 64 reports Scott Talbert 2014-01-28 23:35:06 -05:00
  • 6a4743ee59 libusb: Include PTHREAD_CFLAGS when linking libhidapi-libusb Scott Talbert 2014-02-03 19:06:07 -05:00
  • 54db8ca208 libusb: Add support for compiling on Debian/kFreeBSD Scott Talbert 2014-03-25 19:09:45 -04:00
  • 56e8c3939f hidtest: Remove "All Rights Reserved" from hidtest.cpp Benedikt Wildenhain 2014-04-28 15:53:40 +02:00
  • 3a66d4e513 linux: Better kernel version detection Klee Dienes 2013-09-25 21:58:55 -04:00
  • 1a42177fa5 header: Clarify comment on hid_read() and hid_read_timeout() Alan Ott 2013-11-01 09:38:31 -04:00
  • 40cf516139 HIDAPI 0.8.0-rc1 hidapi-0.8.0-rc1 Alan Ott 2013-10-06 18:00:16 -04:00
  • 4ecb5a6903 autotools: Add mac_support.h to Makefile.am Alan Ott 2013-10-06 18:43:03 -04:00
  • 837ba31050 testgui: Remove pre-built testgui executable Alan Ott 2013-10-06 17:55:21 -04:00
  • 996dafd2a8 libusb: Fix 'dev' memory leak on hid_init() failure. Mario Kleiner 2013-10-05 18:44:56 +02:00
  • 2e27f98b3e all: Fix license name Bei Zhang 2013-10-03 11:17:41 -07:00
  • a88c7244d6 mac: Fix incorrect device list after device removal Alan Ott 2013-09-09 09:39:31 -04:00
  • 1ec76ad9bd README: Add build dependencies Alan Ott 2013-09-09 00:18:00 -04:00
  • 4e6e9ffe86 gitignore: add config.* to .gitignore Spencer Oliver 2013-08-06 21:05:17 +01:00
  • 02a882c890 libusb: Properly wait for transfer cancellation on read_thread() exit Hans de Goede 2013-07-08 10:59:10 +02:00
  • 776ec62dfc windows: Fix leak of event handle on open_device() failure Alan Ott 2013-04-23 13:50:59 -04:00
  • f75f6f735d mac: Unregister the proper removal callback in hid_close() Alan Ott 2013-03-05 18:05:25 -05:00