Changeset 45cbf897 in mainline for uspace/drv/bus/usb
- Timestamp:
- 2015-07-03T03:54:45Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fc61c8
- Parents:
- e6d7df1
- Location:
- uspace/drv/bus/usb/ehci
- Files:
-
- 7 edited
-
ehci_batch.c (modified) (1 diff)
-
ehci_endpoint.c (modified) (1 diff)
-
endpoint_list.c (modified) (1 diff)
-
endpoint_list.h (modified) (1 diff)
-
hc.c (modified) (1 diff)
-
hw_struct/queue_head.h (modified) (1 diff)
-
hw_struct/transfer_descriptor.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/ehci_batch.c
re6d7df1 r45cbf897 42 42 #include <usb/usb.h> 43 43 #include <usb/debug.h> 44 #include <usb/host/utils/malloc32.h> 44 45 45 46 #include "ehci_batch.h" 46 47 #include "ehci_endpoint.h" 47 #include "utils/malloc32.h"48 48 49 49 /* The buffer pointer list in the qTD is long enough to support a maximum -
uspace/drv/bus/usb/ehci/ehci_endpoint.c
re6d7df1 r45cbf897 36 36 #include <stdlib.h> 37 37 #include <usb/debug.h> 38 #include <usb/host/utils/malloc32.h> 38 39 39 #include "utils/malloc32.h"40 40 #include "ehci_endpoint.h" 41 41 #include "hc.h" -
uspace/drv/bus/usb/ehci/endpoint_list.c
re6d7df1 r45cbf897 40 40 #include <usb/debug.h> 41 41 42 #include "utils/malloc32.h"43 42 #include "endpoint_list.h" 44 43 -
uspace/drv/bus/usb/ehci/endpoint_list.h
re6d7df1 r45cbf897 39 39 #include <fibril_synch.h> 40 40 #include <sys/types.h> 41 #include <usb/host/utils/malloc32.h> 41 42 42 43 #include "ehci_endpoint.h" 43 44 #include "hw_struct/queue_head.h" 44 #include "utils/malloc32.h"45 45 46 46 /** Structure maintains both EHCI queue and software list of active endpoints.*/ -
uspace/drv/bus/usb/ehci/hc.c
re6d7df1 r45cbf897 45 45 #include <usb/debug.h> 46 46 #include <usb/usb.h> 47 48 //#include "ehci_endpoint.h" 47 #include <usb/host/utils/malloc32.h> 48 49 49 #include "ehci_batch.h" 50 #include "utils/malloc32.h"51 50 52 51 #include "hc.h" -
uspace/drv/bus/usb/ehci/hw_struct/queue_head.h
re6d7df1 r45cbf897 38 38 #include <sys/types.h> 39 39 #include <usb/host/endpoint.h> 40 41 #include "../utils/malloc32.h" 40 #include <usb/host/utils/malloc32.h> 41 42 42 #include "link_pointer.h" 43 43 #include "transfer_descriptor.h" -
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c
re6d7df1 r45cbf897 39 39 40 40 #include <usb/usb.h> 41 #include <usb/host/utils/malloc32.h> 41 42 42 #include "../utils/malloc32.h"43 43 #include "mem_access.h" 44 44 #include "transfer_descriptor.h"
Note:
See TracChangeset
for help on using the changeset viewer.
