Patch "Bluetooth: hidp: fix device disconnect on idle timeout" has been added to the 4.3-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: hidp: fix device disconnect on idle timeout to the 4.3-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: b

Patch "Bluetooth: hidp: fix device disconnect on idle timeout" has been added to the 4.2-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: hidp: fix device disconnect on idle timeout to the 4.2-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: b

Patch "Bluetooth: hidp: fix device disconnect on idle timeout" has been added to the 3.14-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: hidp: fix device disconnect on idle timeout to the 3.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "Bluetooth: hidp: fix device disconnect on idle timeout" has been added to the 3.10-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: hidp: fix device disconnect on idle timeout to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "Bluetooth: hidp: fix device disconnect on idle timeout" has been added to the 4.1-stable tree

2015-12-07 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: hidp: fix device disconnect on idle timeout to the 4.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: b

Re: [PATCH] Bluetooth: hidp: fix device disconnect on idle timeout

2015-10-19 Thread Marcel Holtmann
Hi David, > The HIDP specs define an idle-timeout which automatically disconnects a > device. This has always been implemented in the HIDP layer and forced a > synchronous shutdown of the hidp-scheduler. This works just fine, but > lacks a forced disconnect on the underlying l2cap channels. This h

Re: [PATCH] Bluetooth: hidp: fix device disconnect on idle timeout

2015-09-24 Thread Marcel Holtmann
Hi David, > Ping? I was waiting for some Tested-by before applying the patch. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Bluetooth: hidp: fix device disconnect on idle timeout

2015-09-22 Thread David Herrmann
Ping? Thanks David On Mon, Sep 7, 2015 at 12:05 PM, David Herrmann wrote: > The HIDP specs define an idle-timeout which automatically disconnects a > device. This has always been implemented in the HIDP layer and forced a > synchronous shutdown of the hidp-scheduler. This works just fine, but >

[PATCH] Bluetooth: hidp: fix device disconnect on idle timeout

2015-09-07 Thread David Herrmann
The HIDP specs define an idle-timeout which automatically disconnects a device. This has always been implemented in the HIDP layer and forced a synchronous shutdown of the hidp-scheduler. This works just fine, but lacks a forced disconnect on the underlying l2cap channels. This has been broken sinc