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 838C9EB64DC for ; Sat, 1 Jul 2023 03:24:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229452AbjGADWE (ORCPT ); Fri, 30 Jun 2023 23:22:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229611AbjGACiO (ORCPT ); Fri, 30 Jun 2023 22:38:14 -0400 Received: from endrift.com (endrift.com [173.255.198.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7379430DF for ; Fri, 30 Jun 2023 19:38:12 -0700 (PDT) Received: from [192.168.0.22] (unknown [50.47.218.115]) by endrift.com (Postfix) with ESMTPSA id 769FAA283; Fri, 30 Jun 2023 19:38:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=endrift.com; s=2020; t=1688179090; bh=eZoRyhfuZW6dBrpDIQMDkujInFY3JuQ92ZhziAru9OE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fuplLB2GFw5vtfyQjVUNYpbyfzDBlnS2615ckCjTlNQ5WyVBrFDY/aC20Zw7bpmUd 3HyTdEWYVmk/1WXTietbCJp8naJctrla9b+dbZ5rmlWaOcreyrYk8NuwdEZfZGZIs2 OeYIB0+BAb8PZUCyVcuUTEHoyHPJAZcM0IzZqT5nwA5tizdsia0u1yftRCSUJRUcrX 4A/A22arRrHNj3tvdWGsCCsynlsLTGe4/L5iEV2Hazm5tJduKSU/QZW8QG3dN6+qun gCWTxQSrkdCZTXjRwzAoHoJCEtL3U1Fj4Xr09s5ahcerXGTPzyp64+XNVia5UpkxMF ri9yiFUalpSdA== Message-ID: Date: Fri, 30 Jun 2023 19:38:09 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 0/2] Input: xpad - Additional controller support Content-Language: en-US To: Dmitry Torokhov , linux-input@vger.kernel.org Cc: Pavel Rojtberg , Lyude Paul References: <20230607012812.379640-1-vi@endrift.com> From: Vicki Pfau In-Reply-To: <20230607012812.379640-1-vi@endrift.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Hello, On 6/6/23 18:28, Vicki Pfau wrote: > This series includes two patches: one is a fixed resubmit of a previously > reverted patch (first applied as db7220c48d8d), and the other is a simple > addition to the VID table for Xbox One controllers. > > Sam Lantinga (1): > Input: xpad - Add GameSir VID for Xbox One controllers > > Vicki Pfau (1): > Input: xpad - fix support for some third-party controllers > > drivers/input/joystick/xpad.c | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > This series has been radio silent for over three weeks. It includes an easy patch as well as a fixed version of the previously reverted patch I submitted. Is there anything else I need to do? I almost forgot about it, but would like to make sure it's addressed at some point. Thanks