Subversion Repositories pentevo

Rev

Rev 656 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 656 Rev 658
Line 31... Line 31...
31
                        case EXT_TYPE_PS2KEYBOARDS_LOG:
31
                        case EXT_TYPE_PS2KEYBOARDS_LOG:
32
                        {
32
                        {
33
                                //PS2 keyboards log
33
                                //PS2 keyboards log
34
                                return ps2keyboard_from_log();
34
                                return ps2keyboard_from_log();
35
                        }
35
                        }
-
 
36
 
-
 
37
                        case EXT_TYPE_RDCFG:
-
 
38
                        {
-
 
39
                                // read config byte
-
 
40
                                return (index==0) ? modes_register : 0xFF;
-
 
41
                        }
36
                }
42
                }
37
        }
43
        }
38
        return (UBYTE)0xFF;
44
        return (UBYTE)0xFF;
39
}
45
}
40
 
46