Changeset e8d77a4 in mainline for kbd/arch/mips32/src/kbd.c


Ignore:
Timestamp:
2006-06-07T13:35:15Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7e9c34
Parents:
d3f2cad
Message:

Keyboard esc esc esc shortcut to kconsole & gxemul patch to work return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kbd/arch/mips32/src/kbd.c

    rd3f2cad re8d77a4  
    260260        //return 1;
    261261       
     262       
     263        if ( scan_code == '\r' )
     264                scan_code = '\n' ;
     265       
    262266        buf|=((unsigned long) scan_code)<<(8*(count++));
    263267       
Note: See TracChangeset for help on using the changeset viewer.