Re: [PATCH] input: tablet: pegasus_notetaker: USB PM fixes

2016-06-13 Thread Oliver Neukum
On Mon, 2016-06-13 at 15:31 +0200, Martin Kepplinger wrote: > In close() we only need usb_autopm_put_interface(), in reset_resume() Sorry, that is a misunderstanding. You need not carry about power management in close() at all. But it must be balanced of course. Regards

[PATCH] input: tablet: pegasus_notetaker: USB PM fixes

2016-06-13 Thread Martin Kepplinger
In close() we only need usb_autopm_put_interface(), in reset_resume() we need to set the device mode, and in suspend(), we must cancel the workqueue's work. Signed-off-by: Martin Kepplinger --- Thanks Oliver for these changes. For me, everything works as before. Dmitry, do