All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Bluetooth: btusb: Whitespace fixes for btusb_setup_csr()
@ 2022-01-18  8:04 Ismael Ferreras Morezuelas
  2022-01-21 20:41 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Ismael Ferreras Morezuelas @ 2022-01-18  8:04 UTC (permalink / raw)
  To: Marcel Holtmann; +Cc: Johan Hedberg, Luiz Augusto von Dentz, BlueZ, swyterzone

Properly align the list items of the quirk for readability.
No functional changes intended. Trivial stuff.

Fixes: 0671c0662383e ("Bluetooth: btusb: Add workaround for remote-wakeup issues with Barrot 8041a02 fake CSR controllers")

Signed-off-by: Ismael Ferreras Morezuelas <swyterzone@gmail.com>
---

Split off from the HCI_FLT_CLEAR_ALL patch, as requested by Marcel.

 drivers/bluetooth/btusb.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 75c83768c..b494b81f8 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -1948,10 +1948,10 @@ static int btusb_setup_csr(struct hci_dev *hdev)
 		 * These controllers are really messed-up.
 		 *
 		 * 1. Their bulk RX endpoint will never report any data unless
-		 * the device was suspended at least once (yes, really).
+		 *    the device was suspended at least once (yes, really).
 		 * 2. They will not wakeup when autosuspended and receiving data
-		 * on their bulk RX endpoint from e.g. a keyboard or mouse
-		 * (IOW remote-wakeup support is broken for the bulk endpoint).
+		 *    on their bulk RX endpoint from e.g. a keyboard or mouse
+		 *    (IOW remote-wakeup support is broken for the bulk endpoint).
 		 *
 		 * To fix 1. enable runtime-suspend, force-suspend the
 		 * HCI and then wake-it up by disabling runtime-suspend.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Bluetooth: btusb: Whitespace fixes for btusb_setup_csr()
  2022-01-18  8:04 [PATCH v2] Bluetooth: btusb: Whitespace fixes for btusb_setup_csr() Ismael Ferreras Morezuelas
@ 2022-01-21 20:41 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2022-01-21 20:41 UTC (permalink / raw)
  To: Ismael Ferreras Morezuelas; +Cc: Johan Hedberg, Luiz Augusto von Dentz, BlueZ

Hi Ismael,

> Properly align the list items of the quirk for readability.
> No functional changes intended. Trivial stuff.
> 
> Fixes: 0671c0662383e ("Bluetooth: btusb: Add workaround for remote-wakeup issues with Barrot 8041a02 fake CSR controllers")
> 
> Signed-off-by: Ismael Ferreras Morezuelas <swyterzone@gmail.com>
> ---
> 
> Split off from the HCI_FLT_CLEAR_ALL patch, as requested by Marcel.
> 
> drivers/bluetooth/btusb.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-21 20:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18  8:04 [PATCH v2] Bluetooth: btusb: Whitespace fixes for btusb_setup_csr() Ismael Ferreras Morezuelas
2022-01-21 20:41 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.