Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757828AbbBFQoc (ORCPT ); Fri, 6 Feb 2015 11:44:32 -0500 Received: from imap.devoid-pointer.net ([31.31.77.140]:39545 "EHLO smtp.devoid-pointer.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752233AbbBFQoa (ORCPT ); Fri, 6 Feb 2015 11:44:30 -0500 X-Greylist: delayed 558 seconds by postgrey-1.27 at vger.kernel.org; Fri, 06 Feb 2015 11:44:29 EST From: =?UTF-8?q?Michal=20Mal=C3=BD?= To: jkosina@suse.cz, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: simon@mungewell.org, elias.vds@gmail.com, =?UTF-8?q?Michal=20Mal=C3=BD?= Subject: [PATCH 0/4] HID: Improve handling of multimode Logitech handling wheels Date: Fri, 6 Feb 2015 17:34:42 +0100 Message-Id: <1423240486-6714-1-git-send-email-madcatxster@devoid-pointer.net> X-Mailer: git-send-email 2.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1356 Lines: 31 This patch series improves handling of various Logitech gaming wheels and allows switching between various compatibility modes which might be useful to improve compatibility with very old games and testing purposes. Signed-off-by: Michal Malý Michal Malý (4): Identify Logitech gaming wheels in compatibility modes accordingly to Logitech specifications Display the real wheel model and supported alternate modes through sysfs. This applies only to multimode wheels. Introduce a module parameter to disable automatic switch of Logitech gaming wheels from compatibility to native mode. This only applies to multimode wheels. Allow switching of Logitech gaming wheels between available compatibility modes through sysfs. This only applies to multimode wheels. .../ABI/testing/sysfs-driver-hid-logitech-lg4ff | 45 ++ drivers/hid/hid-lg.c | 6 + drivers/hid/hid-lg4ff.c | 608 ++++++++++++++++++--- 3 files changed, 583 insertions(+), 76 deletions(-) -- 2.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/