Re: [PATCH 1/2] usb-host: remove 'remote wakeup' flag from configuration descriptor

2019-12-03 Thread Gerd Hoffmann
Hi, > +/* If this is GET_DESCRIPTOR request for configuration descriptor, > + * remove 'remote wakeup' flag from it to prevent idle power down > + * in Windows guest */ scripts/checkpatch.pl complains about that, please fix (and also the other checkpatch warnings). > +

[PATCH 1/2] usb-host: remove 'remote wakeup' flag from configuration descriptor

2019-12-02 Thread Yuri Benditovich
If the redirected device has this capability, Windows guest may place the device into D2 and expect it to wake when the device becomes active, but this will never happen. For example, when internal Bluetooth adapter is redirected, keyboards and mice connected to it do not work. Current commit