X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=src%2Fftdi_i.h;h=5d0412087c0669c92ee32bdc170764575a528e13;hb=5e9f7a6d1d34ca33e24c720300131d64098fa828;hp=18f57254fb82f76ef4e2226ed22ddbfc9f5daa2d;hpb=7964636842a44bcfad9416b90483770f7cb172fa;p=libftdi diff --git a/src/ftdi_i.h b/src/ftdi_i.h index 18f5725..5d04120 100644 --- a/src/ftdi_i.h +++ b/src/ftdi_i.h @@ -2,8 +2,9 @@ ftdi_i.h - description ------------------- begin : Don Sep 9 2011 - copyright : (C) 2003-2017 by Intra2net AG and the libftdi developers + copyright : (C) 2003-2020 by Intra2net AG and the libftdi developers email : opensource@intra2net.com + SPDX-License-Identifier: LGPL-2.1-only ***************************************************************************/ /*************************************************************************** @@ -90,11 +91,11 @@ struct ftdi_eeprom /* Special function of FT232R/FT232H devices (and possibly others as well) */ /** CBUS pin function. See CBUS_xxx defines. */ int cbus_function[10]; - /** Select hight current drive on R devices. */ + /** Select high current drive on R devices. */ int high_current; - /** Select hight current drive on A channel (2232C */ + /** Select high current drive on A channel (2232C). */ int high_current_a; - /** Select hight current drive on B channel (2232C). */ + /** Select high current drive on B channel (2232C). */ int high_current_b; /** Select inversion of data lines (bitmask). */ int invert;