Changes in uspace/app/mkbd/main.c [e8f826b:b2995c3] in mainline


Ignore:
File:
1 edited

Legend:

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

    re8f826b rb2995c3  
    4545#include <devmap.h>
    4646#include <usb/dev/hub.h>
    47 #include <usb/hc.h>
     47#include <usb/host.h>
     48#include <usb/driver.h>
    4849#include <usb/dev/pipes.h>
    4950
     
    172173                /* Try to get its address. */
    173174                if (!addr_found) {
    174                         addr = usb_hc_get_address_by_handle(dev_handle);
     175                        addr = usb_device_get_assigned_address(dev_handle);
    175176                        if (addr >= 0) {
    176177                                addr_found = true;
Note: See TracChangeset for help on using the changeset viewer.