Skip to content

Commit 9c9c711

Browse files
Greg Tullidtor
authored andcommitted
Input: iforce - add support for Boeder Force Feedback Wheel
Add a new iforce_device entry to support the Boeder Force Feedback Wheel device. Signed-off-by: Greg Tulli <greg.iforce@gmail.com> Link: https://lore.kernel.org/r/3256420-c8ac-31b-8499-3c488a9880fd@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 98e0121 commit 9c9c711

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/input/joydev/joystick.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ All I-Force devices are supported by the iforce module. This includes:
517517
* AVB Mag Turbo Force
518518
* AVB Top Shot Pegasus
519519
* AVB Top Shot Force Feedback Racing Wheel
520+
* Boeder Force Feedback Wheel
520521
* Logitech WingMan Force
521522
* Logitech WingMan Force Wheel
522523
* Guillemot Race Leader Force Feedback

drivers/input/joystick/iforce/iforce-main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static struct iforce_device iforce_device[] = {
5050
{ 0x046d, 0xc291, "Logitech WingMan Formula Force", btn_wheel, abs_wheel, ff_iforce },
5151
{ 0x05ef, 0x020a, "AVB Top Shot Pegasus", btn_joystick_avb, abs_avb_pegasus, ff_iforce },
5252
{ 0x05ef, 0x8884, "AVB Mag Turbo Force", btn_wheel, abs_wheel, ff_iforce },
53+
{ 0x05ef, 0x8886, "Boeder Force Feedback Wheel", btn_wheel, abs_wheel, ff_iforce },
5354
{ 0x05ef, 0x8888, "AVB Top Shot Force Feedback Racing Wheel", btn_wheel, abs_wheel, ff_iforce }, //?
5455
{ 0x061c, 0xc0a4, "ACT LABS Force RS", btn_wheel, abs_wheel, ff_iforce }, //?
5556
{ 0x061c, 0xc084, "ACT LABS Force RS", btn_wheel, abs_wheel, ff_iforce },

0 commit comments

Comments
 (0)