From patchwork Wed Jun 7 01:28:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicki Pfau X-Patchwork-Id: 690351 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 400DFC77B7A for ; Wed, 7 Jun 2023 01:28:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240418AbjFGB2p (ORCPT ); Tue, 6 Jun 2023 21:28:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59668 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234753AbjFGB2o (ORCPT ); Tue, 6 Jun 2023 21:28:44 -0400 Received: from endrift.com (endrift.com [173.255.198.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F1DB199D for ; Tue, 6 Jun 2023 18:28:43 -0700 (PDT) Received: from nebulosa.vulpes.eutheria.net (unknown [50.47.218.115]) by endrift.com (Postfix) with ESMTPSA id D4165A27B; Tue, 6 Jun 2023 18:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=endrift.com; s=2020; t=1686101322; bh=z/0xt8yMbbtcsefOTPQDzqHGcx+UQdKy096uNFuxUdE=; h=From:To:Cc:Subject:Date:From; b=fi/C5u0wpNs2Fj+OOxFMKKCfoj+Fqwwza1bnE8Bp1PpqgxS+PooPgeR5t1JcjxWSr oC5ZswNr8tqvKJcYqqsZ6edhrJeNMdJWlIWjytxLiFesdyIL9jLIDaxZOdIn7/e4Vx dr2CTUVISBc258srZE+EHOET7n6StaAzd2OoKm+E4iprbvfahJIDxGUhlBxdxlR43n tKTDDtkLsWzn31kTff/6rPKjz2SqdUXTBoaaJj4ikbpmJ5il27MF/mrCwYvtT9TC8o W1P+/wPV5lQNYlJoEKkJshqmgQ0QGzZucfFuyZxuNUmvp37Bjom1yikTYVbFtnoNJi fTQKo/0m87mSg== From: Vicki Pfau To: Dmitry Torokhov , linux-input@vger.kernel.org Cc: Vicki Pfau , Pavel Rojtberg Subject: [PATCH 0/2] Input: xpad - Additional controller support Date: Tue, 6 Jun 2023 18:28:10 -0700 Message-Id: <20230607012812.379640-1-vi@endrift.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org 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(+)