Changeset 245b56b5 in mainline for uspace/drv/uhci/root_hub/root_hub.h


Ignore:
Timestamp:
2011-01-29T08:32:04Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
113aef8
Parents:
816175a2
Message:

Added info message on succesfull device addition

Changed root ub name to uhci_root_hubd
Moved hub polling interval definition to header

File:
1 edited

Legend:

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

    r816175a2 r245b56b5  
    3636
    3737#include <fibril.h>
    38 #include <driver.h>
     38#include <driver.h> /* for device_t */
    3939
    4040#include "port.h"
     
    4242#define UHCI_ROOT_HUB_PORT_COUNT 2
    4343#define UHCI_ROOT_HUB_PORT_REGISTERS_OFFSET 0x10
     44#define ROOT_HUB_WAIT_USEC 10000000 /* 10 seconds */
    4445
    4546typedef struct root_hub {
Note: See TracChangeset for help on using the changeset viewer.