Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 4.14] HID: Add quirk for HP X1200 PIXART OEM mouse
       [not found] <20190724210324.4868F218B8@mail.kernel.org>
@ 2019-08-05 14:10 ` Sebastian Parschauer
  2019-08-05 14:43   ` Greg KH
  2019-08-05 14:12 ` [PATCH 4.4, 4.9] " Sebastian Parschauer
  1 sibling, 1 reply; 4+ messages in thread
From: Sebastian Parschauer @ 2019-08-05 14:10 UTC (permalink / raw)
  To: stable; +Cc: Sebastian Parschauer, Jiri Kosina

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(+)

diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 28ae3dc57103..1e2e6e58256a 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -537,6 +537,7 @@
 #define USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE_0B4A	0x0b4a
 #define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE		0x134a
 #define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_094A	0x094a
+#define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_0641	0x0641

 #define USB_VENDOR_ID_HUION		0x256c
 #define USB_DEVICE_ID_HUION_TABLET	0x006e
diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
index e10eda031b01..7b5c6bd92d56 100644
--- a/drivers/hid/usbhid/hid-quirks.c
+++ b/drivers/hid/usbhid/hid-quirks.c
@@ -100,6 +100,7 @@ static const struct hid_blacklist {
 	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE_0B4A, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_094A, HID_QUIRK_ALWAYS_POLL },
+	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_0641, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_IDEACOM, USB_DEVICE_ID_IDEACOM_IDC6680, HID_QUIRK_MULTI_INPUT },
 	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_C007, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_C077, HID_QUIRK_ALWAYS_POLL },
--
2.16.4


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

* [PATCH 4.4, 4.9] HID: Add quirk for HP X1200 PIXART OEM mouse
       [not found] <20190724210324.4868F218B8@mail.kernel.org>
  2019-08-05 14:10 ` [PATCH 4.14] HID: Add quirk for HP X1200 PIXART OEM mouse Sebastian Parschauer
@ 2019-08-05 14:12 ` Sebastian Parschauer
  1 sibling, 0 replies; 4+ messages in thread
From: Sebastian Parschauer @ 2019-08-05 14:12 UTC (permalink / raw)
  To: stable; +Cc: Sebastian Parschauer, Jiri Kosina

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.4.x, v4.9.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(+)

diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index 6f4c84d824e6..25c006338100 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -509,6 +509,7 @@
 #define USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE_0A4A	0x0a4a
 #define USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE_0B4A	0x0b4a
 #define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE		0x134a
+#define USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_0641	0x0641

 #define USB_VENDOR_ID_HUION		0x256c
 #define USB_DEVICE_ID_HUION_TABLET	0x006e
diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c
index 617ae294a318..e851926be8b0 100644
--- a/drivers/hid/usbhid/hid-quirks.c
+++ b/drivers/hid/usbhid/hid-quirks.c
@@ -98,6 +98,7 @@ static const struct hid_blacklist {
 	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE_0A4A, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_LOGITECH_OEM_USB_OPTICAL_MOUSE_0B4A, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE, HID_QUIRK_ALWAYS_POLL },
+	{ USB_VENDOR_ID_HP, USB_PRODUCT_ID_HP_PIXART_OEM_USB_OPTICAL_MOUSE_0641, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_C077, HID_QUIRK_ALWAYS_POLL },
 	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_KEYBOARD_G710_PLUS, HID_QUIRK_NOGET },
 	{ USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_MOUSE_C01A, HID_QUIRK_ALWAYS_POLL },
--
2.16.4


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

* Re: [PATCH 4.14] HID: Add quirk for HP X1200 PIXART OEM mouse
  2019-08-05 14:10 ` [PATCH 4.14] HID: Add quirk for HP X1200 PIXART OEM mouse Sebastian Parschauer
@ 2019-08-05 14:43   ` Greg KH
  2019-08-05 15:55     ` Sebastian Parschauer
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2019-08-05 14:43 UTC (permalink / raw)
  To: Sebastian Parschauer; +Cc: stable, Jiri Kosina

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?

thanks,

greg k-h

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

* Re: [PATCH 4.14] HID: Add quirk for HP X1200 PIXART OEM mouse
  2019-08-05 14:43   ` Greg KH
@ 2019-08-05 15:55     ` Sebastian Parschauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Parschauer @ 2019-08-05 15:55 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, Jiri Kosina

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

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

end of thread, other threads:[~2019-08-05 15:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20190724210324.4868F218B8@mail.kernel.org>
2019-08-05 14:10 ` [PATCH 4.14] HID: Add quirk for HP X1200 PIXART OEM mouse Sebastian Parschauer
2019-08-05 14:43   ` Greg KH
2019-08-05 15:55     ` Sebastian Parschauer
2019-08-05 14:12 ` [PATCH 4.4, 4.9] " Sebastian Parschauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox