]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
[Description]:
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciQueue.c
index 843c9e38aa64c987a43e45315eab21460c3658b0..8804e91244f7ef3efcf7b2a96bfda396bd5db0d3 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
+Copyright (c) 2007 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -280,7 +280,7 @@ UhciCreateQh (
 \r
   Qh->QhHw.HorizonLink  = QH_HLINK (NULL, TRUE);\r
   Qh->QhHw.VerticalLink = QH_VLINK (NULL, TRUE);\r
-  Qh->Interval          = Interval;\r
+  Qh->Interval          = UhciConvertPollRate(Interval);\r
   Qh->TDs               = NULL;\r
   Qh->NextQh            = NULL;\r
 \r