Changes in uspace/drv/bus/usb/uhcirh/port.c [e882e3a:612af1a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhcirh/port.c
re882e3a r612af1a0 37 37 #include <str_error.h> 38 38 #include <async.h> 39 #include <devman.h> 39 40 40 41 #include <usb/usb.h> /* usb_address_t */ … … 259 260 { 260 261 assert(port); 262 assert(usb_hc_connection_is_opened(&port->hc_connection)); 261 263 262 264 usb_log_debug("%s: Detected new device.\n", port->id_string); … … 312 314 313 315 /* Driver stopped, free used address */ 314 ret = usb_h ub_unregister_device(&port->hc_connection,315 &port->attached_device);316 ret = usb_hc_unregister_device(&port->hc_connection, 317 port->attached_device.address); 316 318 if (ret != EOK) { 317 319 usb_log_error("%s: Failed to unregister address of removed "
Note:
See TracChangeset
for help on using the changeset viewer.