Changeset 11e394f in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2020-12-31T21:19:51Z (3 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
19f60a38
Parents:
e037cf37
git-author:
Matthieu Riolo <matthieu.riolo@…> (2019-07-21 21:23:33)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-12-31 21:19:51)
Message:

Keyboard layouts can now identify itself

The structure layout_ops_t has been extended with the
parameter name which contains the name of the kb layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    re037cf37 r11e394f  
    5050#include <vfs/vfs.h>
    5151#include <vol.h>
     52#include <ipc/services.h>
    5253#include "untar.h"
    5354#include "init.h"
     
    7071#define SRV_DISPLAY  "/srv/hid/display"
    7172
    72 #define HID_INPUT              "hid/input"
     73#define HID_INPUT              SERVICE_NAME_HID_INPUT
    7374#define HID_OUTPUT             "hid/output"
    7475
Note: See TracChangeset for help on using the changeset viewer.