Changeset 8d2dd7f2 in mainline for uspace/drv/bus/usb/uhci
- Timestamp:
- 2017-05-13T19:03:14Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/drv/bus/usb/uhci
- Files:
-
- 6 edited
-
hc.c (modified) (1 diff)
-
hw_struct/link_pointer.h (modified) (1 diff)
-
hw_struct/queue_head.h (modified) (1 diff)
-
hw_struct/transfer_descriptor.h (modified) (1 diff)
-
transfer_list.c (modified) (1 diff)
-
uhci_batch.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
re48947e r8d2dd7f2 44 44 #include <mem.h> 45 45 #include <stdlib.h> 46 #include <stdint.h> 46 47 #include <str_error.h> 47 #include <sys/types.h>48 48 49 49 #include <usb/debug.h> -
uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h
re48947e r8d2dd7f2 37 37 #define DRV_UHCI_HW_STRUCT_LINK_POINTER_H 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 41 41 /** UHCI link pointer, used by many data structures */ -
uspace/drv/bus/usb/uhci/hw_struct/queue_head.h
re48947e r8d2dd7f2 38 38 39 39 #include <assert.h> 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 #include <usb/host/utils/malloc32.h> 42 42 -
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h
re48947e r8d2dd7f2 40 40 #include <usb/usb.h> 41 41 #include <stdbool.h> 42 #include <sys/types.h> 42 #include <stddef.h> 43 #include <stdint.h> 43 44 44 45 #include "link_pointer.h" -
uspace/drv/bus/usb/uhci/transfer_list.c
re48947e r8d2dd7f2 37 37 #include <errno.h> 38 38 #include <libarch/barrier.h> 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <usb/debug.h> 41 41 #include <usb/host/usb_transfer_batch.h> -
uspace/drv/bus/usb/uhci/uhci_batch.h
re48947e r8d2dd7f2 41 41 #include <errno.h> 42 42 #include <stdbool.h> 43 #include <s ys/types.h>43 #include <stddef.h> 44 44 #include <usb/host/usb_transfer_batch.h> 45 45
Note:
See TracChangeset
for help on using the changeset viewer.
