Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756483Ab1BCPtp (ORCPT ); Thu, 3 Feb 2011 10:49:45 -0500 Received: from cantor.suse.de ([195.135.220.2]:46028 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752515Ab1BCPtn (ORCPT ); Thu, 3 Feb 2011 10:49:43 -0500 Date: Thu, 3 Feb 2011 16:49:41 +0100 (CET) From: Jiri Kosina To: Stefan Achatz Cc: Randy Dunlap , Mauro Carvalho Chehab , Hans Verkuil , Greg Kroah-Hartman , Andrew Morton , Thomas Weber , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH 4/8] HID: roccat: Add support for Kova[+] mouse In-Reply-To: <1296391104.2283.183.camel@neuromancer> Message-ID: References: <1296391104.2283.183.camel@neuromancer> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2157 Lines: 49 On Sun, 30 Jan 2011, Stefan Achatz wrote: > This patch adds support for Roccat Kova[+] mouse. > Userland tools can soon be found at http://sourceforge.net/projects/roccat > > Signed-off-by: Stefan Achatz > --- > .../ABI/testing/sysfs-driver-hid-roccat-kovaplus | 91 +++ > drivers/hid/Kconfig | 8 + > drivers/hid/Makefile | 1 + > drivers/hid/hid-core.c | 1 + > drivers/hid/hid-ids.h | 1 + > drivers/hid/hid-roccat-kovaplus.c | 715 ++++++++++++++++++++ > drivers/hid/hid-roccat-kovaplus.h | 157 +++++ > 7 files changed, 974 insertions(+), 0 deletions(-) > create mode 100644 Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus > create mode 100644 drivers/hid/hid-roccat-kovaplus.c > create mode 100644 drivers/hid/hid-roccat-kovaplus.h > > diff --git a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus > new file mode 100644 > index 0000000..9e54af4 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kovaplus > @@ -0,0 +1,91 @@ > +What: /sys/bus/usb/devices/-:./::./kovaplus/roccatkovaplus/actual_cpi > +Date: January 2011 > +Contact: Stefan Achatz > +Description: The integer value of this attribute ranges from 1-4. > + When read, this attribute returns the number of the active > + cpi level. > + This file is readonly. > + Stefan, one more things comes to my mind here. Could you please post a followup patch with 'Users:' tag included in the sysfs documentation, pointing to the userspace application/library? Thanks, -- Jiri Kosina SUSE Labs, Novell Inc. -- 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/