mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[USBPORT][USBHUB_NEW]
- Add license headers svn path=/trunk/; revision=75784
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub debugging declarations
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef DBG_UHUB_H__
|
||||
#define DBG_UHUB_H__
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub debugging functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbhub.h"
|
||||
|
||||
//#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub I/O control functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbhub.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub plug and play functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbhub.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub power handling functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbhub.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub main driver functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbhub.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Hub Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBHub declarations
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef _USBHUB_H_
|
||||
#define _USBHUB_H_
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort debugging functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort device functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort endpoint functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <[email protected]>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort interface functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort I/O control functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
//#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort isochronous transfer functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort plug and play functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort power handling functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort queue implementation
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort root hub implementation
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort split transfer functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort URB functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort USB 2.0 functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
//#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort debugging declarations
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#ifndef USBDEBUG_H__
|
||||
#define USBDEBUG_H__
|
||||
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort main driver functions
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#include "usbport.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* PROJECT: ReactOS USB Port Driver
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: USBPort declarations
|
||||
* COPYRIGHT: Copyright 2017 Vadim Galyant <vgal@rambler.ru>
|
||||
*/
|
||||
|
||||
#ifndef USBPORT_H__
|
||||
#define USBPORT_H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user