From patchwork Sat Nov 17 20:27:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Achatz X-Patchwork-Id: 1759901 X-Patchwork-Delegate: jikos@jikos.cz Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id DFBEA3FCAE for ; Sat, 17 Nov 2012 20:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752152Ab2KQU1O (ORCPT ); Sat, 17 Nov 2012 15:27:14 -0500 Received: from mail-in-18.arcor-online.net ([151.189.21.58]:55200 "EHLO mail-in-18.arcor-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752133Ab2KQU1O (ORCPT ); Sat, 17 Nov 2012 15:27:14 -0500 Received: from mail-in-15-z2.arcor-online.net (mail-in-15-z2.arcor-online.net [151.189.8.32]) by mx.arcor.de (Postfix) with ESMTP id C49D03DC6B4; Sat, 17 Nov 2012 21:27:12 +0100 (CET) Received: from mail-in-15.arcor-online.net (mail-in-15.arcor-online.net [151.189.21.55]) by mail-in-15-z2.arcor-online.net (Postfix) with ESMTP id BC055112007; Sat, 17 Nov 2012 21:27:12 +0100 (CET) Received: from [192.168.0.7] (dslb-094-218-050-238.pools.arcor-ip.net [94.218.50.238]) (Authenticated sender: screamingfist@arcor.de) by mail-in-15.arcor-online.net (Postfix) with ESMTPSA id 85EB61AB520; Sat, 17 Nov 2012 21:27:12 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 85EB61AB520 Subject: [PATCH] HID: roccat: Fixed wrong sysfs attr size for koneplus tcu. From: Stefan Achatz Reply-To: erazor_de@users.sourceforge.net To: Jiri Kosina , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sat, 17 Nov 2012 21:27:11 +0100 Message-ID: <1353184031.4973.9.camel@neuromancer.tessier-ashpool> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13) Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org More thorough testing revealed a typo in last koneplus cleanups. Signed-off-by: Stefan Achatz --- drivers/hid/hid-roccat-koneplus.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/hid/hid-roccat-koneplus.h b/drivers/hid/hid-roccat-koneplus.h index d2b55f2..af7f57e 100644 --- a/drivers/hid/hid-roccat-koneplus.h +++ b/drivers/hid/hid-roccat-koneplus.h @@ -24,7 +24,7 @@ enum { KONEPLUS_SIZE_PROFILE_BUTTONS = 0x4d, KONEPLUS_SIZE_SENSOR = 0x06, KONEPLUS_SIZE_TALK = 0x10, - KONEPLUS_SIZE_TCU = 0x03, + KONEPLUS_SIZE_TCU = 0x04, KONEPLUS_SIZE_TCU_IMAGE = 0x0404, };