From: Jonathan McDowell Date: Thu, 10 May 2018 07:04:53 +0000 (+0100) Subject: Do USB disconnect/reconnect dance before initialising USB X-Git-Url: https://the.earth.li/gitweb/?a=commitdiff_plain;h=f259a83606c7e6692970cd0ec814a7414a481938;hp=f259a83606c7e6692970cd0ec814a7414a481938;p=temper-clone.git Do USB disconnect/reconnect dance before initialising USB According to http://vusb.wikidot.com/driver-api the initial usbDeviceDisconnect() / usbDeviceConnect() for enumeration should be called before doing the usbInit(). Haven't seen problems as a result, but do so. ---