Changeset 400f363 in mainline
- Timestamp:
- 2011-09-23T19:47:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d650494
- Parents:
- a61c683
- Location:
- uspace/drv/bus/usb/usbhub
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
ra61c683 r400f363 45 45 #include "port.h" 46 46 #include "usbhub.h" 47 #include " port_status.h"47 #include "status.h" 48 48 49 49 /** Information for fibril for device discovery. */ -
uspace/drv/bus/usb/usbhub/usbhub.c
ra61c683 r400f363 54 54 55 55 #include "usbhub.h" 56 #include " port_status.h"56 #include "status.h" 57 57 58 58 #define HUB_FNC_NAME "hub"
Note:
See TracChangeset
for help on using the changeset viewer.