Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH] HID: wacom: Add Dell Latitude 7275 battery quirk
@ 2021-09-04 20:58 Jérôme de Bretagne
       [not found] ` <CANRwn3S1qTcDWXrXr0WBoC4RSrB=CjrRom3=GXD8Tby=Y+W=8g@mail.gmail.com>
  2021-09-04 22:56 ` Filipe Laíns
  0 siblings, 2 replies; 3+ messages in thread
From: Jérôme de Bretagne @ 2021-09-04 20:58 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires, linux-input
  Cc: jerome.debretagne, Jason Gerecke, Ping Cheng

The Wacom touchscreen/digitizer in the Dell Latitude 7275
mistakenly reports having a battery, add a quirk to ignore it.

Signed-off-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
Tested-by: Jérôme de Bretagne <jerome.debretagne@gmail.com>
---
 drivers/hid/wacom_wac.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index 81ba642adcb7..4d4503cbe308 100644
--- a/drivers/hid/wacom_wac.c
+++ b/drivers/hid/wacom_wac.c
@@ -3574,6 +3574,13 @@ void wacom_setup_device_quirks(struct wacom *wacom)
 		__clear_bit(MSC_SERIAL, wacom_wac->pen_input->mscbit);
 		__clear_bit(EV_MSC, wacom_wac->pen_input->evbit);
 	}
+
+	/*
+	 * The Wacom touchscreen/digitizer in the Dell Latitude 7275 mistakenly
+	 * reports having a battery, let's ignore it.
+	 */
+	if (wacom->hdev->product == 0x4804)
+		features->quirks &= ~WACOM_QUIRK_BATTERY;
 }
 
 int wacom_setup_pen_input_capabilities(struct input_dev *input_dev,
-- 
2.30.2


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

end of thread, other threads:[~2021-09-04 23:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-04 20:58 [PATCH] HID: wacom: Add Dell Latitude 7275 battery quirk Jérôme de Bretagne
     [not found] ` <CANRwn3S1qTcDWXrXr0WBoC4RSrB=CjrRom3=GXD8Tby=Y+W=8g@mail.gmail.com>
2021-09-04 22:53   ` Jérôme de Bretagne
2021-09-04 22:56 ` Filipe Laíns

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