Changeset db8b7ca in mainline for uspace/drv/bus/usb/usbhub/port.c
- Timestamp:
- 2012-12-26T19:02:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34289ea
- Parents:
- d8cdf39e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
rd8cdf39e rdb8b7ca 426 426 const int rc = usb_hc_new_device_wrapper(data->hub->usb_device->ddf_dev, 427 427 &data->hub->usb_device->hc_conn, data->speed, enable_port_callback, 428 data->port, &new_address, NULL, NULL,&child_fun);428 data->port, &new_address, &child_fun); 429 429 430 430 if (rc == EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.