Changeset 11797d5 in mainline for uspace/drv/usbkbd/conv.c


Ignore:
Timestamp:
2011-01-21T16:37:26Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ee48f2, 9097c16a
Parents:
7d540c8
Message:

Fixes + layouts

  • Fixed scancode → keycode map.
  • Removed copied layout file, layouts are now symlinked from generic kbd driver
  • Layout settings in kbd driver
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbkbd/conv.c

    r7d540c8 r11797d5  
    3030#include "conv.h"
    3131
    32 static int scanmap_simple[] = {
     32static int scanmap_simple[255] = {
    3333
    3434//      [0x29] = KC_BACKTICK,
     
    5656        [0x16] = KC_S,
    5757        [0x17] = KC_T,
    58         [0x12] = KC_U,
     58        [0x18] = KC_U,
    5959        [0x19] = KC_V,
    6060        [0x1a] = KC_W,
Note: See TracChangeset for help on using the changeset viewer.