Re: [PATCH] HID: hidraw: fix power sequence when closing device

2017-10-02 Thread Jiri Kosina
On Tue, 19 Sep 2017, Dmitry Torokhov wrote: > We should not try to bring HID device out of full power state before > calling hid_hw_close(), so that transport driver operates on powered up > device (making this inverse of the opening sequence). > > Signed-off-by: Dmitry Torokhov

Re: [PATCH] HID: hidraw: fix power sequence when closing device

2017-10-02 Thread Jiri Kosina
On Tue, 19 Sep 2017, Dmitry Torokhov wrote: > We should not try to bring HID device out of full power state before > calling hid_hw_close(), so that transport driver operates on powered up > device (making this inverse of the opening sequence). > > Signed-off-by: Dmitry Torokhov Applied to

Re: [PATCH] HID: hidraw: fix power sequence when closing device

2017-09-20 Thread Benson Leung
Hi Dmitry, On Tue, Sep 19, 2017 at 06:37:46PM -0700, Dmitry Torokhov wrote: > We should not try to bring HID device out of full power state before > calling hid_hw_close(), so that transport driver operates on powered up > device (making this inverse of the opening sequence). > > Signed-off-by:

Re: [PATCH] HID: hidraw: fix power sequence when closing device

2017-09-20 Thread Benson Leung
Hi Dmitry, On Tue, Sep 19, 2017 at 06:37:46PM -0700, Dmitry Torokhov wrote: > We should not try to bring HID device out of full power state before > calling hid_hw_close(), so that transport driver operates on powered up > device (making this inverse of the opening sequence). > > Signed-off-by:

Re: [PATCH] HID: hidraw: fix power sequence when closing device

2017-09-19 Thread Guenter Roeck
On Tue, Sep 19, 2017 at 6:37 PM, Dmitry Torokhov wrote: > We should not try to bring HID device out of full power state before > calling hid_hw_close(), so that transport driver operates on powered up > device (making this inverse of the opening sequence). > >

Re: [PATCH] HID: hidraw: fix power sequence when closing device

2017-09-19 Thread Guenter Roeck
On Tue, Sep 19, 2017 at 6:37 PM, Dmitry Torokhov wrote: > We should not try to bring HID device out of full power state before > calling hid_hw_close(), so that transport driver operates on powered up > device (making this inverse of the opening sequence). > > Signed-off-by: Dmitry Torokhov

[PATCH] HID: hidraw: fix power sequence when closing device

2017-09-19 Thread Dmitry Torokhov
We should not try to bring HID device out of full power state before calling hid_hw_close(), so that transport driver operates on powered up device (making this inverse of the opening sequence). Signed-off-by: Dmitry Torokhov --- drivers/hid/hidraw.c | 2 +- 1 file

[PATCH] HID: hidraw: fix power sequence when closing device

2017-09-19 Thread Dmitry Torokhov
We should not try to bring HID device out of full power state before calling hid_hw_close(), so that transport driver operates on powered up device (making this inverse of the opening sequence). Signed-off-by: Dmitry Torokhov --- drivers/hid/hidraw.c | 2 +- 1 file changed, 1 insertion(+), 1