From 01573335f11c32a4c238e270a715965759bfbbe0 Mon Sep 17 00:00:00 2001 From: CleverMouse Date: Fri, 31 May 2013 17:53:53 +0000 Subject: [PATCH] and another one git-svn-id: svn://kolibrios.org@3579 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/bus/usb/uhci.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trunk/bus/usb/uhci.inc b/kernel/trunk/bus/usb/uhci.inc index 36ccc36d2f..06360fc9d7 100644 --- a/kernel/trunk/bus/usb/uhci.inc +++ b/kernel/trunk/bus/usb/uhci.inc @@ -126,7 +126,7 @@ struct uhci_controller ; ------------------------------ hardware fields ------------------------------ FrameList rd 1024 ; Entry n corresponds to the head of the frame list to be executed in -; the frames n,n+1024,n+2048,n+3096,... +; the frames n,n+1024,n+2048,n+3072,... ; The first bit of each entry is Terminate bit, 1 = the frame is empty. ; The second bit of each entry is QH/TD select bit, 1 = the entry points to ; QH, 0 = to TD.