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


Ignore:
Timestamp:
2016-12-10T12:49:09Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aed3e6a
Parents:
c4e30607
Message:

Consider the first device in the 'serial' category an output device

File:
1 edited

Legend:

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

    rc4e30607 re53794c  
    3838#include "port/niagara.h"
    3939#include "port/ski.h"
     40#include "port/chardev.h"
    4041#include "output.h"
    4142
     
    479480        niagara_init();
    480481        ski_init();
     482        chardev_init();
    481483       
    482484        printf("%s: Accepting connections\n", NAME);
Note: See TracChangeset for help on using the changeset viewer.