forked from KolibriOS/kolibrios
small fix
git-svn-id: svn://kolibrios.org@3728 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
49ac7a5c36
commit
3e478e85f8
@ -152,7 +152,7 @@ end virtual
|
|||||||
@@:
|
@@:
|
||||||
mov edx, [edx+usb_pipe.NextVirt]
|
mov edx, [edx+usb_pipe.NextVirt]
|
||||||
cmp [edx+usb_pipe.Controller], esi
|
cmp [edx+usb_pipe.Controller], esi
|
||||||
jnz @b
|
jz @b
|
||||||
; subtract pipe bandwidth
|
; subtract pipe bandwidth
|
||||||
; TODO: calculate real bandwidth
|
; TODO: calculate real bandwidth
|
||||||
mov eax, [.maxpacket]
|
mov eax, [.maxpacket]
|
||||||
|
Loading…
Reference in New Issue
Block a user