From patchwork Wed Jul 14 11:45:47 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Kersten X-Patchwork-Id: 111940 X-Patchwork-Delegate: jikos@jikos.cz Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6EBjqJo018519 for ; Wed, 14 Jul 2010 11:45:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753338Ab0GNLpv (ORCPT ); Wed, 14 Jul 2010 07:45:51 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:51045 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236Ab0GNLpv (ORCPT ); Wed, 14 Jul 2010 07:45:51 -0400 Received: by eya25 with SMTP id 25so974674eya.19 for ; Wed, 14 Jul 2010 04:45:49 -0700 (PDT) Received: by 10.213.19.67 with SMTP id z3mr1130698eba.64.1279107949553; Wed, 14 Jul 2010 04:45:49 -0700 (PDT) Received: from [192.168.2.170] ([84.203.137.218]) by mx.google.com with ESMTPS id x54sm56530864eeh.11.2010.07.14.04.45.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 04:45:49 -0700 (PDT) From: Tim Kersten Subject: [PATCH] Bump HID_MAX_USAGES to 32768 Date: Wed, 14 Jul 2010 12:45:47 +0100 Message-Id: To: linux-input@vger.kernel.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 14 Jul 2010 11:45:53 +0000 (UTC) diff --git a/include/linux/hid.h b/include/linux/hid.h index 895001f..91fbf4e 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -339,7 +339,7 @@ struct hid_global { * This is the local environment. It is persistent up the next main-item. */ -#define HID_MAX_USAGES 12288 +#define HID_MAX_USAGES 32768 #define HID_DEFAULT_NUM_COLLECTIONS 16 struct hid_local {