added MAX3421E reinit to busprobe()

This commit is contained in:
Oleg Mazurov 2011-06-22 11:54:33 -06:00
parent b94ed5d103
commit 2ed6629628

View file

@ -249,8 +249,9 @@ void MAX3421e< SS, INTR >::busprobe()
vbusState = SE1; vbusState = SE1;
break; break;
case( bmSE0 ): //disconnected state case( bmSE0 ): //disconnected state
vbusState = SE0; regWr( rMODE, bmDPPULLDN|bmDMPULLDN|bmHOST|bmSEPIRQ);
break; vbusState = SE0;
break;
}//end switch( bus_sample ) }//end switch( bus_sample )
} }
/* MAX3421 state change task and interrupt handler */ /* MAX3421 state change task and interrupt handler */