All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HID: roccat: Fixed wrong sysfs attr size for koneplus tcu.
@ 2012-11-17 20:27 Stefan Achatz
  2012-11-18 21:59 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Achatz @ 2012-11-17 20:27 UTC (permalink / raw)
  To: Jiri Kosina, linux-input, linux-kernel

More thorough testing revealed a typo in last koneplus cleanups.

Signed-off-by: Stefan Achatz <erazor_de@users.sourceforge.net>
---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: roccat: Fixed wrong sysfs attr size for koneplus tcu.
  2012-11-17 20:27 [PATCH] HID: roccat: Fixed wrong sysfs attr size for koneplus tcu Stefan Achatz
@ 2012-11-18 21:59 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2012-11-18 21:59 UTC (permalink / raw)
  To: Stefan Achatz; +Cc: linux-input, linux-kernel

On Sat, 17 Nov 2012, Stefan Achatz wrote:

> More thorough testing revealed a typo in last koneplus cleanups.

Applied.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-18 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-17 20:27 [PATCH] HID: roccat: Fixed wrong sysfs attr size for koneplus tcu Stefan Achatz
2012-11-18 21:59 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.