Changeset dd455b1 in mainline


Ignore:
Timestamp:
2011-02-04T13:06:19Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
621afdb
Parents:
1669a73
Message:

Bind new devices to their respective usb addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port.c

    r1669a73 rdd455b1  
    212212                return ENOMEM;
    213213        }
    214         usb_log_info("Sucessfully added device on port(%d) address(%d).\n",
    215                 port->number, usb_address);
     214        usb_log_info("Sucessfully added device on port(%d) address(%d) handle %d.\n",
     215                port->number, usb_address, port->attached_device);
    216216
    217217        /* TODO: bind the address here */
     218        ret = usb_drv_bind_address(port->hc_phone, usb_address, port->attached_device);
    218219
    219220        return EOK;
Note: See TracChangeset for help on using the changeset viewer.