From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elias Vanderstuyft Subject: Re: [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels Date: Mon, 16 Feb 2015 22:58:03 +0100 Message-ID: References: <1423965785-22930-1-git-send-email-madcatxster@devoid-pointer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1423965785-22930-1-git-send-email-madcatxster@devoid-pointer.net> Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?B?TWljaGFsIE1hbMO9?= Cc: Jiri Kosina , "open list:HID CORE LAYER" , "linux-kernel@vger.kernel.org" , Simon Wood List-Id: linux-input@vger.kernel.org On Sun, Feb 15, 2015 at 3:03 AM, Michal Mal=C3=BD wrote: > This patch series improves handling of various Logitech gaming wheels= and > allows switching between various compatibility modes which might be u= seful > to improve compatibility with very old games and testing purposes. > > Signed-off-by: Michal Mal=C3=BD > > v2: - Rebased against latest linux-next > - Document the newly introduced sysfs interfaces in appropriate c= ommits > - Assume that we are targeting kernel version 4.1 > - Fix a misleading error message regarding unsupported wheel mode > > Michal Mal=C3=BD (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 Logitec= h > gaming wheels from compatibility to native mode. This only applie= s > 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 | 605 +++++++++++= +++++++--- > 3 files changed, 580 insertions(+), 76 deletions(-) > > -- > 2.3.0 > Applied cleanly on kernel 3.18.6, and retested with: - Logitech Formula Vibration Wheel - Logitech MOMO (Black) Wheel Everything keeps working like it was before, which is correct because these wheels are no multimode wheels. Tested-by: Elias Vanderstuyft Thanks, Elias