Changeset c309b18 in mainline for uspace/srv/hid/output/output.c


Ignore:
Timestamp:
2017-11-27T16:35:20Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07a70800
Parents:
59953b57
Message:

Move sending side of MSIM console driver out of output server.

File:
1 edited

Legend:

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

    r59953b57 rc309b18  
    3636#include <config.h>
    3737#include "port/ega.h"
    38 #include "port/kchar.h"
    3938#include "port/chardev.h"
    4039#include "output.h"
     
    477476        if (!config_key_exists("console")) {
    478477                ega_init();
    479                 kchar_init();
    480478        }
    481479       
Note: See TracChangeset for help on using the changeset viewer.