From: Dean Camera Date: Wed, 22 Apr 2009 13:03:11 +0000 (+0000) Subject: USB_HostRequest renamed to USB_ControlRequest, entire control request header is now... X-Git-Tag: LUFA-110528-BETA~1205 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/d860e9e842c05e759214f5170f78783decae9956?ds=inline;hp=d860e9e842c05e759214f5170f78783decae9956 USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode rather than having the library pass only partially read header data to the application. 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. ---