Changeset 76d0981d in mainline for uspace/drv/hid/usbhid/mouse/mousedev.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/mouse/mousedev.c
r9c514be r76d0981d 43 43 #include <errno.h> 44 44 #include <async.h> 45 #include <stdbool.h> 45 46 #include <str_error.h> 46 47 #include <ipc/mouseev.h> … … 299 300 300 301 /* Break from within. */ 301 while ( 1) {302 while (true) { 302 303 field = usb_hid_report_get_sibling( 303 304 report, field, path,
Note:
See TracChangeset
for help on using the changeset viewer.