Changeset 647492b in mainline for uspace/drv/usbhub/main.c


Ignore:
Timestamp:
2010-12-12T22:12:37Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b29d6fa
Parents:
61efb7f
Message:

Fix wrong SET_ADDRESS in hub driver

Also, polling interval resetted back to 10ms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/main.c

    r61efb7f r647492b  
    5050        while(true){
    5151                usb_hub_check_hub_changes();
    52                 async_usleep(10000000);
     52                async_usleep(100 * 1000);
    5353        }
    5454        return 0;
Note: See TracChangeset for help on using the changeset viewer.