Re: [PATCH] Bluetooth: btusb: Fix suspend issue for Realtek

2019-08-02 Thread 陆朱伟
Hi Marcel, Got it, thanks. I will change the patch and resubmit it. Regards > Subject: Re: [PATCH] Bluetooth: btusb: Fix suspend issue for Realtek > > Hi Alex, > > > From the perspective of controller, global suspend means there is no > > SET_FEATURE (DEVICE_REMOTE_WAKE

Re: [PATCH] Bluetooth: btusb: Fix suspend issue for Realtek

2019-07-30 Thread Marcel Holtmann
Hi Alex, > From the perspective of controller, global suspend means there is no > SET_FEATURE (DEVICE_REMOTE_WAKEUP) and controller would drop the > firmware. It would consume less power. So we should not send this kind > of SET_FEATURE when host goes to suspend state. > Otherwise, when making

[PATCH] Bluetooth: btusb: Fix suspend issue for Realtek

2019-07-26 Thread Alex Lu
From: Alex Lu >From the perspective of controller, global suspend means there is no SET_FEATURE (DEVICE_REMOTE_WAKEUP) and controller would drop the firmware. It would consume less power. So we should not send this kind of SET_FEATURE when host goes to suspend state. Otherwise, when making