linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] hid: ntrig NO_INIT_REPORTS
@ 2011-03-10  4:33 Rafi Rubin
  2011-03-10  4:33 ` [PATCH 2/2] hid-ntrig: init settle and mode check Rafi Rubin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rafi Rubin @ 2011-03-10  4:33 UTC (permalink / raw)
  To: jkosina, linux-input; +Cc: linux-kernel, micki, rydberg, chatty, Rafi Rubin

Probing reports does bad things with some ntrig firmwares, better to
just leave them alone.

Signed-off-by: Rafi Rubin <rafi@seas.upenn.edu>

---

This resolves an annoying delay on initialization and reduces the
chance of the device coming up in an odd state or crashing.
---
 drivers/hid/hid-ntrig.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-ntrig.c b/drivers/hid/hid-ntrig.c
index b1e9cca..850ba14 100644
--- a/drivers/hid/hid-ntrig.c
+++ b/drivers/hid/hid-ntrig.c
@@ -837,7 +837,8 @@ static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id)
 	struct hid_report *report;
 
 	if (id->driver_data)
-		hdev->quirks |= HID_QUIRK_MULTI_INPUT;
+		hdev->quirks |= HID_QUIRK_MULTI_INPUT
+				| HID_QUIRK_NO_INIT_REPORTS;
 
 	nd = kmalloc(sizeof(struct ntrig_data), GFP_KERNEL);
 	if (!nd) {
-- 
1.7.4.1

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

end of thread, other threads:[~2011-03-14 12:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10  4:33 [PATCH 1/2] hid: ntrig NO_INIT_REPORTS Rafi Rubin
2011-03-10  4:33 ` [PATCH 2/2] hid-ntrig: init settle and mode check Rafi Rubin
2011-03-11  1:52   ` Peter Hutterer
2011-03-14 12:10     ` Jiri Kosina
2011-03-10 10:38 ` [PATCH 1/2] hid: ntrig NO_INIT_REPORTS Jiri Kosina
2011-03-11  1:42 ` Peter Hutterer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).