Changeset df8110d3 in mainline for uspace/srv/hid/kbd/layout/us_qwerty.c
- Timestamp:
- 2011-06-17T16:43:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d900699
- Parents:
- c1198c2 (diff), ad28599 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/hid/kbd/layout/us_qwerty.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/kbd/layout/us_qwerty.c
rc1198c2 rdf8110d3 38 38 39 39 static void layout_reset(void); 40 static wchar_t layout_parse_ev( console_event_t *ev);40 static wchar_t layout_parse_ev(kbd_event_t *ev); 41 41 42 42 layout_op_t us_qwerty_op = { … … 204 204 } 205 205 206 static wchar_t layout_parse_ev( console_event_t *ev)206 static wchar_t layout_parse_ev(kbd_event_t *ev) 207 207 { 208 208 wchar_t c;
Note:
See TracChangeset
for help on using the changeset viewer.
