Changeset 3c9eb46 in mainline


Ignore:
Timestamp:
2011-05-27T09:02:17Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
266fcd8
Parents:
8fb45e08
Message:

Removed mappings from multimedia keys to function keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/multimedia/keymap.c

    r8fb45e08 r3c9eb46  
    5252        [0xb7] = 0,       /* Stop */
    5353        [0xb8] = 0,       /* Eject */
    54         [0xcd] = KC_F2,   /* Play/Pause */
    55         [0xe2] = KC_F3,   /* Mute */
    56         [0xe9] = KC_F5,   /* Volume Increment */
    57         [0xea] = KC_F4,   /* Volume Decrement */
    58         [0x183] = KC_F1,      /* AL Consumer Control Configuration */
     54        [0xcd] = 0/*KC_F2*/,   /* Play/Pause */
     55        [0xe2] = 0/*KC_F3*/,   /* Mute */
     56        [0xe9] = 0/*KC_F5*/,   /* Volume Increment */
     57        [0xea] = 0/*KC_F4*/,   /* Volume Decrement */
     58        [0x183] = 0/*KC_F1*/,      /* AL Consumer Control Configuration */
    5959        [0x18a] = 0,      /* AL Email Reader */
    6060        [0x192] = 0,      /* AL Calculator */
    6161        [0x221] = 0,      /* AC Search */
    62         [0x223] = KC_F6,      /* AC Home */
     62        [0x223] = 0/*KC_F6*/,      /* AC Home */
    6363        [0x224] = 0,      /* AC Back */
    6464        [0x225] = 0,      /* AC Forward */
Note: See TracChangeset for help on using the changeset viewer.