All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippos Boon Alexaki <palexaki@xs4all.nl>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Input: xpad - add support for the ZD O+ Excellence controller
Date: Mon, 19 Jan 2026 13:35:09 +0100	[thread overview]
Message-ID: <aW4k_eiMTHT1mU2x@htpc> (raw)
In-Reply-To: <copxfwjjvudsgq3s72wqimsdcqmrwxzjry3wweg7yrifr6s3cd@gv6w23g4open>

Hi Dmitry,

On Thu, Dec 18, 2025 at 09:08:03PM -0800, Dmitry Torokhov wrote:
> Hi Philippos,
> 
> On Thu, Oct 30, 2025 at 11:56:06PM +0100, Philippos Boon Alexaki wrote:
> > Adds support for the ZD O+ Excellence controller.
> > Tested with a wired connection.
> > 
> > Signed-off-by: Philippos Boon Alexaki <palexaki@xs4all.nl>
> > ---
> >  drivers/input/joystick/xpad.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
> > index 4c94297e17e6..3805780d5be3 100644
> > --- a/drivers/input/joystick/xpad.c
> > +++ b/drivers/input/joystick/xpad.c
> > @@ -296,6 +296,7 @@ static const struct xpad_device {
> >  	{ 0x10f5, 0x7005, "Turtle Beach Recon Controller", 0, XTYPE_XBOXONE },
> >  	{ 0x10f5, 0x7008, "Turtle Beach Recon Controller", MAP_SHARE_BUTTON, XTYPE_XBOXONE },
> >  	{ 0x10f5, 0x7073, "Turtle Beach Stealth Ultra Controller", MAP_SHARE_BUTTON, XTYPE_XBOXONE },
> > +	{ 0x11c0, 0x5505, "ZD O+ Excellence", 0, XTYPE_XBOX360 },
> >  	{ 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
> >  	{ 0x11ff, 0x0511, "PXN V900", 0, XTYPE_XBOX360 },
> >  	{ 0x1209, 0x2882, "Ardwiino Controller", 0, XTYPE_XBOX360 },
> > @@ -541,6 +542,7 @@ static const struct usb_device_id xpad_table[] = {
> >  	XPAD_XBOXONE_VENDOR(0x0f0d),		/* Hori controllers */
> >  	XPAD_XBOX360_VENDOR(0x1038),		/* SteelSeries controllers */
> >  	XPAD_XBOXONE_VENDOR(0x10f5),		/* Turtle Beach Controllers */
> > +	XPAD_XBOXONE_VENDOR(0x11c0),		/* ZD O+ Excellence */
> 
> It is really weird that the matching is added for XboxOne but the type
> is set for Xbox360...

This is a typo, it behaves like a Xbox360 so this should be changed
to reflect that. Should I resubmit my patch?

> 
> >  	XPAD_XBOX360_VENDOR(0x11c9),		/* Nacon GC100XF */
> >  	XPAD_XBOX360_VENDOR(0x11ff),		/* PXN V900 */
> >  	XPAD_XBOX360_VENDOR(0x1209),		/* Ardwiino Controllers */
> 
> Thanks.
> 
> -- 
> Dmitry

Kind regards,
Philippos

      reply	other threads:[~2026-01-19 12:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-30 22:56 [PATCH] Input: xpad - add support for the ZD O+ Excellence controller Philippos Boon Alexaki
2025-12-19  5:08 ` Dmitry Torokhov
2026-01-19 12:35   ` Philippos Boon Alexaki [this message]

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=aW4k_eiMTHT1mU2x@htpc \
    --to=palexaki@xs4all.nl \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.