Changeset b4b534ac in mainline for uspace/app/mkbd/main.c


Ignore:
Timestamp:
2016-07-22T08:24:47Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f76d2c2
Parents:
5b18137 (diff), 8351f9a4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jan.vesely/helenos/usb

File:
1 edited

Legend:

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

    r5b18137 rb4b534ac  
    4444#include <devman.h>
    4545#include <loc.h>
    46 #include <usb/dev/hub.h>
    4746#include <usbhid_iface.h>
    4847#include <usb/dev/pipes.h>
     
    219218        devman_handle_t dev_handle = 0;
    220219       
    221         int rc = usb_resolve_device_handle(devpath, NULL, NULL, &dev_handle);
     220        int rc = usb_resolve_device_handle(devpath, &dev_handle);
    222221        if (rc != EOK) {
    223222                printf("Device not found or not of USB kind: %s.\n",
Note: See TracChangeset for help on using the changeset viewer.