Subversion Repositories Kolibri OS

Rev

Rev 387 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 387 Rev 444
Line -... Line 1...
-
 
1
$Revision: 431 $
-
 
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
3
;;                                                              ;;
-
 
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
-
 
5
;; Distributed under terms of the GNU General Public License    ;;
-
 
6
;;                                                              ;;
-
 
7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 
8
 
1
MouseSearch_PS2:
9
MouseSearch_PS2:
2
	jmp	MouseSearch_PS2_begin
10
	jmp	MouseSearch_PS2_begin
Line 3... Line 11...
3
 
11
 
Line 73... Line 81...
73
 
81
 
Line 74... Line 82...
74
	mov	[mouse_error_esp], esp
82
	mov	[mouse_error_esp], esp
75
 
83
 
76
        mov     bl, 0xAD	; disable keyboard interface
84
        mov     bl, 0xAD	; disable keyboard interface
77
        call    kb_cmd_c
85
        call    kb_cmd_c
78
     
86
 
Line 79... Line 87...
79
        mov     bl, 0xA8	; enable mouse interface
87
        mov     bl, 0xA8	; enable mouse interface
80
        call    kb_cmd_c
88
        call    kb_cmd_c