fix comment, resolve #89

git-svn-id: svn://kolibrios.org@5177 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2014-11-14 16:34:04 +00:00
parent 99c45a8636
commit 6a8f9e7ccd

View File

@ -726,7 +726,7 @@ end if
; 3d. Free old memory. ; 3d. Free old memory.
call free call free
pop eax pop eax
; 4. Issue control transfer GET_DESCRIPTOR(DEVICE) for full descriptor. ; 4. Issue control transfer GET_DESCRIPTOR(CONFIGURATION) for full descriptor.
movzx ecx, [eax+usb_device_data.DeviceDescrSize] movzx ecx, [eax+usb_device_data.DeviceDescrSize]
mov edx, [eax+usb_device_data.ConfigDataSize] mov edx, [eax+usb_device_data.ConfigDataSize]
lea eax, [eax+ecx+sizeof.usb_device_data] lea eax, [eax+ecx+sizeof.usb_device_data]