What the change essentially is doing is to configure more pins as output (bitmask argument to ftdi_set_bitmode - old mask was IO_OUTPUT, 'b10011111, new mask is now 'b11111111), and also setting bit 4 (v |= IO_MASK), which previously was not driven (IO_DEFAULT_OUT is 'b11100000...