提交 0922c3f6 编写于 作者: H Hervé Poussineau 提交者: Gerd Hoffmann

ohci: fix command HostControllerReset

Specification says that: "This bit is set by HCD to initiate a software reset of HC."
Signed-off-by: NHervé Poussineau <hpoussin@reactos.org>
Tested-by: NMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-id: 1450567431-31795-4-git-send-email-hpoussin@reactos.org
Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 7d938fd1
......@@ -1714,7 +1714,7 @@ static void ohci_mem_write(void *opaque,
ohci->status |= val;
if (ohci->status & OHCI_STATUS_HCR)
ohci_hard_reset(ohci);
ohci_soft_reset(ohci);
break;
case 3: /* HcInterruptStatus */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册