Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752234Ab2KQU1P (ORCPT ); Sat, 17 Nov 2012 15:27:15 -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 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 Content-Type: text/plain; charset="UTF-8" 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) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 905 Lines: 30 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, }; -- 1.7.3.4 -- 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/