Commit ceeb2f77 authored by svrmgrl@gmx.net's avatar svrmgrl@gmx.net Committed by Vojtech Pavlik

input: Add a new ID to the Logitech ForceFeedback joystick driver.

From: Rainer Kümmerle <svrmgrl@gmx.net>
Acked-by: default avatarJohann Deneux <johann.deneux@it.uu.se>
Signed-off-by: default avatarVojtech Pavlik <vojtech@suse.cz>
parent 8b0774e3
......@@ -55,6 +55,7 @@ static struct hid_ff_initializer inits[] = {
{0x46d, 0xc211, hid_lgff_init}, // Logitech Cordless rumble pad
{0x46d, 0xc283, hid_lgff_init}, // Logitech Wingman Force 3d
{0x46d, 0xc295, hid_lgff_init}, // Logitech MOMO force wheel
{0x46d, 0xc219, hid_lgff_init}, // Logitech Cordless rumble pad 2
#endif
#ifdef CONFIG_HID_PID
{0x45e, 0x001b, hid_pid_init},
......
......@@ -126,6 +126,7 @@ static signed short ff_joystick[] = {
static struct device_type devices[] = {
{0x046d, 0xc211, ff_rumble},
{0x046d, 0xc219, ff_rumble},
{0x046d, 0xc283, ff_joystick},
{0x0000, 0x0000, ff_joystick}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment