From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Shailendra Verma <shailendra.capricorn@gmail.com>
Cc: Hans de Goede <hdegoede@redhat.com>,
Mathias Gottschlag <mgottschlag@gmail.com>,
Benjamin Tissoires <benjamin.tissoires@redhat.com>,
Thomas Hellstrom <thellstrom@vmware.com>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Input:mouse:psmouse-base - Change 1 to true for bool type variable.
Date: Tue, 26 May 2015 14:43:02 -0700 [thread overview]
Message-ID: <20150526214302.GA10343@dtor-ws> (raw)
In-Reply-To: <1432573888-3070-1-git-send-email-shailendra.capricorn@gmail.com>
On Mon, May 25, 2015 at 10:41:28PM +0530, Shailendra Verma wrote:
> The variable psmouse_smartscroll is bool type so assigning true
> instead of 1.
>
> Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Applied, thank you.
> ---
> drivers/input/mouse/psmouse-base.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c
> index 5bb1658..7c4ba43 100644
> --- a/drivers/input/mouse/psmouse-base.c
> +++ b/drivers/input/mouse/psmouse-base.c
> @@ -63,7 +63,7 @@ static unsigned int psmouse_rate = 100;
> module_param_named(rate, psmouse_rate, uint, 0644);
> MODULE_PARM_DESC(rate, "Report rate, in reports per second.");
>
> -static bool psmouse_smartscroll = 1;
> +static bool psmouse_smartscroll = true;
> module_param_named(smartscroll, psmouse_smartscroll, bool, 0644);
> MODULE_PARM_DESC(smartscroll, "Logitech Smartscroll autorepeat, 1 = enabled (default), 0 = disabled.");
>
> --
> 1.7.9.5
>
--
Dmitry
prev parent reply other threads:[~2015-05-26 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-25 17:11 [PATCH] Input:mouse:psmouse-base - Change 1 to true for bool type variable Shailendra Verma
2015-05-26 21:43 ` Dmitry Torokhov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150526214302.GA10343@dtor-ws \
--to=dmitry.torokhov@gmail.com \
--cc=benjamin.tissoires@redhat.com \
--cc=hdegoede@redhat.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mgottschlag@gmail.com \
--cc=shailendra.capricorn@gmail.com \
--cc=thellstrom@vmware.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox