Changeset 5156580 in mainline for uspace/drv/ohci/root_hub.c


Ignore:
Timestamp:
2011-03-21T13:37:40Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9078de8f
Parents:
d328172
Message:

Set rh address to 0 during dummy_reset

File:
1 edited

Legend:

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

    rd328172 r5156580  
    4646{
    4747        assert(instance);
    48         instance->address = 0;
     48        instance->address = -1;
    4949        instance->registers = regs;
    5050        instance->device = dev;
Note: See TracChangeset for help on using the changeset viewer.