Changeset 9fe1635 in mainline for uspace/srv/hid/input/input.h


Ignore:
Timestamp:
2019-05-16T08:00:04Z (5 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/srv/hid/input/input.h

    re89dc0b r9fe1635  
    4141#include <stdbool.h>
    4242#include <async.h>
     43#include <ipc/services.h>
    4344
    44 #define NAME  "input"
     45#define NAME SERVICE_NAME_HID_INPUT
    4546
    4647extern bool irc_service;
Note: See TracChangeset for help on using the changeset viewer.