Changeset 17ada7a in mainline for uspace/drv/usbhid/kbdrepeat.c


Ignore:
Timestamp:
2011-03-10T13:42:14Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7309799
Parents:
dfe53af
Message:

Comments + minor changes.

  • Doxygen comments to all functions in kbddev.c
  • Added parameter count to usbhid_kbd_check_key_changes()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/kbdrepeat.c

    rdfe53af r17ada7a  
    4545#include "kbddev.h"
    4646
    47 static unsigned int CHECK_DELAY = 1000;
     47static unsigned int CHECK_DELAY = 10000;
    4848
    4949/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.