Changeset 09ab0a9a in mainline for uspace/drv/bus/usb/usbhub
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/drv/bus/usb/usbhub
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/main.c
rb2aaaa0 r09ab0a9a 44 44 #include "usbhub.h" 45 45 46 47 46 /** USB hub driver operations. */ 48 47 static const usb_driver_ops_t usb_hub_driver_ops = { -
uspace/drv/bus/usb/usbhub/port.c
rb2aaaa0 r09ab0a9a 96 96 } 97 97 98 99 98 static usb_speed_t get_port_speed(usb_hub_port_t *port, uint32_t status) 100 99 { … … 337 336 } 338 337 339 340 338 /** 341 339 * @}
Note:
See TracChangeset
for help on using the changeset viewer.
