aboutsummaryrefslogtreecommitdiffstats
path: root/libs-host/Readme.txt
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2008-04-17 19:00:20 +0000
committerChristian Starkjohann <cs+github@obdev.at>2008-04-17 19:00:20 +0000
commit95ca3f5bd696b5450820929e1b1a444d02f0bd1e (patch)
tree70ac0161a0e4548acaf2f89d2ecb77132579ff7a /libs-host/Readme.txt
parent2f465daef9e6c5a6b7bda3074c050cd7e8515770 (diff)
downloadv-usb-95ca3f5bd696b5450820929e1b1a444d02f0bd1e.tar.gz
v-usb-95ca3f5bd696b5450820929e1b1a444d02f0bd1e.tar.bz2
v-usb-95ca3f5bd696b5450820929e1b1a444d02f0bd1e.zip
- imported new files into project
Diffstat (limited to 'libs-host/Readme.txt')
-rw-r--r--libs-host/Readme.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/libs-host/Readme.txt b/libs-host/Readme.txt
new file mode 100644
index 0000000..5117d18
--- /dev/null
+++ b/libs-host/Readme.txt
@@ -0,0 +1,26 @@
+This is the Readme file for the libs-host directory. This directory contains
+code snippets which may be useful for host side USB software.
+
+
+WHAT IS INCLUDED IN THIS DIRECTORY?
+===================================
+
+opendevice.c and opendevice.h
+ This module contains a function to find and open a device given its
+ numeric IDs (VID, PID), names (vendor name and product name) and serial
+ number. It is based on libusb/libusb-win32 and returns a libusb device
+ handle. See opendevice.h for an API documentation.
+
+hiddata.c and hiddata.h
+ This module contains functions for data transfer over HID feature reports.
+ It is based on libusb on Unix and native Windows functions on Windows. No
+ driver DLL is needed on Windows. See hiddata.h for an API documentation.
+
+hidsdi.h
+ This DDK header file is missing in the free MinGW version of the Windows
+ DDK. Use this version if you get an "include file not found" error.
+
+
+----------------------------------------------------------------------------
+(c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH.
+http://www.obdev.at/