linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input:mouse:psmouse-base - Change 1 to true for bool type variable.
@ 2015-05-25 17:11 Shailendra Verma
  2015-05-26 21:43 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Shailendra Verma @ 2015-05-25 17:11 UTC (permalink / raw)
  To: Dmitry Torokhov, Hans de Goede, Mathias Gottschlag,
	Benjamin Tissoires, Thomas Hellstrom, linux-input
  Cc: linux-kernel, Shailendra Verma

The variable psmouse_smartscroll is bool type so assigning true
instead of 1.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
---
 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


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

* Re: [PATCH] Input:mouse:psmouse-base - Change 1 to true for bool type variable.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2015-05-26 21:43 UTC (permalink / raw)
  To: Shailendra Verma
  Cc: Hans de Goede, Mathias Gottschlag, Benjamin Tissoires,
	Thomas Hellstrom, linux-input, linux-kernel

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

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

end of thread, other threads:[~2015-05-26 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).