Subversion Repositories Kolibri OS

Rev

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

Rev 2611 Rev 2709
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2011. All rights reserved. ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
4
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa      ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 2611 $
8
$Revision: 2709 $
9
 
9
 
10
 
10
 
Line 414... Line 414...
414
        xor     eax, eax
414
        xor     eax, eax
415
@@:
415
@@:
416
        mov     [edi+4], ax
416
        mov     [edi+4], ax
417
        mov     eax, [kb_state]
417
        mov     eax, [kb_state]
418
        mov     [edi+6], ax
418
        mov     [edi+6], ax
-
 
419
 
-
 
420
        cmp     [PID_lock_input], dword 0
-
 
421
        je      .nohotkey
-
 
422
 
-
 
423
        popad
-
 
424
        jmp     .exit.irq1
419
;--------------------------------------
425
;--------------------------------------
420
.nohotkey:
426
.nohotkey:
421
        popad
427
        popad
-
 
428
 
422
        cmp     [keyboard_mode], 0; return from keymap
429
        cmp     [keyboard_mode], 0; return from keymap
423
        jne     .scancode
430
        jne     .scancode
Line 424... Line 431...
424
        
431
        
425
        test    bh, bh
432
        test    bh, bh