X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=src%2Fftdi.h;fp=src%2Fftdi.h;h=42f4cc1b54797c9d19289f259710849a0b932883;hp=07fcd7147eee18c249030fd326ec20b0c2869ef8;hb=de3da328335f1dd7e55bf251f900123d4e0a0785;hpb=1a6645bfa90c1a7b40f6c33decfdd992f7002ff8 diff --git a/src/ftdi.h b/src/ftdi.h index 07fcd71..42f4cc1 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -360,7 +360,7 @@ enum ftdi_cbus_func /* FIXME: Recheck value, especially the last */ enum ftdi_cbush_func /* FIXME: Recheck value, especially the last */ { CBUSH_TRISTATE = 0, CBUSH_RXLED = 1, CBUSH_TXLED = 2, CBUSH_TXRXLED = 3, CBUSH_PWREN = 4, - CBUSH_SLEEP = 5, CBUSH_DRIVE_0 = 6, CBUSG_DRIVE1 = 7, CBUSH_IOMODE = 8, CBUSH_TXDEN = 9, + CBUSH_SLEEP = 5, CBUSH_DRIVE_0 = 6, CBUSH_DRIVE1 = 7, CBUSH_IOMODE = 8, CBUSH_TXDEN = 9, CBUSH_CLK30 = 10, CBUSH_CLK15 = 11, CBUSH_CLK7_5 = 12, CBUSH_BAT_DETECT = 13, CBUSH_BAT_DETECT_NEG = 14, CBUSH_I2C_TXE = 15, CBUSH_I2C_RXF = 16, CBUSH_VBUS_SENSE = 17, CBUSH_BB_WR = 18, CBUSH_BB_RD = 19, CBUSH_TIME_STAMP = 20, CBUSH_AWAKE = 21,