Author: akhaldi
Date: Mon Jun 7 23:19:24 2010
New Revision: 47682
URL:
http://svn.reactos.org/svn/reactos?rev=47682&view=rev
Log:
[PSDK]
- Update/improve some usb related headers' headers.
Modified:
branches/header-work/include/psdk/usb.h
branches/header-work/include/psdk/usb100.h
branches/header-work/include/psdk/usb200.h
branches/header-work/include/psdk/usbcamdi.h
branches/header-work/include/psdk/usbdi.h
branches/header-work/include/psdk/usbioctl.h
branches/header-work/include/psdk/usbiodef.h
branches/header-work/include/psdk/usbrpmif.h
branches/header-work/include/psdk/usbuser.h
Modified: branches/header-work/include/psdk/usb.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usb.h?…
==============================================================================
--- branches/header-work/include/psdk/usb.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usb.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -1,6 +1,26 @@
+/*
+ * usb.h
+ *
+ * This file is part of the ReactOS PSDK package.
+ *
+ * Contributors:
+ * Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>
+ *
+ * THIS SOFTWARE IS NOT COPYRIGHTED
+ *
+ * This source code is offered for use in the public domain. You may
+ * use, modify or distribute it freely.
+ *
+ * This code is distributed in the hope that it will be useful but
+ * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
+ * DISCLAIMED. This includes but is not limited to warranties of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
#pragma once
-/* Helper macro to enable gcc's extension. */
+/* Helper macro to enable gcc's extension. */
#ifndef __GNU_EXTENSION
#ifdef __GNUC__
#define __GNU_EXTENSION __extension__
Modified: branches/header-work/include/psdk/usb100.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usb100…
==============================================================================
--- branches/header-work/include/psdk/usb100.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usb100.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -3,7 +3,7 @@
*
* USB 1.0 support
*
- * This file is part of the w32api package.
+ * This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>
Modified: branches/header-work/include/psdk/usb200.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usb200…
==============================================================================
--- branches/header-work/include/psdk/usb200.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usb200.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -1,6 +1,26 @@
+/*
+ * usb200.h
+ *
+ * This file is part of the ReactOS PSDK package.
+ *
+ * Contributors:
+ * Magnus Olsen.
+ *
+ * THIS SOFTWARE IS NOT COPYRIGHTED
+ *
+ * This source code is offered for use in the public domain. You may
+ * use, modify or distribute it freely.
+ *
+ * This code is distributed in the hope that it will be useful but
+ * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
+ * DISCLAIMED. This includes but is not limited to warranties of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
#pragma once
-/* Helper macro to enable gcc's extension. */
+/* Helper macro to enable gcc's extension. */
#ifndef __GNU_EXTENSION
#ifdef __GNUC__
#define __GNU_EXTENSION __extension__
Modified: branches/header-work/include/psdk/usbcamdi.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usbcam…
==============================================================================
--- branches/header-work/include/psdk/usbcamdi.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usbcamdi.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -3,7 +3,7 @@
*
* USB Camera driver interface.
*
- * This file is part of the w32api package.
+ * This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>
Modified: branches/header-work/include/psdk/usbdi.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usbdi.…
==============================================================================
--- branches/header-work/include/psdk/usbdi.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usbdi.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -5,7 +5,7 @@
*
* FIXME : Obsolete header.. Use usb.h instead.
*
- * This file is part of the w32api package.
+ * This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>
Modified: branches/header-work/include/psdk/usbioctl.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usbioc…
==============================================================================
--- branches/header-work/include/psdk/usbioctl.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usbioctl.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -3,7 +3,7 @@
*
* USB IOCTL interface.
*
- * This file is part of the w32api package.
+ * This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>
Modified: branches/header-work/include/psdk/usbiodef.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usbiod…
==============================================================================
--- branches/header-work/include/psdk/usbiodef.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usbiodef.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -1,3 +1,23 @@
+/*
+ * usbiodef.h
+ *
+ * This file is part of the ReactOS PSDK package.
+ *
+ * Contributors:
+ * Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>
+ *
+ * THIS SOFTWARE IS NOT COPYRIGHTED
+ *
+ * This source code is offered for use in the public domain. You may
+ * use, modify or distribute it freely.
+ *
+ * This code is distributed in the hope that it will be useful but
+ * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
+ * DISCLAIMED. This includes but is not limited to warranties of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
#pragma once
#define USB_SUBMIT_URB 0
Modified: branches/header-work/include/psdk/usbrpmif.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usbrpm…
==============================================================================
--- branches/header-work/include/psdk/usbrpmif.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usbrpmif.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -1,3 +1,23 @@
+/*
+ * usbrpmif.h
+ *
+ * This file is part of the ReactOS PSDK package.
+ *
+ * Contributors:
+ * Created by Amine Khaldi <amine.khaldi(a)reactos.org>
+ *
+ * THIS SOFTWARE IS NOT COPYRIGHTED
+ *
+ * This source code is offered for use in the public domain. You may
+ * use, modify or distribute it freely.
+ *
+ * This code is distributed in the hope that it will be useful but
+ * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
+ * DISCLAIMED. This includes but is not limited to warranties of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
#pragma once
#include "windef.h"
Modified: branches/header-work/include/psdk/usbuser.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/usbuse…
==============================================================================
--- branches/header-work/include/psdk/usbuser.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/usbuser.h [iso-8859-1] Mon Jun 7 23:19:24 2010
@@ -3,7 +3,7 @@
*
* USB user mode IOCTL interface
*
- * This file is part of the w32api package.
+ * This file is part of the ReactOS PSDK package.
*
* Contributors:
* Created by Casper S. Hornstrup <chorns(a)users.sourceforge.net>