Changeset b0b5628 in mainline for uspace/srv/kbd/ctl/sun.c


Ignore:
Timestamp:
2009-03-08T14:31:51Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6346efd
Parents:
2270bef
Message:

Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it — let's nuke some ants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/ctl/sun.c

    r2270bef rb0b5628  
    4545
    4646static int scanmap_simple[];
     47
     48int kbd_ctl_init(void)
     49{
     50        return 0;
     51}
    4752
    4853void kbd_ctl_parse_scancode(int scancode)
Note: See TracChangeset for help on using the changeset viewer.