From c7cf9aa8b0126547e0556ba2b198a4a0a1692f37 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 4 Feb 2012 21:50:44 +0000 Subject: [PATCH] [PSDK] - Define USBDI_VERSION to 0x500 instead 0x600 because we support none of the Vista APIs so USBD will report the correct version svn path=/branches/usb-bringup-trunk/; revision=55420 --- include/psdk/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psdk/usb.h b/include/psdk/usb.h index 0b738359759..100a92e9ad1 100644 --- a/include/psdk/usb.h +++ b/include/psdk/usb.h @@ -40,7 +40,7 @@ typedef PVOID PMDL; #endif #endif -#define USBDI_VERSION 0x00000600 +#define USBDI_VERSION 0x00000500 #include "usb200.h"