Changeset 9fe1635 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2019-05-16T08:00:04Z (6 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
4db37d1
Parents:
e89dc0b
Message:

Adding support for changing the layout through IPC

The service hid/input is now available for other
programs to access. The service accepts a new request
type for changing the keyboard layout (INPUT_CHANGE_LAYOUT)

File:
1 edited

Legend:

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

    re89dc0b r9fe1635  
    4848#include <io/logctl.h>
    4949#include <vol.h>
     50#include <ipc/services.h>
    5051#include "untar.h"
    5152#include "init.h"
     
    6566#define SRV_COMPOSITOR  "/srv/hid/compositor"
    6667
    67 #define HID_INPUT              "hid/input"
     68#define HID_INPUT              SERVICE_NAME_HID_INPUT
    6869#define HID_OUTPUT             "hid/output"
    6970#define HID_COMPOSITOR_SERVER  ":0"
Note: See TracChangeset for help on using the changeset viewer.