Changeset 11e394f in mainline for uspace/lib/c/include


Ignore:
Timestamp:
2020-12-31T21:19:51Z (5 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

Location:
uspace/lib/c/include/ipc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ipc/input.h

    re037cf37 r11e394f  
    3939
    4040typedef enum {
    41         INPUT_ACTIVATE = IPC_FIRST_USER_METHOD
     41        INPUT_ACTIVATE = IPC_FIRST_USER_METHOD,
     42        INPUT_CHANGE_LAYOUT,
     43        INPUT_GET_LAYOUT
    4244} input_request_t;
    4345
  • uspace/lib/c/include/ipc/services.h

    re037cf37 r11e394f  
    5959#define SERVICE_NAME_INET     "net/inet"
    6060#define SERVICE_NAME_IPC_TEST "ipc-test"
     61#define SERVICE_NAME_HID_INPUT    "hid/input"
    6162#define SERVICE_NAME_NETCONF  "net/netconf"
    6263#define SERVICE_NAME_UDP      "net/udp"
Note: See TracChangeset for help on using the changeset viewer.