Changeset eea3e39 in mainline for uspace/lib/usbdev/src/recognise.c
- Timestamp:
- 2011-10-31T09:46:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3562cd18
- Parents:
- cae002c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/recognise.c
rcae002c reea3e39 50 50 51 51 /** DDF operations of child devices. */ 52 ddf_dev_ops_t child_ops = {52 static ddf_dev_ops_t child_ops = { 53 53 .interfaces[USB_DEV_IFACE] = &usb_iface_hub_child_impl 54 54 }; … … 339 339 * @param[in] hc_handle Handle of the host controller. 340 340 * @param[in] parent Parent device. 341 * @param[in] dev_ops Child device ops. 341 * @param[in] dev_ops Child device ops. Default child_ops will be used if NULL. 342 342 * @param[in] dev_data Arbitrary pointer to be stored in the child 343 343 * as @c driver_data.
Note:
See TracChangeset
for help on using the changeset viewer.