Changeset 1c3fcf9 in mainline
- Timestamp:
- 2011-05-07T09:01:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f90c0d6
- Parents:
- fb295b6 (diff), 1b7dc5e9 (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/kbd/kbddev.c
rfb295b6 r1c3fcf9 562 562 usb_log_debug2("Key pressed: %d (keycode: %d)\n", key, 563 563 kbd_dev->keys[i]); 564 usb_kbd_push_ev(hid_dev, kbd_dev, KEY_PRESS, key);565 564 if (!usb_kbd_is_lock(key)) { 566 565 usb_kbd_repeat_start(kbd_dev, key); 567 566 } 567 usb_kbd_push_ev(hid_dev, kbd_dev, KEY_PRESS, key); 568 568 } else { 569 569 // found, nothing happens
Note:
See TracChangeset
for help on using the changeset viewer.