Changeset 357a302 in mainline for uspace/drv/usbhub/usbhub.c
- Timestamp:
- 2011-02-20T14:17:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b68b279
- Parents:
- 3ae93a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
r3ae93a8 r357a302 39 39 40 40 #include <usb_iface.h> 41 #include <usb/ddfiface.h> 41 42 #include <usb/usbdrv.h> 42 43 #include <usb/descriptor.h> … … 50 51 #include "usb/usb.h" 51 52 52 static int iface_get_hc_handle(device_t *device, devman_handle_t *handle)53 {54 return usb_hc_find(device->handle, handle);55 }56 57 static usb_iface_t hub_usb_iface = {58 .get_hc_handle = iface_get_hc_handle59 };60 61 53 static device_ops_t hub_device_ops = { 62 .interfaces[USB_DEV_IFACE] = & hub_usb_iface54 .interfaces[USB_DEV_IFACE] = &usb_iface_hub_impl 63 55 }; 64 56
Note:
See TracChangeset
for help on using the changeset viewer.