All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: iforce - add support for Boeder Force Feedback Wheel
@ 2022-08-29  0:13 Greg Tulli
  2022-08-29 10:11 ` [PATCH v2] " Greg Tulli
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Tulli @ 2022-08-29  0:13 UTC (permalink / raw)
  To: linux-input

Add a new iforce_device entry to support the Boeder Force Feedback Wheel device.

diff --git a/drivers/input/joystick/iforce/iforce-main.c
b/drivers/input/joystick/iforce/iforce-main.c
index b2a68bc9f0b4..7c6d58afa2f1 100644
--- a/drivers/input/joystick/iforce/iforce-main.c
+++ b/drivers/input/joystick/iforce/iforce-main.c
@@ -50,6 +50,7 @@ static struct iforce_device iforce_device[] = {
        { 0x046d, 0xc291, "Logitech WingMan Formula Force",
 btn_wheel, abs_wheel, ff_iforce },
        { 0x05ef, 0x020a, "AVB Top Shot Pegasus",
 btn_joystick_avb, abs_avb_pegasus, ff_iforce },
        { 0x05ef, 0x8884, "AVB Mag Turbo Force",
 btn_wheel, abs_wheel, ff_iforce },
+       { 0x05ef, 0x8886, "Boeder Force Feedback Wheel",
 btn_wheel, abs_wheel, ff_iforce },
        { 0x05ef, 0x8888, "AVB Top Shot Force Feedback Racing Wheel",
 btn_wheel, abs_wheel, ff_iforce }, //?
        { 0x061c, 0xc0a4, "ACT LABS Force RS",
 btn_wheel, abs_wheel, ff_iforce }, //?
        { 0x061c, 0xc084, "ACT LABS Force RS",
 btn_wheel, abs_wheel, ff_iforce },

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

* [PATCH v2] Input: iforce - add support for Boeder Force Feedback Wheel
  2022-08-29  0:13 [PATCH] Input: iforce - add support for Boeder Force Feedback Wheel Greg Tulli
@ 2022-08-29 10:11 ` Greg Tulli
  2022-08-29 18:21   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Tulli @ 2022-08-29 10:11 UTC (permalink / raw)
  To: linux-input, Dmitry Torokhov

Add a new iforce_device entry to support the Boeder Force Feedback Wheel device.

Signed-off-by: Greg Tulli <greg.iforce@gmail.com>
---

diff --git a/Documentation/input/joydev/joystick.rst b/Documentation/input/joydev/joystick.rst
index f615906a0821..6d721396717a 100644
--- a/Documentation/input/joydev/joystick.rst
+++ b/Documentation/input/joydev/joystick.rst
@@ -517,6 +517,7 @@ All I-Force devices are supported by the iforce module. This includes:
 * AVB Mag Turbo Force
 * AVB Top Shot Pegasus
 * AVB Top Shot Force Feedback Racing Wheel
+* Boeder Force Feedback Wheel
 * Logitech WingMan Force
 * Logitech WingMan Force Wheel
 * Guillemot Race Leader Force Feedback
diff --git a/drivers/input/joystick/iforce/iforce-main.c b/drivers/input/joystick/iforce/iforce-main.c
index b2a68bc9f0b4..b86de1312512 100644
--- a/drivers/input/joystick/iforce/iforce-main.c
+++ b/drivers/input/joystick/iforce/iforce-main.c
@@ -50,6 +50,7 @@ static struct iforce_device iforce_device[] = {
 	{ 0x046d, 0xc291, "Logitech WingMan Formula Force",		btn_wheel, abs_wheel, ff_iforce },
 	{ 0x05ef, 0x020a, "AVB Top Shot Pegasus",			btn_joystick_avb, abs_avb_pegasus, ff_iforce },
 	{ 0x05ef, 0x8884, "AVB Mag Turbo Force",			btn_wheel, abs_wheel, ff_iforce },
+	{ 0x05ef, 0x8886, "Boeder Force Feedback Wheel",		btn_wheel, abs_wheel, ff_iforce },
 	{ 0x05ef, 0x8888, "AVB Top Shot Force Feedback Racing Wheel",	btn_wheel, abs_wheel, ff_iforce }, //?
 	{ 0x061c, 0xc0a4, "ACT LABS Force RS",                          btn_wheel, abs_wheel, ff_iforce }, //?
 	{ 0x061c, 0xc084, "ACT LABS Force RS",				btn_wheel, abs_wheel, ff_iforce },

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

* Re: [PATCH v2] Input: iforce - add support for Boeder Force Feedback Wheel
  2022-08-29 10:11 ` [PATCH v2] " Greg Tulli
@ 2022-08-29 18:21   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2022-08-29 18:21 UTC (permalink / raw)
  To: Greg Tulli; +Cc: linux-input

On Mon, Aug 29, 2022 at 12:11:16PM +0200, Greg Tulli wrote:
> Add a new iforce_device entry to support the Boeder Force Feedback Wheel device.
> 
> Signed-off-by: Greg Tulli <greg.iforce@gmail.com>

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2022-08-29 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-29  0:13 [PATCH] Input: iforce - add support for Boeder Force Feedback Wheel Greg Tulli
2022-08-29 10:11 ` [PATCH v2] " Greg Tulli
2022-08-29 18:21   ` Dmitry Torokhov

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.