Changeset 6e3c005 in mainline for uspace/drv/bus/usb/usbhub/port.c


Ignore:
Timestamp:
2011-12-14T15:29:41Z (12 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/usbhub/port.c

    r22ecbde r6e3c005  
    288288        port->attached_device.fun = NULL;
    289289
    290         ret = usb_hc_unregister_device(&hub->usb_device->hc_conn,
    291             port->attached_device.address);
     290        ret = usb_hub_unregister_device(&hub->usb_device->hc_conn,
     291            &port->attached_device);
    292292        if (ret != EOK) {
    293293                usb_log_warning("Failed to unregister address of the "
Note: See TracChangeset for help on using the changeset viewer.