Changes in uspace/drv/bus/usb/usbhub/main.c [9f685aa:e98e5fc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/main.c
r9f685aa re98e5fc 48 48 static const usb_driver_ops_t usb_hub_driver_ops = { 49 49 .device_add = usb_hub_device_add, 50 .device_remove= usb_hub_device_remove,50 // .device_rem = usb_hub_device_remove, 51 51 .device_gone = usb_hub_device_gone, 52 52 }; 53 53 54 /** Hub endpoints, excluding control endpoint. */ 55 static const usb_endpoint_description_t *usb_hub_endpoints[] = { 56 &hub_status_change_endpoint_description, 57 NULL, 58 }; 54 59 /** Static usb hub driver information. */ 55 60 static const usb_driver_t usb_hub_driver = {
Note:
See TracChangeset
for help on using the changeset viewer.