Changeset 5c06c1c in mainline
- Timestamp:
- 2009-02-20T17:11:57Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9979acb
- Parents:
- dc22844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/ctl/gxe_fb.c
rdc22844 r5c06c1c 244 244 key = map[scancode]; 245 245 if (key != 0) 246 kbd_push_ev(KE_PRESS, key , 0);246 kbd_push_ev(KE_PRESS, key); 247 247 } 248 248
Note:
See TracChangeset
for help on using the changeset viewer.