Changeset 5153b58 in mainline for uspace/drv/bus/usb/usbmid/usbmid.c
- Timestamp:
- 2011-11-05T17:55:01Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f583151
- Parents:
- 207acc4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/usbmid.c
r207acc4e r5153b58 124 124 } 125 125 126 iface->fun = child;127 128 child->driver_data = iface;129 child->ops = &child_device_ops;130 131 126 rc = usb_device_create_match_ids_from_interface(device_descriptor, 132 127 interface_descriptor, &child->match_ids); … … 143 138 } 144 139 140 iface->fun = child; 141 child->driver_data = iface; 142 child->ops = &child_device_ops; 143 145 144 return EOK; 146 145 }
Note:
See TracChangeset
for help on using the changeset viewer.