Browse Source

rename ehci_controller to ehci_controller_fake

hathach 13 years ago
parent
commit
e401372c05

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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];
 

+ 1 - 1
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"
 //

+ 1 - 1
tests/test/support/ehci_controller.c → tests/test/support/ehci_controller_fake.c

@@ -1,6 +1,6 @@
 /**************************************************************************/
 /*!
-    @file     ehci_controller.c
+    @file     ehci_controller_fake.c
     @author   hathach (tinyusb.org)
 
     @section LICENSE

+ 1 - 1
tests/test/support/ehci_controller.h → tests/test/support/ehci_controller_fake.h

@@ -1,6 +1,6 @@
 /**************************************************************************/
 /*!
-    @file     ehci_controller.h
+    @file     ehci_controller_fake
     @author   hathach (tinyusb.org)
 
     @section LICENSE