--------------------------------------------------------------------------------
- Readme for Dtu Linux device driver
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
- Table of Contents
--------------------------------------------------------------------------------

 1. Version History
 2. Introduction
 3. Installation Instructions
 4. Usage Instructions
 5. Contact Information

--------------------------------------------------------------------------------
- 1. Version History
--------------------------------------------------------------------------------

Refer to the "SDK - Revision History.pdf" document for an overview of the 
changes included in the release.

--------------------------------------------------------------------------------
- 2. Introduction
--------------------------------------------------------------------------------

The Dtu driver is a char driver for DekTec's DTU-series of USB devices.
Currently the driver provides support for the following devices:
- DTU-205	(ASI/SDI output for USB-2)
- DTU-215	(VHF/UHF modulator for USB-2)
- DTU-225	(ASI/SDI input for USB-2)
- DTU-234	(VSB/QAM-B receiver for USB-2)
- DTU-235	(DVB-T measurement receiver for USB-2)
- DTU-236	(QAM measurement receiver + ASI input for USB-2)
- DTU-238	(DVB-T/T2, DVB-C input for USB-2)
- DTU-245	(ASI/SDI input+output for USB-2)
- DTU-315	(All-standard all-band modulator for USB-3)
- DTU-351	(HD-SDI input for USB-3)
 
--------------------------------------------------------------------------------
- 3. Installation Instructions
--------------------------------------------------------------------------------

To install the driver, perform the following steps:
 - Compile the driver (type "make" in the directory containing the makefile);
 - Install the driver (type "make install" in the directory containing the
   makefile).

NOTE: MAKE SURE THE 'KERNEL_DIR' DEFINE IN THE MAKEFILE SPECIFIES THE CORRECT
      PATH TO THE KERNEL SOURCES.  IF THE SPECIFIED PATH DOES NOT INCLUDE THE
      KERNEL SOURCES, BUT ONLY THE 'USER' SOURCES THE COMPILER MIGHT GENERATE
      THE FOLLOWING MESSAGE: "#warning Using kernel headers in userspace"

--------------------------------------------------------------------------------
- 4. Usage Instructions
--------------------------------------------------------------------------------

The Dtu driver has the following system requirements:
 - Kernel version 4.14 or higher
 - Linux hotplug should be installed

For easy usage of the driver, DekTec provides the DTAPI wrapper library.
The DTAPI hides the complexities of using the driver in a few easy-to-use
classes. The DTAPI is included in the Linux SDK.

--------------------------------------------------------------------------------
- 5. Contact Information
--------------------------------------------------------------------------------

Please find our contact information below:

DekTec Digital Video B.V.
Godelindeweg 4
1217 HR Hilversum
The Netherlands

Tel:     +31 (0)35 2030 100
Email:   support@dektec.com / info@dektec.com
Website: www.dektec.com
