Changeset df1a019 in mainline


Ignore:
Timestamp:
2019-12-08T20:14:49Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
02f45748
Parents:
0b63dc2
Message:

Switch to kernel console with F12.

File:
1 edited

Legend:

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

    r0b63dc2 rdf1a019  
    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.