From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A4F9C5479D for ; Wed, 11 Jan 2023 19:27:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232785AbjAKT1o (ORCPT ); Wed, 11 Jan 2023 14:27:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232656AbjAKT1n (ORCPT ); Wed, 11 Jan 2023 14:27:43 -0500 Received: from mail.holmansrus.com (unknown [143.59.183.90]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B453D13D; Wed, 11 Jan 2023 11:27:42 -0800 (PST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.holmansrus.com (Postfix) with ESMTP id 44865E136B; Wed, 11 Jan 2023 13:27:41 -0600 (CST) Received: from mail.holmansrus.com ([127.0.0.1]) by localhost (mail.holmansrus.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id dXa14Gif68xa; Wed, 11 Jan 2023 13:27:38 -0600 (CST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.holmansrus.com (Postfix) with ESMTP id C00F5E1377; Wed, 11 Jan 2023 13:27:38 -0600 (CST) X-Virus-Scanned: amavisd-new at holmansrus.com Received: from mail.holmansrus.com ([127.0.0.1]) by localhost (mail.holmansrus.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lVmmr1jjBcZX; Wed, 11 Jan 2023 13:27:38 -0600 (CST) Received: from mail.holmansrus.com (mail.holmansrus.com [10.90.0.246]) by mail.holmansrus.com (Postfix) with ESMTP id 98729E136B; Wed, 11 Jan 2023 13:27:38 -0600 (CST) Date: Wed, 11 Jan 2023 13:27:38 -0600 (CST) From: Walt Holman To: Bastien Nocera Cc: linux-kernel , linux-input Message-ID: <813567712.6.1673465258180.JavaMail.zimbra@holmansrus.com> In-Reply-To: <211974789ce308698ce79a38848036dc498f6d5c.camel@hadess.net> References: <1912021550.81.1672759744435.JavaMail.zimbra@holmansrus.com> <211974789ce308698ce79a38848036dc498f6d5c.camel@hadess.net> Subject: Re: [PATCH] HID: hid-logitech-hidpp: Add support for Logitech G923 wheel Xbox Edition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.90.0.246] X-Mailer: Zimbra 8.8.15_GA_4484 (ZimbraWebClient - GC109 (Linux)/8.8.15_GA_4481) Thread-Topic: hid-logitech-hidpp: Add support for Logitech G923 wheel Xbox Edition Thread-Index: l80FnNVrQgRmpSwXZkds7LZYjTB8vg== Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org ----- On Jan 11, 2023, at 4:28 AM, Bastien Nocera hadess@hadess.net wrote: > Hey Walt, > > On Tue, 2023-01-03 at 09:29 -0600, Walt Holman wrote: >> Hello, >> >> This patch adds support for the Logitech G923 Xbox edition steering >> wheel. This uses the hid-logitech-hidpp kernel module and from my >> testing, force feedback and all buttons work. This requires the >> usb_modeswitch application to setup the device in PC mode with a >> magic string that is the same as the Logitech 920 wheel. Originally I >> had massaged a patch I found for this wheel, however, much of it was >> unnecessary and I culled it back to just adding the ID's. Let me know >> if you need anything else or have any questions. Thanks, >> >> Signed-off-by: Walt Holman walt@holmansrus.com >> > > You'll want to follow: > https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html > to submit this patch. It definitely shouldn't be an attachment :) > > Cheers I apologize. I'll re-submit it in a new mail. Thanks, -Walt