Re: [PATCH 0/2] Reset realtek bluetooth devices during user suspend

2019-09-26 Thread Abhishek Pandit-Subedi
On Wed, Sep 18, 2019 at 11:51 AM Alan Stern wrote: > > On Wed, 18 Sep 2019, Abhishek Pandit-Subedi wrote: > > > Sorry, last reply went out with HTML. Re-sending in plain text. > > > > On Wed, Sep 18, 2019 at 7:23 AM Alan Stern > > wrote: > > > > > > On Tue, 17 Sep 2019, Abhishek Pandit-Subedi

Re: [PATCH 0/2] Reset realtek bluetooth devices during user suspend

2019-09-18 Thread Alan Stern
On Wed, 18 Sep 2019, Abhishek Pandit-Subedi wrote: > Sorry, last reply went out with HTML. Re-sending in plain text. > > On Wed, Sep 18, 2019 at 7:23 AM Alan Stern wrote: > > > > On Tue, 17 Sep 2019, Abhishek Pandit-Subedi wrote: > > > > > On a Realtek USB bluetooth device, I wanted a simple

Re: [PATCH 0/2] Reset realtek bluetooth devices during user suspend

2019-09-18 Thread Abhishek Pandit-Subedi
Sorry, last reply went out with HTML. Re-sending in plain text. On Wed, Sep 18, 2019 at 7:23 AM Alan Stern wrote: > > On Tue, 17 Sep 2019, Abhishek Pandit-Subedi wrote: > > > On a Realtek USB bluetooth device, I wanted a simple and consistent way > > to put the device in reset during suspend (2

Re: [PATCH 0/2] Reset realtek bluetooth devices during user suspend

2019-09-18 Thread Oliver Neukum
Am Dienstag, den 17.09.2019, 14:27 -0700 schrieb Abhishek Pandit- Subedi: > On a Realtek USB bluetooth device, I wanted a simple and consistent way > to put the device in reset during suspend (2 reasons: to save power and The device really uses less power if you reset it before suspendening it?

Re: [PATCH 0/2] Reset realtek bluetooth devices during user suspend

2019-09-18 Thread Alan Stern
On Tue, 17 Sep 2019, Abhishek Pandit-Subedi wrote: > On a Realtek USB bluetooth device, I wanted a simple and consistent way > to put the device in reset during suspend (2 reasons: to save power and > disable BT as a wakeup source). Resetting it in the suspend callback > causes a detach and the

[PATCH 0/2] Reset realtek bluetooth devices during user suspend

2019-09-17 Thread Abhishek Pandit-Subedi
On a Realtek USB bluetooth device, I wanted a simple and consistent way to put the device in reset during suspend (2 reasons: to save power and disable BT as a wakeup source). Resetting it in the suspend callback causes a detach and the resume callback is not called. Hence the changes in this