Skip to content

Commit 4ab60e0

Browse files
authored
README: add links to backend description
1 parent 0ec60c0 commit 4ab60e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ It was moved to [libusb/hidapi](https://github.com/libusb/hidapi) on June 4th, 2
2828

2929
## About
3030

31-
HIDAPI has four back-ends:
31+
### HIDAPI has four back-ends:
3232
* Windows (using `hid.dll`)
3333
* Linux/hidraw (using the Kernel's hidraw driver)
3434
* libusb (using libusb-1.0 - Linux/BSD/other UNIX-like systems)
@@ -45,7 +45,7 @@ for unprivileged users to be able to access HID devices with hidapi. Refer
4545
to the [69-hid.rules](udev/69-hid.rules) file in the `udev` directory
4646
for an example.
4747

48-
__Linux/hidraw__ (`linux/hid.c`):
48+
#### __Linux/hidraw__ (`linux/hid.c`):
4949

5050
This back-end uses the hidraw interface in the Linux kernel, and supports
5151
both USB and Bluetooth HID devices. It requires kernel version at least 2.6.39
@@ -55,7 +55,7 @@ Keyboards, mice, and some other devices which are blacklisted from having
5555
hidraw nodes will not work. Fortunately, for nearly all the uses of hidraw,
5656
this is not a problem.
5757

58-
__Linux/FreeBSD/libusb__ (`libusb/hid.c`):
58+
#### __Linux/FreeBSD/libusb__ (`libusb/hid.c`):
5959

6060
This back-end uses libusb-1.0 to communicate directly to a USB device. This
6161
back-end will of course not work with Bluetooth devices.

0 commit comments

Comments
 (0)