Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752792AbaGaRaL (ORCPT ); Thu, 31 Jul 2014 13:30:11 -0400 Received: from host171.canaca.com ([67.55.55.225]:42028 "EHLO host171.canaca.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752522AbaGaRaD (ORCPT ); Thu, 31 Jul 2014 13:30:03 -0400 Message-ID: In-Reply-To: <3335238.KGDcEM6DjH@sigyn> References: <3335238.KGDcEM6DjH@sigyn> Date: Thu, 31 Jul 2014 13:29:57 -0400 Subject: Re: PATCH hid: Implement mode switching on Logitech gaming wheels accordingly to the documentation From: simon@mungewell.org To: =?iso-8859-1?Q?=22Michal_Mal=FD=22?= Cc: "Jiri Kosina" , "linux-input" , "linux-kernel@vger.kernel.org" , edwin@velds.nl, "elias.vds@gmail.com" , "simon@mungewell.org" , "Roland Bosa" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host171.canaca.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mungewell.org X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > +#define LG4FF_MSW_MIN 0 > +#define LG4FF_MSW_NATIVE 0 /* Switch device to its native mode (if > applicable) */ > +#define LG4FF_MSW_DONTSWITCH 1 /* Leave device in its current mode */ > +#define LG4FF_MSW_DFP 2 /* Switch device so that it emulates Driving > Force Pro (only G25, G27, DFGT) */ > +#define LG4FF_MSW_G25 3 /* Switch device so that it emulates G25 (only > G27) */ > +#define LG4FF_MSW_MAX 3 Just to let everyone know I am looking at this patch, and have emailed Michal some questions on whether it covers all options for control. Cheers, Simon. -- 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/