Changeset ff0258f in mainline


Ignore:
Timestamp:
2015-08-25T04:14:47Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
691130cf
Parents:
f29643d5
Message:

libusbdev: Add TODO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devpoll.c

    rf29643d5 rff0258f  
    154154
    155155                /* Take a rest before next request. */
     156                //TODO: This is broken, the time is in ms not us.
     157                // but first we need to fix drivers to actually stop using this,
     158                // since polling dealy should be implemented in HC schedule
    156159                async_usleep(params->delay);
    157160        }
Note: See TracChangeset for help on using the changeset viewer.