Changeset 0fcccd9 in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c
- Timestamp:
- 2018-01-12T11:49:01Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/kbd/kbddev.c
rfcdab1e r0fcccd9 710 710 711 711 /* Continue polling until the device is about to be removed. */ 712 return !hid_dev-> will_deinit;712 return !hid_dev->poll_stop; 713 713 } 714 714
Note:
See TracChangeset
for help on using the changeset viewer.