Changeset c39e9fb in mainline for uspace/drv/bus/usb/usbmid/explore.c


Ignore:
Timestamp:
2013-01-25T22:21:13Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
945d66c
Parents:
f6b2a76
Message:

usb, drivers: Use usb_device_* wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmid/explore.c

    rf6b2a76 rc39e9fb  
    159159
    160160        /* Select the first configuration */
    161         int rc = usb_request_set_configuration(&dev->ctrl_pipe,
     161        int rc = usb_request_set_configuration(usb_device_get_default_pipe(dev),
    162162            config_descriptor->configuration_number);
    163163        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.