Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757369AbZJGHFs (ORCPT ); Wed, 7 Oct 2009 03:05:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755579AbZJGHFr (ORCPT ); Wed, 7 Oct 2009 03:05:47 -0400 Received: from mail-qy0-f202.google.com ([209.85.221.202]:44642 "EHLO mail-qy0-f202.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751833AbZJGHFq convert rfc822-to-8bit (ORCPT ); Wed, 7 Oct 2009 03:05:46 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=a+0P43PEAsOn5KA+7KR6wPD31s0gLG82d9jdVQWluRQLiB4hzwFvHgypJDrwY6Asfz ip78X0NyVkAH9YcMlZrjrTwtLHRCp18zg+r8+ykQPC6MDqKvhqU4dfXzu9v7bmCEiYJA E0z7HrVX+EUxv6hgkS4cEzHDsyzTdXKe5M0ek= MIME-Version: 1.0 In-Reply-To: <20091007061754.GA7588@july> References: <20091007061754.GA7588@july> Date: Wed, 7 Oct 2009 12:35:09 +0530 Message-ID: <5d5443650910070005t48b894ddoc08788c1b14e76a4@mail.gmail.com> Subject: Re: [PATCH 2/6] Haptic: Documentation for haptic class From: Trilok Soni To: Kyungmin Park Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1943 Lines: 62 Hi Kyungmin, On Wed, Oct 7, 2009 at 11:47 AM, Kyungmin Park wrote: > Describe the haptic class and how to use > > Signed-off-by: Kyungmin Park > --- > ?Documentation/haptic-class.txt | ? 20 ++++++++++++++++++++ > ?1 files changed, 20 insertions(+), 0 deletions(-) > ?create mode 100644 Documentation/haptic-class.txt > > diff --git a/Documentation/haptic-class.txt b/Documentation/haptic-class.txt > new file mode 100644 > index 0000000..6bee82a > --- /dev/null > +++ b/Documentation/haptic-class.txt > @@ -0,0 +1,20 @@ > + > +Haptic handling under Linux > +======================== > + > +In its simplest form, the haptic class just allows control of Haptics from > +userspace. Haptic appears in /sys/class/haptic/. The maximum level of the > +haptic is defined in max_level file. > + > +To use simple. it provides the oneshot mode. Give millisecond time to this > +property. It working at given time with pre-defined level. nit-pick: "To make it simple, it provides the one shot mode. Provide milliseconds time to this property, and it will be working for the given time with the pre-defined level." Please check if my above statement looks better. > +Of course, you can adjust the level by setting level property > + > +# echo ${millisecond} > /sys/class/haptic//oneshot > + > +# echo ${level} > /sys/class/haptic//level > + > +Also you can enable/disable by setting enable property > + > +# echo 1 > /sys/class/haptic//level ? ?-> Enable > +# echo 0 > /sys/class/haptic//level ? ?-> Disable > -- > 1.5.3.3 > > -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni -- 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/