Changeset cb9313e in mainline for uspace/srv/hid/input/layout/ar.c
- Timestamp:
- 2019-05-12T15:02:29Z (6 years ago)
- Children:
- 3e1bc35
- Parents:
- 1e8b633
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-12 05:41:53)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-05-12 15:02:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/layout/ar.c
r1e8b633 rcb9313e 46 46 static wchar_t ar_parse_ev(layout_t *, kbd_event_t *ev); 47 47 48 layout_ops_t ar_ops = { 48 #ifdef CONFIG_KB_LAYOUT_ar 49 50 layout_ops_t layout_default = { 49 51 .create = ar_create, 50 52 .destroy = ar_destroy, 51 53 .parse_ev = ar_parse_ev 52 54 }; 55 56 #endif 53 57 54 58 static wchar_t map_not_shifted[] = {
Note:
See TracChangeset
for help on using the changeset viewer.