Changeset 0d4b110 in mainline for uspace/drv/bus/usb/ohci/ohci_rh.c
- Timestamp:
- 2013-09-29T18:50:27Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fd16b93
- Parents:
- 11a3b5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_rh.c
r11a3b5f r0d4b110 32 32 * @brief OHCI driver 33 33 */ 34 34 35 #include <assert.h> 36 #include <errno.h> 37 #include <mem.h> 38 #include <sys/types.h> 39 40 #include <usb/classes/hub.h> 35 41 #include <usb/debug.h> 42 #include <usb/descriptor.h> 43 #include <usb/request.h> 44 #include <usb/usb.h> 45 46 #include <usb/host/endpoint.h> 47 #include <usbvirt/device.h> 36 48 37 49 #include "ohci_rh.h"
Note:
See TracChangeset
for help on using the changeset viewer.