From: Dean Camera Date: Tue, 4 May 2010 10:07:22 +0000 (+0000) Subject: Fixed device state not being reset back to the default state if the host sets the... X-Git-Tag: LUFA-110528-BETA~495 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/27f0ba6fc30db478fbab0b952bf2c3137f5a7719?hp=27f0ba6fc30db478fbab0b952bf2c3137f5a7719 Fixed device state not being reset back to the default state if the host sets the address to 0x00. Fixed Set Configuration requests not being stalled until the host has set the device's address. Fixed possibility of internal signature retrieval being corrupted if an interrupt occurs during a signature byte read (thanks to Andrei Krainev). ---