Changeset 9fe1635 in mainline for uspace/lib/c/include/ipc/services.h


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/lib/c/include/ipc/services.h

    re89dc0b r9fe1635  
    5858#define SERVICE_NAME_INET     "net/inet"
    5959#define SERVICE_NAME_IPC_TEST "ipc-test"
     60#define SERVICE_NAME_HID_INPUT    "hid/input"
    6061#define SERVICE_NAME_NETCONF  "net/netconf"
    6162#define SERVICE_NAME_UDP      "net/udp"
Note: See TracChangeset for help on using the changeset viewer.