From b064d23a532b2149c827f886719da091c9d46db5 Mon Sep 17 00:00:00 2001 From: thompsa Date: Sat, 30 May 2009 00:22:57 +0000 Subject: Revert the size_t part of the last commit for the moment, this blows up the USB_ADD_BYTES macro. --- sys/dev/usb/usb_hub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/usb/usb_hub.h') diff --git a/sys/dev/usb/usb_hub.h b/sys/dev/usb/usb_hub.h index a2d767d..23db90c 100644 --- a/sys/dev/usb/usb_hub.h +++ b/sys/dev/usb/usb_hub.h @@ -57,7 +57,7 @@ struct usb_hub { struct usb_device *hubudev; /* the HUB device */ usb_error_t (*explore) (struct usb_device *hub); void *hubsoftc; - size_t uframe_usage[USB_HS_MICRO_FRAMES_MAX]; + usb_size_t uframe_usage[USB_HS_MICRO_FRAMES_MAX]; uint16_t portpower; /* mA per USB port */ uint8_t isoc_last_time; uint8_t nports; -- cgit v1.1