qmod: do not automatically clear _HUB_RESET after EEPROM write

we'd rather have explicit control over that
This commit is contained in:
Harald Welte
2017-01-11 22:21:28 +01:00
parent e07aed6543
commit afbb747170

View File

@@ -168,7 +168,6 @@ static int write_hub_eeprom(void)
TRACE_ERROR("Byte %u is wrong, expected 0x%02x, found 0x%02x\r\n",
i, __eeprom_bin[i], byte);
}
PIO_Clear(&pin_hub_rst);
/* FIXME: Release PIN_PRTPWR_OVERRIDE after we know the hub is
* again powering us up */