summaryrefslogtreecommitdiff
path: root/tests/test/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-09 13:05:48 +0700
committerhathach <[email protected]>2013-05-09 13:05:48 +0700
commite401372c051e2ce3761daaf18deb4df39797fff4 (patch)
tree6f914e2a8bb5c6ee4a483bf18ffb4f3463d1daa0 /tests/test/host
parent63add701391ae30cd43bb2a06d87df3dda5803b8 (diff)
rename ehci_controller to ehci_controller_fake
Diffstat (limited to 'tests/test/host')
-rw-r--r--tests/test/host/ehci/test_ehci_init.c2
-rw-r--r--tests/test/host/ehci/test_ehci_isr.c2
-rw-r--r--tests/test/host/ehci/test_ehci_structure.c2
-rw-r--r--tests/test/host/ehci/test_ehci_usbh_hcd_integration.c2
-rw-r--r--tests/test/host/ehci/test_pipe_bulk_open.c2
-rw-r--r--tests/test/host/ehci/test_pipe_bulk_xfer.c2
-rw-r--r--tests/test/host/ehci/test_pipe_control_open.c2
-rw-r--r--tests/test/host/ehci/test_pipe_control_xfer.c2
-rw-r--r--tests/test/host/ehci/test_pipe_interrupt_open.c2
-rw-r--r--tests/test/host/ehci/test_pipe_interrupt_xfer.c2
-rw-r--r--tests/test/host/ehci/test_pipe_isochronous_open.c2
-rw-r--r--tests/test/host/integration/test_hidh_keyboard_integrate.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/tests/test/host/ehci/test_ehci_init.c b/tests/test/host/ehci/test_ehci_init.c
index f7fc5ca8a..0026b1479 100644
--- a/tests/test/host/ehci/test_ehci_init.c
+++ b/tests/test/host/ehci/test_ehci_init.c
@@ -47,7 +47,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_ehci_isr.c b/tests/test/host/ehci/test_ehci_isr.c
index 07bf477d3..0d781dbe5 100644
--- a/tests/test/host/ehci/test_ehci_isr.c
+++ b/tests/test/host/ehci/test_ehci_isr.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_ehci_structure.c b/tests/test/host/ehci/test_ehci_structure.c
index d35884291..43baa1704 100644
--- a/tests/test/host/ehci/test_ehci_structure.c
+++ b/tests/test/host/ehci/test_ehci_structure.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_ehci_usbh_hcd_integration.c b/tests/test/host/ehci/test_ehci_usbh_hcd_integration.c
index 74cbc16a8..75c3ca5f8 100644
--- a/tests/test/host/ehci/test_ehci_usbh_hcd_integration.c
+++ b/tests/test/host/ehci/test_ehci_usbh_hcd_integration.c
@@ -49,7 +49,7 @@
#include "usbh_hcd.h"
#include "usbh.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
#define _TINY_USB_SOURCE_FILE_
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_bulk_open.c b/tests/test/host/ehci/test_pipe_bulk_open.c
index 4081f08d9..70d8d74ae 100644
--- a/tests/test/host/ehci/test_pipe_bulk_open.c
+++ b/tests/test/host/ehci/test_pipe_bulk_open.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_bulk_xfer.c b/tests/test/host/ehci/test_pipe_bulk_xfer.c
index e82e82e51..e1476549e 100644
--- a/tests/test/host/ehci/test_pipe_bulk_xfer.c
+++ b/tests/test/host/ehci/test_pipe_bulk_xfer.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_control_open.c b/tests/test/host/ehci/test_pipe_control_open.c
index 013ecb6e5..28f2c9911 100644
--- a/tests/test/host/ehci/test_pipe_control_open.c
+++ b/tests/test/host/ehci/test_pipe_control_open.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_control_xfer.c b/tests/test/host/ehci/test_pipe_control_xfer.c
index 47319b581..3052b0cd6 100644
--- a/tests/test/host/ehci/test_pipe_control_xfer.c
+++ b/tests/test/host/ehci/test_pipe_control_xfer.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_interrupt_open.c b/tests/test/host/ehci/test_pipe_interrupt_open.c
index b51772501..af499f739 100644
--- a/tests/test/host/ehci/test_pipe_interrupt_open.c
+++ b/tests/test/host/ehci/test_pipe_interrupt_open.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_interrupt_xfer.c b/tests/test/host/ehci/test_pipe_interrupt_xfer.c
index 842d921e2..108378e94 100644
--- a/tests/test/host/ehci/test_pipe_interrupt_xfer.c
+++ b/tests/test/host/ehci/test_pipe_interrupt_xfer.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/ehci/test_pipe_isochronous_open.c b/tests/test/host/ehci/test_pipe_isochronous_open.c
index 643a4919e..9b45fbe45 100644
--- a/tests/test/host/ehci/test_pipe_isochronous_open.c
+++ b/tests/test/host/ehci/test_pipe_isochronous_open.c
@@ -46,7 +46,7 @@
#include "hcd.h"
#include "mock_usbh_hcd.h"
#include "ehci.h"
-#include "ehci_controller.h"
+#include "ehci_controller_fake.h"
usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1];
diff --git a/tests/test/host/integration/test_hidh_keyboard_integrate.c b/tests/test/host/integration/test_hidh_keyboard_integrate.c
index e21a7f9ef..a9fec44a1 100644
--- a/tests/test/host/integration/test_hidh_keyboard_integrate.c
+++ b/tests/test/host/integration/test_hidh_keyboard_integrate.c
@@ -47,7 +47,7 @@
//#include "usbh.h"
//#include "tusb.h"
//#include "hid_host.h"
-////#include "ehci_controller.h"
+////#include "ehci_controller_fake.h"
//
//#include "descriptor_test.h"
//