Changeset 0fcccd9 in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c


Ignore:
Timestamp:
2018-01-12T11:49:01Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99a00a6
Parents:
fcdab1e
git-author:
Petr Manek <petr.manek@…> (2018-01-12 11:48:53)
git-committer:
Petr Manek <petr.manek@…> (2018-01-12 11:49:01)
Message:

usbhid: refactoring

Renamed polling synchronization primitives with the same convention as
in usbhub. Added some documentation.

File:
1 edited

Legend:

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

    rfcdab1e r0fcccd9  
    710710
    711711        /* Continue polling until the device is about to be removed. */
    712         return !hid_dev->will_deinit;
     712        return !hid_dev->poll_stop;
    713713}
    714714
Note: See TracChangeset for help on using the changeset viewer.