From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbbIQRa0 (ORCPT ); Thu, 17 Sep 2015 13:30:26 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:35608 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751371AbbIQRaY (ORCPT ); Thu, 17 Sep 2015 13:30:24 -0400 From: Elias Vanderstuyft To: Dmitry Torokhov Cc: linux-input@vger.kernel.org, linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, Elias Vanderstuyft Subject: [PATCH 0/2] Input: Improve handling of ff max_effects Date: Thu, 17 Sep 2015 19:29:46 +0200 Message-Id: <1442510988-3164-1-git-send-email-elias.vds@gmail.com> X-Mailer: git-send-email 1.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a patch-set to improve the handling of max_effects in ff-core and uinput. Elias Vanderstuyft (2): Input: Document and check on implicitly defined FF_MAX_EFFECTS Input: uinput: Sanity check on ff_effects_max and EV_FF drivers/input/ff-core.c | 5 +++++ drivers/input/misc/uinput.c | 15 +++++++++++++++ include/uapi/linux/input.h | 8 ++++++++ 3 files changed, 28 insertions(+) -- 1.9.3