Changeset 3562cd18 in mainline for uspace/drv/bus/usb/usbmid/usbmid.c
- Timestamp:
- 2011-10-31T10:07:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae754e5f
- Parents:
- eea3e39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/usbmid.c
reea3e39 r3562cd18 62 62 /** DDF interface of the child - interface function. */ 63 63 static usb_iface_t child_usb_iface = { 64 .get_hc_handle = usb_iface_get_hc_handle_ hub_child_impl,64 .get_hc_handle = usb_iface_get_hc_handle_device_impl, 65 65 .get_address = usb_iface_get_address_forward_impl, 66 66 .get_interface = usb_iface_get_interface_impl
Note:
See TracChangeset
for help on using the changeset viewer.