From: Dean Camera Date: Fri, 2 Jul 2010 03:37:19 +0000 (+0000) Subject: Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions... X-Git-Tag: LUFA-110528-BETA~368 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/8b053d6ba5dddc5f00fb52873185a2350bef5ce8?hp=8b053d6ba5dddc5f00fb52873185a2350bef5ce8 Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request. Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete. ---