All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Pavel Rojtberg <rojtberg@gmail.com>
Cc: linux-input@vger.kernel.org, gregkh@linuxfoundation.org,
	Nilton Perim Neto <niltonperimneto@gmail.com>
Subject: Re: [PATCH v3 11/11] Input: xpad - add unofficial Xbox 360 wireless receiver clone
Date: Fri, 17 Jan 2025 09:36:06 -0800	[thread overview]
Message-ID: <Z4qVBqpPjkqx-6ih@google.com> (raw)
In-Reply-To: <20250107192830.414709-12-rojtberg@gmail.com>

On Tue, Jan 07, 2025 at 08:28:30PM +0100, Pavel Rojtberg wrote:
> From: Nilton Perim Neto <niltonperimneto@gmail.com>
> 
> Although it mimics the Microsoft's VendorID, it is in fact a clone.
> Taking into account that the original Microsoft Receiver is not being
> manufactured anymore, this drive can solve dpad issues encontered by
> those who still use the original 360 Wireless controller
> but are using a receiver clone.
> 
> Signed-off-by: Nilton Perim Neto <niltonperimneto@gmail.com>
> Signed-off-by: Pavel Rojtberg <rojtberg@gmail.com>

Applied since I saw message from Nilton acknowledging SOB. Thank you!

> ---
>  drivers/input/joystick/xpad.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
> index 647c788ec5d1..b0780dfc558b 100644
> --- a/drivers/input/joystick/xpad.c
> +++ b/drivers/input/joystick/xpad.c
> @@ -151,6 +151,7 @@ static const struct xpad_device {
>  	{ 0x045e, 0x028e, "Microsoft X-Box 360 pad", 0, XTYPE_XBOX360 },
>  	{ 0x045e, 0x028f, "Microsoft X-Box 360 pad v2", 0, XTYPE_XBOX360 },
>  	{ 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
> +	{ 0x045e, 0x02a9, "Xbox 360 Wireless Receiver (Unofficial)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
>  	{ 0x045e, 0x02d1, "Microsoft X-Box One pad", 0, XTYPE_XBOXONE },
>  	{ 0x045e, 0x02dd, "Microsoft X-Box One pad (Firmware 2015)", 0, XTYPE_XBOXONE },
>  	{ 0x045e, 0x02e3, "Microsoft X-Box One Elite pad", MAP_PADDLES, XTYPE_XBOXONE },
> -- 
> 2.43.0
> 

-- 
Dmitry

  reply	other threads:[~2025-01-17 17:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-07 19:28 [PATCH v3 00/11] Input: xpad - sync with github fork Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 01/11] Input: xpad - improve name of 8BitDo controller 2dc8:3106 Pavel Rojtberg
2025-01-21  4:20   ` Dmitry Torokhov
2025-01-07 19:28 ` [PATCH v3 02/11] Input: xpad - add support for wooting two he (arm) Pavel Rojtberg
2025-01-21  4:20   ` Dmitry Torokhov
2025-01-07 19:28 ` [PATCH v3 03/11] Input: xpad - add support for SCUF Instinct Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 04/11] Input: xpad - add support for Xbox ONE liquid metal controller Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 05/11] Input: xpad - add multiple supported devices Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 06/11] Input: xpad - add USB ID for Nacon Revolution5 Pro Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 07/11] Input: xpad - added Turtle Beach Recon support Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 08/11] Input: xpad - add support for Nacon Evol-X Xbox One Controller Pavel Rojtberg
2025-01-17 17:30   ` Dmitry Torokhov
     [not found]     ` <CAOnZAHtEU-nBVuPq_5mC31e-KG+_VKW8PkSwUaCsFREjxewxGg@mail.gmail.com>
2025-01-18  0:43       ` Dmitry Torokhov
2025-01-18 14:02     ` Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 09/11] Input: xpad - add support for PDP Mirror's Edge controller Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 10/11] Input: xpad - add support for Thrustmaster ESWAP X2 ELDEN RING Pavel Rojtberg
2025-01-07 19:28 ` [PATCH v3 11/11] Input: xpad - add unofficial Xbox 360 wireless receiver clone Pavel Rojtberg
2025-01-17 17:36   ` Dmitry Torokhov [this message]
2025-01-12 19:18 ` [PATCH v3 00/11] Input: xpad - sync with github fork Pavel Rojtberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z4qVBqpPjkqx-6ih@google.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-input@vger.kernel.org \
    --cc=niltonperimneto@gmail.com \
    --cc=rojtberg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.