[USB-BRINGUP-TRUNK]

- Fix hidusb build

svn path=/branches/usb-bringup-trunk/; revision=55028
This commit is contained in:
Cameron Gutman 2012-01-20 22:38:39 +00:00
parent 9035fcb4a7
commit 90e0d854c5

View file

@ -622,7 +622,7 @@ HidUsb_GetReportDescriptor(
{
PHID_USB_DEVICE_EXTENSION HidDeviceExtension;
PHID_DEVICE_EXTENSION DeviceExtension;
PUCHAR Report = NULL;
PVOID Report = NULL;
ULONG BufferLength, Length;
PIO_STACK_LOCATION IoStack;
NTSTATUS Status;