Changeset f8b00f1 in mainline for uspace/drv/usbkbd/main.c
- Timestamp:
- 2010-12-25T17:05:43Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6edd494, e84d65a
- Parents:
- a465a56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbkbd/main.c
ra465a56 rf8b00f1 84 84 85 85 static void send_alnum(int key, wchar_t c) { 86 printf(NAME ": sending key '%lc' to console\n", c);86 printf(NAME ": sending key '%lc' to console\n", (wint_t) c); 87 87 send_key(key, KEY_PRESS, c); 88 88 send_key(key, KEY_RELEASE, c);
Note:
See TracChangeset
for help on using the changeset viewer.