The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/1] Input: xpad - add disable_xboxone module parameter
@ 2025-05-17 10:50 Apoorv Parle
  2025-05-17 10:50 ` [PATCH 1/1] " Apoorv Parle
  2025-05-19 16:32 ` [PATCH 0/1] " Dmitry Torokhov
  0 siblings, 2 replies; 8+ messages in thread
From: Apoorv Parle @ 2025-05-17 10:50 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel, Apoorv Parle

Hi,

This patch adds a `disable_xboxone` module parameter to the xpad driver,
allowing users to prevent xpad from binding to Xbox One and Series X|S
devices (XTYPE_XBOXONE). This is especially useful for users who wish to
use the out-of-tree `xone` driver (https://github.com/dlundqvist/xone) .

Currently, there is no in-tree driver that supports Xbox wireless dongles;
the only option is the out-of-tree `xone` project which implements the GIP
protocol. The `xone` project itself, or similar functionality  cannot be
easily upstreamed due to the unclear legality of redistributing the
required Microsoft firmware. This patch lets users avoid device conflicts
and run both drivers side by side, without having to patch or fork xpad
(eg: https://github.com/medusalix/xpad-noone) for each kernel update.

Tested on kernel version 6.14.0 with both legacy Xbox 360 controllers
and a Microsoft Xbox Wireless Adapter Dongle + Xbox Controller Model 1914

Thanks for your consideration.

Best,
Apoorv Parle

Apoorv Parle (1):
  Input: xpad - add disable_xboxone module parameter

 drivers/input/joystick/xpad.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-05-25 10:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 10:50 [PATCH 0/1] Input: xpad - add disable_xboxone module parameter Apoorv Parle
2025-05-17 10:50 ` [PATCH 1/1] " Apoorv Parle
2025-05-19 16:32 ` [PATCH 0/1] " Dmitry Torokhov
2025-05-19 20:51   ` Apoorv Parle
     [not found]   ` <CAB7A79ysZ2-kxKPyiM1+5keSrsbVwNZti4FzXGUbjx4OONzrDw@mail.gmail.com>
2025-05-19 21:36     ` Dmitry Torokhov
2025-05-20  4:04       ` Apoorv Parle
     [not found]         ` <65636077-FB55-4E20-80CA-419EF9A071B8@progandy.de>
2025-05-21 21:45           ` Apoorv Parle
2025-05-25 10:41             ` Apoorv Parle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox