Re: Atheros bluetooth controller --have to powercycle usb port after suspend/resume

2017-01-30 Thread Leif Liddy
Please disregard this email thread as this is has been identified as a bluetooth driver issue. Email has been forward to the linux-bluetooth email address. On Mon, Jan 30, 2017 at 11:34 PM, Leif Liddy wrote: > Hello, > > I have a Samsung ATIV Book 9 12.2 (2015) that has an Atheros

Re: [PATCH 2/2] usb: quirks: Add reset-resume quirk for Dell DW1820 QCA Rome Bluetooth

2017-12-28 Thread Leif Liddy
Perhaps targeting all QCA Rome chipsets in the original patch was a bit overkill. I'll try adding the quirk USB_QUIRK_RESET_RESUME for my device (0cf3:e300) in usb core and will report back. -Leif Liddy https://bugzilla.kernel.org/show_bug.cgi?id=193571 On Wed, Dec 27, 2017 at 1:52 PM,

[PATCH] usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth

2017-12-31 Thread Leif Liddy
) and will target the specific device 0x0cf3:0xe300 Signed-off-by: Leif Liddy --- 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