Changeset f9a0cef in mainline for uspace/drv/usbhub/main.c


Ignore:
Timestamp:
2010-12-13T00:31:22Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37f7cfe, ea5dbaf
Parents:
1e32a63
Message:

Add clearing status changes in hub driver

Also, both keyboard and hub driver question with interval of 1s.

File:
1 edited

Legend:

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

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