mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-21 14:41:26 +02:00
Merge with /home/mk/git/u-boot-usb-hacking#testing
This commit is contained in:
commit
e2fb36a57f
@ -1169,7 +1169,9 @@ pkt_print(dev, pipe, buffer, transfer_len, cmd, "SUB(rh)", usb_pipein(pipe));
|
|||||||
WR_RH_PORTSTAT (RH_PS_PRS);
|
WR_RH_PORTSTAT (RH_PS_PRS);
|
||||||
OK (0);
|
OK (0);
|
||||||
case (RH_PORT_POWER):
|
case (RH_PORT_POWER):
|
||||||
WR_RH_PORTSTAT (RH_PS_PPS ); OK (0);
|
WR_RH_PORTSTAT (RH_PS_PPS );
|
||||||
|
wait_ms(100);
|
||||||
|
OK (0);
|
||||||
case (RH_PORT_ENABLE): /* BUG IN HUP CODE *********/
|
case (RH_PORT_ENABLE): /* BUG IN HUP CODE *********/
|
||||||
if (RD_RH_PORTSTAT & RH_PS_CCS)
|
if (RD_RH_PORTSTAT & RH_PS_CCS)
|
||||||
WR_RH_PORTSTAT (RH_PS_PES );
|
WR_RH_PORTSTAT (RH_PS_PES );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user