Changeset 1775ebc in mainline


Ignore:
Timestamp:
2011-04-21T21:14:11Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9b78020, cf2ccd4
Parents:
f240d30
Message:

Some comment

File:
1 edited

Legend:

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

    rf240d30 r1775ebc  
    702702               
    703703                // save the key usage
     704                /* TODO: maybe it's not good to save value, nor usage
     705                 *       as the value may be e.g. 1 for LEDs and usage may be
     706                 *       value of the LED. On the other hand, in case of normal
     707                 *       keys, the usage is more important and we must check
     708                 *       that. One possible solution: distinguish between those
     709                 *       two parts of the Report somehow.
     710                 */
    704711                kbd_dev->keys[i] = field->value;
    705712                usb_log_debug2("Saved %u. key usage %d\n", i, kbd_dev->keys[i]);
Note: See TracChangeset for help on using the changeset viewer.