altos/lpc: Reset less of the device on USB reset.
authorKeith Packard <keithp@keithp.com>
Thu, 19 Dec 2013 07:27:34 +0000 (23:27 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 19 Dec 2013 07:27:34 +0000 (23:27 -0800)
This leaves most of the device configured across USB reset, which
appears to help when sending a IN reply to the first SETUP packet;
without this change, the IN reply would always get a length of 0,
which is fine for SET_ADDRESS, but not for GET_DESCRIPTOR_DEVICE,
which OS X appears to send before setting the address (go figure).

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found