From: Denis Benato <denis.benato@linux.dev>
To: 'Jiri Kosina' <jikos@kernel.org>
Cc: 'Benjamin Tissoires' <bentiss@kernel.org>,
'Dmitry Torokho v' <dmitry.torokhov@gmail.com>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Denis Benato <denis.benato@linux.dev>
Subject: [PATCH 0/2] HID: flydigi: add support for vader 5 pro
Date: Fri, 7 Aug 2026 01:23:32 +0000 [thread overview]
Message-ID: <20260807012334.58737-1-denis.benato@linux.dev> (raw)
Hi all,
A few days ago I was contacted by a friend of mine who was having his
share of issues with his Flydigi Vader 5 Pro controller: specifically
the rumble didn't work correctly, alongside other issues that were
partially solved by using the linked project.
However at the current time his main interest is in Steam support
and the driver was working in everything but Steam, which insists
on using the controller in hid mode rather than evdev mode
by default, and when in evdev mode it is disregarding additional
buttons and the gyroscope.
So we ended up with a perfectly working driver for the controller,
that at the cost of gyroscope support and back buttons has
rumble working correctly in Steam.
Since the driver works in basically everything that is not Steam,
including the browser, I decided to submit it anyway as someone
else will surely be interested in using some other way that is not
the aforementioned program.
To make optimal use of this device the xpad driver should not
bind to the controller, and this is the case for more than just
this controller as Derek told me, so I added some basic infrastructure
to use the best available driver for the device.
I also want to thank the original authors that did the work
of implementing the controller the first time (in SDL).
Best regards,
Denis Benato
Link: https://github.com/DuncanTPerkins/vader5-pro-linux-fix
Denis Benato (2):
HID: flydigi: add support for vader 5 pro
Input: xpad - introduce a static table to ignore devices
drivers/hid/Kconfig | 8 +
drivers/hid/Makefile | 1 +
drivers/hid/hid-flydigi.c | 887 ++++++++++++++++++++++++++++++++++
drivers/hid/hid-ids.h | 3 +
drivers/input/joystick/xpad.c | 24 +
5 files changed, 923 insertions(+)
create mode 100644 drivers/hid/hid-flydigi.c
--
2.47.3
next reply other threads:[~2026-08-07 1:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 1:23 Denis Benato [this message]
2026-08-07 1:23 ` [PATCH 1/2] HID: flydigi: add support for vader 5 pro Denis Benato
2026-08-07 1:23 ` [PATCH 2/2] Input: xpad - introduce a static table to ignore devices Denis Benato
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=20260807012334.58737-1-denis.benato@linux.dev \
--to=denis.benato@linux.dev \
--cc=bentiss@kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=jikos@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox