Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752492AbaBWXei (ORCPT ); Sun, 23 Feb 2014 18:34:38 -0500 Received: from prifuk.spider.cz ([31.31.77.241]:41503 "EHLO prifuk.cz" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751868AbaBWXeh convert rfc822-to-8bit (ORCPT ); Sun, 23 Feb 2014 18:34:37 -0500 From: Michal =?ISO-8859-1?Q?Mal=FD?= To: linux-input@vger.kernel.org Cc: linux-kernel@vger.kernel.org, dmitry.torokhov@gmail.com, anssi.hannula@gmail.com, elias.vds@gmail.com, jkosina@suse.cz, simon@mungewell.org Subject: [PATCH v2 3/4] hid-lg4ff: Add support for periodic effects Date: Mon, 24 Feb 2014 00:34:34 +0100 Message-ID: <6737869.96ujbJ2eBZ@geidi-prime> User-Agent: KMail/4.12.2 (Linux/3.13.5-1-ARCHMOD; KDE/4.12.2; x86_64; ; ) In-Reply-To: <1516865.M993BQAYe4@geidi-prime> References: <1516865.M993BQAYe4@geidi-prime> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hid-lg4ff: Add support for periodic effects Tested-by: Elias Vanderstuyft Signed-off-by: Michal Mal? --- drivers/hid/hid-lg4ff.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/hid/hid-lg4ff.c b/drivers/hid/hid-lg4ff.c index 95d2a9f..d7d8d83 100644 --- a/drivers/hid/hid-lg4ff.c +++ b/drivers/hid/hid-lg4ff.c @@ -71,6 +71,12 @@ struct lg4ff_device_entry { static const signed short lg4ff_wheel_effects[] = { FF_CONSTANT, + FF_PERIODIC, + FF_SQUARE, + FF_TRIANGLE, + FF_SINE, + FF_SAW_UP, + FF_SAW_DOWN, FF_AUTOCENTER, -1 }; -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/