Changeset 013517b in mainline for uspace/drv/bus/usb/uhcirh/port.c


Ignore:
Timestamp:
2011-10-12T20:23:23Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32ec5671
Parents:
162726b
Message:

usb: Remove assigned_handle output parameter.

Use new_fun instead.

File:
1 edited

Legend:

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

    r162726b r013517b  
    261261                ret = usb_hc_new_device_wrapper(port->rh, &port->hc_connection,
    262262                    speed, uhci_port_reset_enable, port->number, port,
    263                     &port->attached_device.address, NULL, NULL, NULL,
     263                    &port->attached_device.address, NULL, NULL,
    264264                    &port->attached_device.fun);
    265265        } while (ret != EOK && ++count < 4);
Note: See TracChangeset for help on using the changeset viewer.