Changeset 6e3c005 in mainline for uspace/drv/bus/usb/uhcirh
- Timestamp:
- 2011-12-14T15:29:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0487a2
- Parents:
- 22ecbde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhcirh/port.c
r22ecbde r6e3c005 313 313 314 314 /* Driver stopped, free used address */ 315 ret = usb_h c_unregister_device(&port->hc_connection,316 port->attached_device.address);315 ret = usb_hub_unregister_device(&port->hc_connection, 316 &port->attached_device); 317 317 if (ret != EOK) { 318 318 usb_log_error("%s: Failed to unregister address of removed "
Note:
See TracChangeset
for help on using the changeset viewer.