set svn:eol-style to native
[reactos.git] / reactos / drivers / usb / miniport / usbohci / usbohci.c
index f8faf89..d81e03c 100644 (file)
@@ -1,41 +1,41 @@
-/*\r
- * ReactOS USB OpenHCI miniport driver\r
- * Copyright (C) 2004 Mark Tempel\r
- *\r
- * This program is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU General Public License\r
- * as published by the Free Software Foundation; either version 2\r
- * of the License, or (at your option) any later version.\r
- *\r
- * This program is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with this program; if not, write to the Free Software\r
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
- *\r
- */\r
-\r
-/* INCLUDES *******************************************************************/\r
-\r
-#include "usbohci.h"\r
-#include "../../usbport/usbport.h"\r
-\r
-/* PUBLIC AND PRIVATE FUNCTIONS ***********************************************/\r
-\r
-NTSTATUS STDCALL\r
-DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)\r
-{\r
-       PUSB_CONTROLLER_INTERFACE ControllerInterface;\r
-\r
-       USBPORT_AllocateUsbControllerInterface(&ControllerInterface);\r
-\r
-       /*\r
-        * Set up the list of callbacks here.\r
-        * TODO TODO TODO\r
-        */\r
-       \r
-       return USBPORT_RegisterUSBPortDriver(DriverObject, 0, ControllerInterface);\r
-}\r
+/*
+ * ReactOS USB OpenHCI miniport driver
+ * Copyright (C) 2004 Mark Tempel
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ */
+
+/* INCLUDES *******************************************************************/
+
+#include "usbohci.h"
+#include "../../usbport/usbport.h"
+
+/* PUBLIC AND PRIVATE FUNCTIONS ***********************************************/
+
+NTSTATUS STDCALL
+DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
+{
+       PUSB_CONTROLLER_INTERFACE ControllerInterface;
+
+       USBPORT_AllocateUsbControllerInterface(&ControllerInterface);
+
+       /*
+        * Set up the list of callbacks here.
+        * TODO TODO TODO
+        */
+       
+       return USBPORT_RegisterUSBPortDriver(DriverObject, 0, ControllerInterface);
+}