Commit Graph

24 Commits

Author SHA1 Message Date
Ihor Dutchak
24e0a874ec
Add Coverity check to README (#564) 2023-05-22 13:34:57 +03:00
endolith
bb792a1f7e
Add hid_exit() to test.c when handle not found (#471) 2022-10-21 17:31:48 +03:00
endolith
1312cc3bf5
README: prevent segmentation fault and mixture of printf/wprintf (#470)
And a few other improvements.
2022-10-21 13:09:14 +03:00
Ihor Dutchak
68bcbfcafa
README: explicit statement on single source build (#370) 2022-05-02 14:05:05 +03:00
Ihor Dutchak
20a16a19b8
Update README.md (#350)
- remove "recommended" from deprecated GUI App;
- add reference to hidapitester in readme;
2021-11-12 01:14:29 +02:00
Ihor Dutchak
4ab60e005e
README: add links to backend description 2021-10-07 02:56:37 +03:00
Ihor Dutchak
7c0dc53507
Update README.md (#324)
Clean/correct includes in the README example.
2021-08-23 20:55:51 +03:00
Ihor Dutchak
382138ee67
Doc: using old-sty;e badge for GitHub Actions 2021-07-04 00:15:49 +03:00
Ihor Dutchak
dd2db8e2bb CI: more CI for CMake
- Linux CMake build;
- Windows MSVC build;
- Windows NMake build;
- Windows MinGW build;
2021-07-04 00:10:29 +03:00
Ihor Dutchak
b7053119ed Documentation refactoring and update
- separate readme for HIDAPI build;
- separate readme for HIDAPI build with Autotools;
- add (separate) readme for HIDAPI build with CMake;
2021-07-03 20:38:58 +03:00
Be
fc8fdd2bf4
improve documentation for udev rule files on Linux (#276)
- use TAG+="uaccess" instead of overly broad MODE="0666" by default example
        as advised by Debian:
        https://lists.debian.org/debian-devel-announce/2016/11/msg00008.html
        Adding the uaccess tag to udev rules
        ------------------------------------
Packages containing udev rules that use GROUP="plugdev" should also add
 TAG+="uaccess" so that all users that are physically present can access
 the relevant devices, instead of just users in the plugdev group
 (GROUP="plugdev"). Some packages use MODE="666" to allow all users
 (including remote users) to access devices. For almost all devices it is
 probably more appropriate to switch from MODE="666" to GROUP="plugdev",
 MODE="660", TAG+="uaccess" so that remote users cannot access local
 devices. Check the wiki page for USB gadgets[13] for more hints.
 There is a lintian warning in progress[14] for these issues.
  -- Paul Wise & Petter Reinholdtsen
 [] https://wiki.debian.org/USB/GadgetSetup
 [] https://bugs.debian.org/841670

- remove documentation for Linux <2.6.24
2021-05-21 01:04:08 +03:00
Be
c13fb1a880 README: document how to choose between libusb & hidraw backends 2021-05-20 20:29:53 +03:00
Ihor Dutchak
b72a367555
Switch builds.sr.ht from ~qbicz to ~z3ntu (#269) 2021-05-11 12:53:18 +03:00
Ihor Dutchak
6a01f3b4a8 Switch to libusb/hidapi appveyor project for badge 2021-03-19 00:49:27 +02:00
Ihor Dutchak
916fad56fe
macOS: use GitHub action CI instead of Travis-CI (#223) 2020-12-13 23:01:46 +02:00
Filip Kubicz
7e91963917 Update README.md
Co-Authored-By: Ihor Dutchak <ihor.youw@gmail.com>
2019-11-05 14:21:21 +01:00
Filip Kubicz
40de5a638b README: add hid_close() to the code sample 2019-11-05 14:21:21 +01:00
Filip Kubicz
1750cc8373 README: Add warning about writing data to HID products
In response to https://github.com/libusb/hidapi/issues/105
2019-11-05 14:21:21 +01:00
Filip Kubicz
651150d8b5 README: add CI build badges
Show status of test builds on the project GitHub page.
Fixes #35.

Signed-off-by: Filip Kubicz <filip@kubicz.engineer>
2019-07-25 08:13:11 +02:00
Ihor Dutchak
e4ad5ec64f Update README: hidraw: minimum supported kernel 2019-07-23 23:50:56 +03:00
Filip Kubicz
e5ce14aee2 README: added table of contents
The README is long. Added table of contents in order to save reader from
being overwhelmed.

Updated README where appropriate.

Signed-off-by: Filip Kubicz <filip.kubicz@nordicsemi.no>
2019-06-17 12:09:31 +02:00
Filip Kubicz
177daa52c8 README: Fix markdown description
No changes to meaning, just markdown fixes.

Signed-off-by: Filip Kubicz <filip.kubicz@nordicsemi.no>
2019-06-17 12:09:31 +02:00
Filip Kubicz
d1ecb1442e
README: inform about moving to libusb/hidapi
Updated link to GitHub. Added info about original author and a new repository.
2019-06-13 10:27:32 +02:00
Luca Weiss
fdae95dcd7 README: convert to markdown 2019-06-12 16:34:30 -07:00