fix usbstor after r4105

git-svn-id: svn://kolibrios.org@4127 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-10-29 11:24:28 +00:00
parent 8a4eaef42c
commit 395cf49f52
2 changed files with 4 additions and 4 deletions

View File

@ -60,6 +60,7 @@ kernel_export \
CreateRingBuffer,\
\
GetPid,\
CreateThread,\
CreateObject,\
DestroyObject,\
CreateEvent,\

View File

@ -1002,13 +1002,12 @@ proc inquiry_callback
; to allow the USB thread to continue working and handling those requests.
; 4. Thus, create a temporary kernel thread which would do it.
mov edx, [esp+8]
push ebx ecx
movi eax, 51
push ebx ecx esi edi
movi ebx, 1
mov ecx, new_disk_thread
; edx = parameter
int 0x40
pop ecx ebx
call CreateThread
pop edi esi ecx ebx
cmp eax, -1
jnz .nothing
; on error, reverse step 3