--- linux.old/drivers/hid/hid-lgff.c 2011-06-03 02:34:20.000000000 +0200 +++ linux/drivers/hid/hid-lgff.c 2011-06-11 16:02:00.859266980 +0200 @@ -131,7 +131,7 @@ *value++ = 0x0d; *value++ = magnitude; /* clockwise strength */ *value++ = magnitude; /* counter-clockwise strength */ - *value++ = 0x80; + *value++ = 0x00; *value++ = 0x00; *value = 0x00; usbhid_submit_report(hid, report, USB_DIR_OUT);