Changeset 1c3fcf9 in mainline


Ignore:
Timestamp:
2011-05-07T09:01:35Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
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.
Message:

Fixed #119

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/kbd/kbddev.c

    rfb295b6 r1c3fcf9  
    562562                        usb_log_debug2("Key pressed: %d (keycode: %d)\n", key,
    563563                            kbd_dev->keys[i]);
    564                         usb_kbd_push_ev(hid_dev, kbd_dev, KEY_PRESS, key);
    565564                        if (!usb_kbd_is_lock(key)) {
    566565                                usb_kbd_repeat_start(kbd_dev, key);
    567566                        }
     567                        usb_kbd_push_ev(hid_dev, kbd_dev, KEY_PRESS, key);
    568568                } else {
    569569                        // found, nothing happens
Note: See TracChangeset for help on using the changeset viewer.