Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/dev/usb/usb_request.c 190727 2009-04-05 18:19:19Z thompsa $ */
---
> /* $FreeBSD: head/sys/dev/usb/usb_request.c 190731 2009-04-05 18:20:03Z thompsa $ */
100c100
< uint8_t to = USB_EP_MAX;
---
> uint8_t to;
109c109
< pipe_end = udev->pipes + USB_EP_MAX;
---
> pipe_end = udev->pipes + udev->pipes_max;
110a111
> to = udev->pipes_max;
857c858
< req.bmRequestType = UT_READ_CLASS_DEVICE;
---
> req.bmRequestType = UT_READ_DEVICE;