[PATCH v2] Bluetooth: hci_h5: btrtl: Add quirk for keep power in suspend/resume

2021-03-16 Thread hildawu
From: hildawu RTL8822C devices support BT wakeup Host. Add a quirk for these specific devices did not power off during suspend and resume. By this change, if the Host support that received BT device signal then it can be wakeup. Signed-off-by: hildawu --- Changes in v2: - Add missing struct

[PATCH] Bluetooth: hci_h5: btrtl: Add quirk for keep power during suspend/resume for specific devices

2021-03-15 Thread hildawu
From: hildawu RTL8822C devices support BT wakeup Host. Add a quirk for these specific devices did not power off during suspend and resume. By this change, if the Host support that received BT device signal then it can be wakeup. Signed-off-by: hildawu --- drivers/bluetooth/btrtl.c | 36

[PATCH v2] Bluetooth: btusb: USB alternate setting 1 for WBS

2020-06-30 Thread hildawu
From: Hilda Wu RTL8822CE supports transparent WBS to apply USB alternate setting 1. Add a flag to the device match data to apply alternate setting 1 which meet the transfer speed for WBS support. Signed-off-by: Hilda Wu --- Changes in v2: - More descriptive commit log and short description. -

[PATCH] Bluetooth: btusb: WBS support USB alternate setting 1

2020-06-29 Thread hildawu
From: Hilda Wu For WBS support, btusb driver could be set to alternate setting 1. Signed-off-by: Hilda Wu --- drivers/bluetooth/btusb.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index