From c4c1e569d058f6001a4e78d8bba250bf14502ad6 Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Wed, 5 Apr 2017 00:25:38 +0200 Subject: [PATCH] Improve langauge in INSTALL.md --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 51642af..d83547f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,8 +9,8 @@ * hidapi or libusb ## hidapi vs libusb :
-hidapi is the new implementation but need to be tested.
-hidapi is very more speed than libusb (~20ms vs ~150ms).
+hidapi is a newer implementation but needs more testing.
+hidapi is more responsive than libusb (~20ms vs ~150ms).
hidapi seem not work on CentOS, writing on hidraw is not allowed.
hidapi is recommended but if you encounter problem on your system, switch to libusb.