diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/vusb/libs-host/Readme.txt |
Diffstat (limited to 'lib/vusb/libs-host/Readme.txt')
-rw-r--r-- | lib/vusb/libs-host/Readme.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/vusb/libs-host/Readme.txt b/lib/vusb/libs-host/Readme.txt new file mode 100644 index 000000000..5117d18f7 --- /dev/null +++ b/lib/vusb/libs-host/Readme.txt | |||
@@ -0,0 +1,26 @@ | |||
1 | This is the Readme file for the libs-host directory. This directory contains | ||
2 | code snippets which may be useful for host side USB software. | ||
3 | |||
4 | |||
5 | WHAT IS INCLUDED IN THIS DIRECTORY? | ||
6 | =================================== | ||
7 | |||
8 | opendevice.c and opendevice.h | ||
9 | This module contains a function to find and open a device given its | ||
10 | numeric IDs (VID, PID), names (vendor name and product name) and serial | ||
11 | number. It is based on libusb/libusb-win32 and returns a libusb device | ||
12 | handle. See opendevice.h for an API documentation. | ||
13 | |||
14 | hiddata.c and hiddata.h | ||
15 | This module contains functions for data transfer over HID feature reports. | ||
16 | It is based on libusb on Unix and native Windows functions on Windows. No | ||
17 | driver DLL is needed on Windows. See hiddata.h for an API documentation. | ||
18 | |||
19 | hidsdi.h | ||
20 | This DDK header file is missing in the free MinGW version of the Windows | ||
21 | DDK. Use this version if you get an "include file not found" error. | ||
22 | |||
23 | |||
24 | ---------------------------------------------------------------------------- | ||
25 | (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH. | ||
26 | http://www.obdev.at/ | ||