Changeset a0a0d9f4 in mainline
- Timestamp:
- 2017-10-04T14:12:03Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c4c6a2
- Parents:
- c68c713c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/usbhub.c
rc68c713c ra0a0d9f4 236 236 /* It is an error condition if we didn't receive enough data */ 237 237 if (change_bitmap_size == 0) { 238 usb_log_warning("(%p) USB hub stopped polling", hub);239 238 return false; 240 239 } … … 254 253 } 255 254 } 256 usb_log_warning("(%p) USB hub continued polling", hub);257 255 return true; 258 256 }
Note:
See TracChangeset
for help on using the changeset viewer.