Changeset f9dd44d in mainline for uspace/drv/uhci/root_hub/root_hub.c


Ignore:
Timestamp:
2011-01-14T14:44:22Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e38385
Parents:
977fcea
Message:

refactoring, use libusb device identification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/root_hub.c

    r977fcea rf9dd44d  
    88#include "root_hub.h"
    99
    10 #define ROOT_HUB_WAIT_USEC 10000000 /* 10 second */
     10#define ROOT_HUB_WAIT_USEC 10000000 /* 10 seconds */
    1111
    1212int uhci_root_hub_init( uhci_root_hub_t *hub, device_t *hc, void *addr )
Note: See TracChangeset for help on using the changeset viewer.