Changeset bdddc9d in mainline


Ignore:
Timestamp:
2014-01-21T21:29:31Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
478e243
Parents:
bd41b192
Message:

usbinfo: Print error if we can't connect to a device

File:
1 edited

Legend:

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

    rbd41b192 rbdddc9d  
    209209
    210210                if (usb_dev == NULL) {
     211                        fprintf(stderr, NAME ": device `%s' not found "
     212                            "or not of USB kind, skipping.\n",
     213                            devpath);
    211214                        continue;
    212215                }
Note: See TracChangeset for help on using the changeset viewer.