We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a2339 commit c13fb1aCopy full SHA for c13fb1a
README.md
@@ -45,7 +45,10 @@ HIDAPI has five back-ends:
45
* Mac (using IOHidManager)
46
47
On Linux, either the hidraw or the libusb back-end can be used. There are
48
-tradeoffs, and the functionality supported is slightly different.
+tradeoffs, and the functionality supported is slightly different. Both are
49
+built by default. It is up to the application linking to hidapi to choose
50
+the backend at link time by linking to either `libhidapi-libusb` or
51
+`libhidapi-hidraw`.
52
53
__Linux/hidraw__ (`linux/hid.c`):
54
0 commit comments