Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: third_party/hidapi/README.chromium

Issue 25666010: Adding third party library hidapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/hidapi/README.chromium
diff --git a/third_party/hidapi/README.chromium b/third_party/hidapi/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..40c094f5b0e598220bb3cf25a923d71f9383df22
--- /dev/null
+++ b/third_party/hidapi/README.chromium
@@ -0,0 +1,26 @@
+Name: hidapi
+URL: http://www.signal11.us/oss/hidapi/
+Version: 0.7.0
Kees Cook 2013/12/04 20:49:36 This is 2 years old. Perhaps it'd be better to tak
Bei Zhang 2013/12/10 22:24:11 Done.
+License: BSD
+License File: LICENSE-bsd.txt
+Security Critical: yes
+
+Description:
+HIDAPI is a multi-platform library which allows an application to interface with
+USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X. While it
+can be used to communicate with standard HID devices like keyboards, mice, and
+Joysticks, it is most useful when used with custom (Vendor-Defined) HID devices.
+
+Local Modifications:
+
+1. Only needed files are included:
+ - src/hidapi.h
+ - src/linux/hid.c -> hidapi_linux.c
+ - src/mac/hid.c -> hidapi_mac.c
+ - src/windows/hid.c -> hidapi_win.c
+ - src/LICENSE
+ - src/AUTHORS.txt
+ - src/README.txt
+
+2. Applied patch hidapi_linux.c.patch
+3. Fixed license header (pending change to the upstream).

Powered by Google App Engine
This is Rietveld 408576698