Changeset 8064c2f6 in mainline for uspace/drv/bus/usb/uhci/uhci_rh.c
- Timestamp:
- 2013-09-28T21:51:51Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11a3b5f
- Parents:
- 8f1dd3b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_rh.c
r8f1dd3b r8064c2f6 28 28 29 29 #include <assert.h> 30 #include <async.h> 31 #include <ddi.h> 32 #include <errno.h> 30 33 #include <macros.h> 34 #include <mem.h> 35 #include <sys/time.h> 36 31 37 #include <usb/debug.h> 38 #include <usb/descriptor.h> 32 39 #include <usb/classes/hub.h> 33 #include <ddi.h> 40 #include <usb/request.h> 41 #include <usb/usb.h> 34 42 35 43 #include "uhci_rh.h"
Note:
See TracChangeset
for help on using the changeset viewer.