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


Ignore:
Timestamp:
2012-12-26T19:02:51Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34289ea
Parents:
d8cdf39e
Message:

libusbdev: Drop support for custom function data and ops.

Unused and it will go away soon anyway.

File:
1 edited

Legend:

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

    rd8cdf39e rdb8b7ca  
    266266                ret = usb_hc_new_device_wrapper(port->rh, &port->hc_connection,
    267267                    speed, uhci_port_reset_enable, port,
    268                     &port->attached_device.address, NULL, NULL,
    269                     &port->attached_device.fun);
     268                    &port->attached_device.address, &port->attached_device.fun);
    270269        } while (ret != EOK && count-- > 0);
    271270
Note: See TracChangeset for help on using the changeset viewer.