Skip to content

Commit

Permalink
iahh
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 15, 2024
1 parent 132e146 commit 2ddd921
Show file tree
Hide file tree
Showing 96 changed files with 6,115 additions and 52 deletions.
2 changes: 1 addition & 1 deletion drivers/usb/usbccgp/descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbccgp.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbccgp/fdo.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbccgp.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbccgp/function.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbccgp.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbccgp/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbccgp.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

/* Driver verifier */
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbccgp/pdo.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include <ntddk.h>

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbccgp/usbccgp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbccgp.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

/* Driver verifier */
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbd/usbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/

#define _USBD_
#define NDEBUG
//#define NDEBUG
#include <ntddk.h>
#include <usbdi.h>
#include <usbdlib.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbehci/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbehci.h"

//#define NDEBUG
////#define NDEBUG
#include <debug.h>

VOID
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbehci/roothub.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbehci.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_EHCI_ROOT_HUB
Expand Down
3 changes: 2 additions & 1 deletion drivers/usb/usbehci/usbehci.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbehci.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_EHCI_TRACE
Expand Down Expand Up @@ -1160,6 +1160,7 @@ NTAPI
EHCI_StartController(IN PVOID ehciExtension,
IN PUSBPORT_RESOURCES Resources)
{
__debugbreak();
PEHCI_EXTENSION EhciExtension = ehciExtension;
PEHCI_HC_CAPABILITY_REGISTERS CapabilityRegisters;
PEHCI_HW_REGISTERS OperationalRegs;
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbhub/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbhub.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

VOID
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbhub/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbhub.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBHUB_IOCTL
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbhub/pnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbhub.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBHUB_PNP
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbhub/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbhub.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBHUB_POWER
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbhub/usbhub.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbhub.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBHUB_SCE
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbohci/roothub.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbohci.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

OHCI_REG_RH_DESCRIPTORA
Expand Down
3 changes: 2 additions & 1 deletion drivers/usb/usbohci/usbohci.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbohci.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_OHCI_TRACE
Expand Down Expand Up @@ -630,6 +630,7 @@ NTAPI
OHCI_StartController(IN PVOID ohciExtension,
IN PUSBPORT_RESOURCES Resources)
{
__debugbreak();
POHCI_EXTENSION OhciExtension = ohciExtension;
POHCI_OPERATIONAL_REGISTERS OperationalRegs;
PULONG CommandStatusReg;
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_MINIPORT
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/endpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_CORE
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

VOID
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

VOID
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

USBD_STATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/pnp.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_CORE
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

VOID
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_CORE
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/roothub.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_CORE
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/trfsplit.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

ULONG
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/urb.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_URB
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

static const UCHAR CMASKS[USB2_MICROFRAMES] = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbport/usbport.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "usbport.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

#define NDEBUG_USBPORT_CORE
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/fdo.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

IO_COMPLETION_ROUTINE SyncForwardIrpCompletionRoutine;
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/pdo.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor/usbstor.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>


Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor_new/descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
2 changes: 1 addition & 1 deletion drivers/usb/usbstor_new/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "usbstor.h"

#define NDEBUG
//#define NDEBUG
#include <debug.h>

NTSTATUS
Expand Down
Loading

0 comments on commit 2ddd921

Please sign in to comment.