From: Dean Camera Date: Wed, 18 May 2011 14:33:34 +0000 (+0000) Subject: Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_Wri... X-Git-Tag: LUFA-111009-BETA~115 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/9d733d44b402ce33c3c41e45b497c2f92be393f5?ds=inline;hp=9d733d44b402ce33c3c41e45b497c2f92be393f5 Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver. Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure. ---