Changeset 013517b in mainline for uspace/drv/bus/usb/uhcirh/port.c
- Timestamp:
- 2011-10-12T20:23:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32ec5671
- Parents:
- 162726b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhcirh/port.c
r162726b r013517b 261 261 ret = usb_hc_new_device_wrapper(port->rh, &port->hc_connection, 262 262 speed, uhci_port_reset_enable, port->number, port, 263 &port->attached_device.address, NULL, NULL, NULL,263 &port->attached_device.address, NULL, NULL, 264 264 &port->attached_device.fun); 265 265 } while (ret != EOK && ++count < 4);
Note:
See TracChangeset
for help on using the changeset viewer.