Changeset 5debe97 in mainline for uspace/app/usbinfo/main.c


Ignore:
Timestamp:
2013-01-27T16:24:25Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fe9d542
Parents:
2745176
Message:

libusb: DCE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/main.c

    r2745176 r5debe97  
    199199                /* The initialization is here only to make compiler happy. */
    200200                devman_handle_t handle = 0;
    201                 int rc = usb_resolve_device_handle(devpath,
    202                     NULL, NULL, &handle);
     201                int rc = usb_resolve_device_handle(devpath, &handle);
    203202                if (rc != EOK) {
    204203                        fprintf(stderr, NAME ": device `%s' not found "
Note: See TracChangeset for help on using the changeset viewer.