linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth
@ 2017-12-31 17:13 Leif Liddy
  0 siblings, 0 replies; 3+ messages in thread
From: Leif Liddy @ 2017-12-31 17:13 UTC (permalink / raw)
  To: linux-usb, linux-bluetooth, linux-kernel, kai.heng.feng, stable,
	mka, briannorris, drake
  Cc: Leif Liddy

This is a rework of reverted commit fd865802c66bc451dc515ed89360f84376ce1a56
The issue is that some QCA Rome bluetooth controllers stop functioning upon resume from suspend.
These devices seem to be losing power during suspend. This patch will enable
reset_resume in usb core (instead of btusb) and will target the specific device 0x0cf3:0xe300

Signed-off-by: Leif Liddy <leif.linux@gmail.com>
---
 drivers/usb/core/quirks.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index a10b346b9777..d94e6658d054 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -248,6 +248,9 @@ static const struct usb_device_id usb_quirk_list[] = {
 	/* INTEL VALUE SSD */
 	{ USB_DEVICE(0x8086, 0xf1a5), .driver_info = USB_QUIRK_RESET_RESUME },
 
+	/* QCA Rome Bluetooth in QCA6174 wireless module */
+	{ USB_DEVICE(0x0cf3, 0xe300), .driver_info = USB_QUIRK_RESET_RESUME },
+
 	{ }  /* terminating entry must be last */
 };
 

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

* usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth
@ 2017-12-31 20:09 Marcel Holtmann
  0 siblings, 0 replies; 3+ messages in thread
From: Marcel Holtmann @ 2017-12-31 20:09 UTC (permalink / raw)
  To: Leif Liddy
  Cc: linux-usb, linux-bluetooth, linux-kernel, kai.heng.feng, stable,
	mka, briannorris, drake

Hi Leif,

> This is a rework of reverted commit fd865802c66bc451dc515ed89360f84376ce1a56
> The issue is that some QCA Rome bluetooth controllers stop functioning upon resume from suspend.
> These devices seem to be losing power during suspend. This patch will enable
> reset_resume in usb core (instead of btusb) and will target the specific device 0x0cf3:0xe300
> 
> Signed-off-by: Leif Liddy <leif.linux@gmail.com>
> ---
> drivers/usb/core/quirks.c | 3 +++
> 1 file changed, 3 insertions(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth
@ 2018-01-01  9:51 Sergei Shtylyov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2018-01-01  9:51 UTC (permalink / raw)
  To: Leif Liddy, linux-usb, linux-bluetooth, linux-kernel,
	kai.heng.feng, stable, mka, briannorris, drake

Hello!

On 12/31/2017 8:13 PM, Leif Liddy wrote:

> This is a rework of reverted commit fd865802c66bc451dc515ed89360f84376ce1a56

    You need to also specify the commit summry enclosed in (""). Alos, 12 
digits of SHA1 is enough.

> The issue is that some QCA Rome bluetooth controllers stop functioning upon resume from suspend.
> These devices seem to be losing power during suspend. This patch will enable
> reset_resume in usb core (instead of btusb) and will target the specific device 0x0cf3:0xe300
> 
> Signed-off-by: Leif Liddy <leif.linux@gmail.com>
[...]

MBR, Sergei
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-01-01  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-31 17:13 usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth Leif Liddy
  -- strict thread matches above, loose matches on Subject: below --
2017-12-31 20:09 Marcel Holtmann
2018-01-01  9:51 Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).