Changeset 5ad8661 in mainline for uspace/srv/kbd/generic/kbd.c


Ignore:
Timestamp:
2009-02-21T11:32:28Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9646159
Parents:
12b6796
Message:

Support Shift modifier in stty and gxe_fb drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/generic/kbd.c

    r12b6796 r5ad8661  
    6969void kbd_push_scancode(int scancode)
    7070{
    71         printf("scancode: 0x%x\n", scancode);
     71/*      printf("scancode: 0x%x\n", scancode);*/
    7272        kbd_ctl_parse_scancode(scancode);
    7373}
     
    115115                }
    116116        }
    117 
     117/*
    118118        printf("type: %d\n", type);
    119119        printf("mods: 0x%x\n", mods);
    120120        printf("keycode: %u\n", key);
    121 
     121*/
    122122        ev.type = type;
    123123        ev.key = key;
Note: See TracChangeset for help on using the changeset viewer.