Changeset e28d228 in mainline for uspace/drv/vhc/connhost.c
- Timestamp:
- 2010-12-04T17:54:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35537a7
- Parents:
- 54b141a (diff), 9ca0013 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/connhost.c
r54b141a re28d228 148 148 149 149 150 static int get_address(device_t *dev, devman_handle_t handle,151 usb_address_t *address)152 {153 return ENOTSUP;154 }155 156 150 static int interrupt_out(device_t *dev, usb_target_t target, 157 151 void *data, size_t size, … … 226 220 227 221 usbhc_iface_t vhc_iface = { 228 .tell_address = get_address,222 .tell_address = tell_address, 229 223 230 224 .reserve_default_address = reserve_default_address, 231 225 .release_default_address = release_default_address, 232 226 .request_address = request_address, 227 .bind_address = bind_address, 233 228 .release_address = release_address, 234 229
Note:
See TracChangeset
for help on using the changeset viewer.