Changeset ddb844e in mainline for uspace/srv/hid/input/input.c


Ignore:
Timestamp:
2020-07-03T23:00:34Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e79a025
Parents:
edb57bc6 (diff), 1a1c75e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Resolve merge conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/input.c

    redb57bc6 rddb844e  
    236236        }
    237237
     238        if (type == KEY_PRESS) {
     239                switch (key) {
     240                case KC_F12:
     241                        console_kcon();
     242                        break;
     243                }
     244        }
     245
    238246        ev.type = type;
    239247        ev.key = key;
Note: See TracChangeset for help on using the changeset viewer.