From af6ca3d9d4e4ab1185cf60ae9a5eea5bfa98fc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 8 Sep 2005 20:16:36 +0000 Subject: [PATCH] Add xml files at the right places Remove now useless cromwell directory svn path=/trunk/; revision=17749 --- reactos/drivers/usb/cromwell/directory.xml | 15 --------------- reactos/drivers/usb/directory.xml | 12 ++++++------ reactos/drivers/usb/miniport/directory.xml | 12 ++++++++++++ .../miniport/usbohci/{host.xml => usbohci.xml} | 0 .../miniport/usbuhci/{uhci.xml => usbuhci.xml} | 0 .../drivers/usb/usbhub/{hub.xml => usbhub.xml} | 0 .../usb/usbport/{usbcore.xml => usbport.xml} | 0 7 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 reactos/drivers/usb/cromwell/directory.xml create mode 100644 reactos/drivers/usb/miniport/directory.xml rename reactos/drivers/usb/miniport/usbohci/{host.xml => usbohci.xml} (100%) rename reactos/drivers/usb/miniport/usbuhci/{uhci.xml => usbuhci.xml} (100%) rename reactos/drivers/usb/usbhub/{hub.xml => usbhub.xml} (100%) rename reactos/drivers/usb/usbport/{usbcore.xml => usbport.xml} (100%) diff --git a/reactos/drivers/usb/cromwell/directory.xml b/reactos/drivers/usb/cromwell/directory.xml deleted file mode 100644 index af5453d66b3..00000000000 --- a/reactos/drivers/usb/cromwell/directory.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/reactos/drivers/usb/directory.xml b/reactos/drivers/usb/directory.xml index 73dfdb47c7d..cb1ec1c6392 100644 --- a/reactos/drivers/usb/directory.xml +++ b/reactos/drivers/usb/directory.xml @@ -1,15 +1,15 @@ - - - - + + diff --git a/reactos/drivers/usb/miniport/directory.xml b/reactos/drivers/usb/miniport/directory.xml new file mode 100644 index 00000000000..2dc67f1c79e --- /dev/null +++ b/reactos/drivers/usb/miniport/directory.xml @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/reactos/drivers/usb/miniport/usbohci/host.xml b/reactos/drivers/usb/miniport/usbohci/usbohci.xml similarity index 100% rename from reactos/drivers/usb/miniport/usbohci/host.xml rename to reactos/drivers/usb/miniport/usbohci/usbohci.xml diff --git a/reactos/drivers/usb/miniport/usbuhci/uhci.xml b/reactos/drivers/usb/miniport/usbuhci/usbuhci.xml similarity index 100% rename from reactos/drivers/usb/miniport/usbuhci/uhci.xml rename to reactos/drivers/usb/miniport/usbuhci/usbuhci.xml diff --git a/reactos/drivers/usb/usbhub/hub.xml b/reactos/drivers/usb/usbhub/usbhub.xml similarity index 100% rename from reactos/drivers/usb/usbhub/hub.xml rename to reactos/drivers/usb/usbhub/usbhub.xml diff --git a/reactos/drivers/usb/usbport/usbcore.xml b/reactos/drivers/usb/usbport/usbport.xml similarity index 100% rename from reactos/drivers/usb/usbport/usbcore.xml rename to reactos/drivers/usb/usbport/usbport.xml