[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386026244-21553-1-git-send-email-ogay@logitech.com>
Date: Tue, 3 Dec 2013 00:17:24 +0100
From: Olivier Gay <ogay@...itech.com>
To: linux-input@...r.kernel.org
Cc: Jiri Kosina <jkosina@...e.cz>, linux-kernel@...r.kernel.org,
Olivier Gay <ogay@...itech.com>,
Nestor Lopez Casado <nlopezcasad@...itech.com>,
Mathieu Meisser <mmeisser@...itech.com>
Subject: [PATCH] HID: logitech-dj: add HIDRAW dependency in Kconfig
hid-logitech-dj.c driver needs hidraw to work correctly. Without
hidraw, hid-logitech-dj.c fails during probe() and Logitech
Unifying devices HID reports aren't recognized.
Signed-off-by: Olivier Gay <ogay@...itech.com>
Signed-off-by: Nestor Lopez Casado <nlopezcasad@...itech.com>
Signed-off-by: Mathieu Meisser <mmeisser@...itech.com>
---
Hi everyone,
this adds a HIDRAW dependency in Kconfig for hid-logitech-dj.c
driver. The driver uses hidraw and needs it to work correctly.
Without hidraw if a Logitech Unifying device is plugged, the driver
fails during probe() and Logitech Unifying devices HID reports aren't
recognized. This has been the cause of some confusion. Some Linux and
Android distributions had HID_LOGITECH_DJ enabled without HIDRAW and
the Unifying mice and keyboards would simply not work (no cursor
tracking / no keyboard typing).
Best regards,
Olivier
drivers/hid/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 329fbb9..c8a66b9 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -344,6 +344,7 @@ config HID_LOGITECH
config HID_LOGITECH_DJ
tristate "Logitech Unifying receivers full support"
+ depends on HIDRAW
depends on HID_LOGITECH
---help---
Say Y if you want support for Logitech Unifying receivers and devices.
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists