Changes in uspace/app/mkbd/main.c [e8f826b:b2995c3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
re8f826b rb2995c3 45 45 #include <devmap.h> 46 46 #include <usb/dev/hub.h> 47 #include <usb/hc.h> 47 #include <usb/host.h> 48 #include <usb/driver.h> 48 49 #include <usb/dev/pipes.h> 49 50 … … 172 173 /* Try to get its address. */ 173 174 if (!addr_found) { 174 addr = usb_ hc_get_address_by_handle(dev_handle);175 addr = usb_device_get_assigned_address(dev_handle); 175 176 if (addr >= 0) { 176 177 addr_found = true;
Note:
See TracChangeset
for help on using the changeset viewer.