Changeset 9f685aa in mainline for uspace/drv/bus/usb/usbhub/main.c
- Timestamp:
- 2018-01-22T20:06:41Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34d750c
- Parents:
- effbef3
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 20:04:03)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-22 20:06:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/main.c
reffbef3 r9f685aa 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 };59 54 /** Static usb hub driver information. */ 60 55 static const usb_driver_t usb_hub_driver = {
Note:
See TracChangeset
for help on using the changeset viewer.