Changeset 91173333 in mainline for uspace/drv/hid/usbhid/kbd/kbddev.c
- Timestamp:
- 2018-01-13T21:36:13Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- edc51615
- Parents:
- 8a0c52a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/kbd/kbddev.c
r8a0c52a r91173333 710 710 711 711 /* Continue polling until the device is about to be removed. */ 712 return !hid_dev->poll_stop;712 return true; 713 713 } 714 714
Note:
See TracChangeset
for help on using the changeset viewer.