On 05.08.19 16:43, Greg KH wrote:
On Mon, Aug 05, 2019 at 04:10:56PM +0200, Sebastian Parschauer wrote:
The PixArt OEM mice are known for disconnecting every minute in runlevel 1 or 3 if they are not always polled. So add quirk ALWAYS_POLL for this one as well.
Jonathan Teh (@jonathan-teh) reported and tested the quirk. Reference: https://github.com/sriemer/fix-linux-mouse/issues/15
Signed-off-by: Sebastian Parschauer s.parschauer@gmx.de CC: stable@vger.kernel.org # v4.14.x Signed-off-by: Jiri Kosina jkosina@suse.cz [sparschauer: Backport to < v4.16 hid_blacklist] Signed-off-by: Sebastian Parschauer s.parschauer@gmx.de
drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+)
What is the git commit id of this patch in Linus's tree?
Sorry, I was too quick with the backports. It just reached https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git.
Will reply when it's pulled in.
Cheers, Sebastian