Changes in uspace/drv/usbhub/usbhub.c [563fb40:28cb8bf7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usbhub.c
r563fb40 r28cb8bf7 50 50 #include "usb/usb.h" 51 51 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 52 static usb_iface_t hub_usb_iface = { 58 .get_hc_handle = iface_get_hc_handle53 .get_hc_handle = usb_drv_find_hc 59 54 }; 60 55
Note:
See TracChangeset
for help on using the changeset viewer.