Subversion Repositories Kolibri OS

Rev

Rev 3520 | Rev 3826 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3520 Rev 3598
Line 396... Line 396...
396
        push    edx
396
        push    edx
397
        call    usb_process_one_wait_list
397
        call    usb_process_one_wait_list
398
        jnc     @f
398
        jnc     @f
399
        or      byte [esp], 1 shl CONTROL_PIPE
399
        or      byte [esp], 1 shl CONTROL_PIPE
400
@@:
400
@@:
401
        push    4
-
 
402
        pop     edx
401
        movi    edx, 4
403
        call    usb_process_one_wait_list
402
        call    usb_process_one_wait_list
404
        jnc     @f
403
        jnc     @f
405
        or      byte [esp], 1 shl INTERRUPT_PIPE
404
        or      byte [esp], 1 shl INTERRUPT_PIPE
406
@@:
405
@@:
407
        xor     edx, edx
406
        xor     edx, edx