]> Git Repo - qemu.git/commitdiff
USB reset typo (Lonnie Mendez)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Nov 2005 17:43:37 +0000 (17:43 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Nov 2005 17:43:37 +0000 (17:43 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1625 c046a42c-6fe2-441c-8c8c-71466251a162

hw/usb-uhci.c

index 0f0c185aae08684024d8c5229daa7b651cb74ac0..732b76a818e97656da1bead52c011ba566b39569 100644 (file)
@@ -191,7 +191,7 @@ static void uhci_ioport_writew(void *opaque, uint32_t addr, uint32_t val)
             uhci_reset(s);
             return;
         }
-        if (val & UHCI_CMD_GRESET) {
+        if (val & UHCI_CMD_HCRESET) {
             uhci_reset(s);
             return;
         }
This page took 0.034021 seconds and 4 git commands to generate.