Hi, On Jan 20 2017 or thereabouts, Ardinartsev Nikita wrote: > hid-lg: Fixes immediate disconnection of Logitech Rumblepad 2 > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=117091 Having a bug link is fine, but please also write a short description of what you are trying to solve. > Signed-off-by: Ardinartsev Nikita <ardinar23@xxxxxxxxx> > --- > drivers/hid/hid-lg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/hid/hid-lg.c b/drivers/hid/hid-lg.c > index c5c5fbe..f1afb6b 100644 > --- a/drivers/hid/hid-lg.c > +++ b/drivers/hid/hid-lg.c > @@ -872,7 +872,7 @@ static const struct hid_device_id lg_devices[] = { > { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, > USB_DEVICE_ID_LOGITECH_WINGMAN_FFG), > .driver_data = LG_NOGET | LG_FF4 }, > { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, > USB_DEVICE_ID_LOGITECH_RUMBLEPAD2), > - .driver_data = LG_FF2 }, > + .driver_data = LG_FF2 | LG_NOGET }, This looks OK, but I'd like to get the confirmation first that the rumble effects are still working. Cheers, Benjamin > { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, > USB_DEVICE_ID_LOGITECH_FLIGHT_SYSTEM_G940), > .driver_data = LG_FF3 }, > { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_SPACENAVIGATOR), > -- > 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html