Changeset 6e3c005 in mainline for uspace/drv/bus/usb/uhcirh


Ignore:
Timestamp:
2011-12-14T15:29:41Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a0487a2
Parents:
22ecbde
Message:

libusbdev: Doxygen and minor cleanup/renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhcirh/port.c

    r22ecbde r6e3c005  
    313313
    314314        /* Driver stopped, free used address */
    315         ret = usb_hc_unregister_device(&port->hc_connection,
    316             port->attached_device.address);
     315        ret = usb_hub_unregister_device(&port->hc_connection,
     316            &port->attached_device);
    317317        if (ret != EOK) {
    318318                usb_log_error("%s: Failed to unregister address of removed "
Note: See TracChangeset for help on using the changeset viewer.