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

Side by Side 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: Adding third party library hidapi Created 7 years, 2 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Name: hidapi
2 URL: http://www.signal11.us/oss/hidapi/
3 Version: 0.7.0
Paweł Hajdan Jr. 2013/10/03 01:14:25 You're aware this is 2 years old, right? I've che
Bei Zhang 2013/10/03 19:15:15 Due to the low activity of this project and simpli
4 License: BSD
5 License File: LICENSE-bsd.txt
6 Security Critical: yes
7
8 Description:
9 HIDAPI is a multi-platform library which allows an application to interface with
10 USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X. While it
11 can be used to communicate with standard HID devices like keyboards, mice, and
12 Joysticks, it is most useful when used with custom (Vendor-Defined) HID devices.
13
14 Local Modifications:
15
16 1. Only needed files are included:
17 - src/hidapi.h
18 - src/linux/hid.c -> hidapi_linux.c
19 - src/mac/hid.c -> hidapi_mac.c
20 - src/windows/hid.c -> hidapi_win.c
21 - src/LICENSE
22 - src/AUTHORS.txt
23 - src/README.txt
24
25 2. Applied patch hidapi_linux.c.patch
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698