Changeset 9940ce0 in mainline for uspace/srv/hid/output/output.c


Ignore:
Timestamp:
2017-11-26T01:03:40Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f4c41b2
Parents:
96258fc
Message:

Move sending side of Ski driver out of output server.

File:
1 edited

Legend:

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

    r96258fc r9940ce0  
    3838#include "port/kchar.h"
    3939#include "port/niagara.h"
    40 #include "port/ski.h"
    4140#include "port/chardev.h"
    4241#include "output.h"
     
    481480                kchar_init();
    482481                niagara_init();
    483                 ski_init();
    484         } else {
    485                 chardev_init();
    486         }
     482        }
     483       
     484        chardev_init();
    487485       
    488486        printf("%s: Accepting connections\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.