USB_HostRequest renamed to USB_ControlRequest, entire control request header is now...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 22 Apr 2009 13:03:11 +0000 (13:03 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 22 Apr 2009 13:03:11 +0000 (13:03 +0000)
The USB_UnhandledControlPacket event has had its parameters removed, in favour of accessing the new USB_ControlRequest structure.

The Endpoint control stream functions now correctly send a ZLP to the host when less data than requested is sent.


No differences found