--- trunk/reactos/drivers/usb/miniport/usbohci/ohci-hub.c 2005-09-21 17:57:07 UTC (rev 17971)
+++ trunk/reactos/drivers/usb/miniport/usbohci/ohci-hub.c 2005-09-21 18:24:16 UTC (rev 17972)
@@ -153,7 +153,7 @@
u16 typeReq,
u16 wValue,
u16 wIndex,
- char *buf,
+ u8 *buf,
u16 wLength
) {
struct ohci_hcd *ohci = hcd_to_ohci (hcd);
--- trunk/reactos/drivers/usb/miniport/usbuhci/uhci-hub.c 2005-09-21 17:57:07 UTC (rev 17971)
+++ trunk/reactos/drivers/usb/miniport/usbuhci/uhci-hub.c 2005-09-21 18:24:16 UTC (rev 17972)
@@ -54,7 +54,7 @@
/* size of returned buffer is part of USB spec */
static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
- u16 wIndex, char *buf, u16 wLength)
+ u16 wIndex, u8 *buf, u16 wLength)
{
struct uhci_hcd *uhci = hcd_to_uhci(hcd);
int i, status, retval = 0, len = 0;