linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input updates for 3.3-rc6
@ 2012-03-07  9:18 Dmitry Torokhov
  2012-03-10 22:11 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2012-03-07  9:18 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive updates for the input subsystem. Just a few driver fixups,
nothing exciting.

Thanks!

Changelog:
---------

Akio Idehara (1):
      Input: ALPS - fix touchpad detection when buttons are pressed

Chris Bagwell (1):
      Input: wacom - add missing LEDS_CLASS to Kconfig

Dmitry Torokhov (1):
      Input: twl4030-vibra - use proper guard for PM methods

Heiko Stübner (1):
      Input: evdev - fix variable initialisation

Jason Gerecke (1):
      Input: wacom - fix 3rd-gen Bamboo MT when 4+ fingers are in use


Diffstat:
--------

 Documentation/input/alps.txt       |    3 ++-
 drivers/input/evdev.c              |    2 +-
 drivers/input/misc/twl4030-vibra.c |    6 ++----
 drivers/input/mouse/alps.c         |    7 +++++--
 drivers/input/tablet/Kconfig       |    2 ++
 drivers/input/tablet/wacom_wac.c   |    2 +-
 6 files changed, 13 insertions(+), 9 deletions(-)

-- 
Dmitry

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [git pull] Input updates for 3.3-rc6
  2012-03-07  9:18 [git pull] Input updates for 3.3-rc6 Dmitry Torokhov
@ 2012-03-10 22:11 ` Geert Uytterhoeven
  2012-03-11  7:35   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2012-03-10 22:11 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-input

On Wed, Mar 7, 2012 at 10:18, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> Dmitry Torokhov (1):
>      Input: twl4030-vibra - use proper guard for PM methods

That's commit f3761c0779b62276b5bf84532a81d5dc49bd721f?

| drivers/input/misc/twl4030-vibra.c:175:5: warning: "CONFIG_PM" is not
| defined
|
| We should use #ifdef instead of #if and also check CONFIG_PM_SLEEP
| instead of CONFIG_PM.

It still uses "#if CONFIG_PM_SLEEP", i.e. no #ifdef.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [git pull] Input updates for 3.3-rc6
  2012-03-10 22:11 ` Geert Uytterhoeven
@ 2012-03-11  7:35   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2012-03-11  7:35 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Linus Torvalds, Andrew Morton, linux-kernel, linux-input

On Sat, Mar 10, 2012 at 11:11:17PM +0100, Geert Uytterhoeven wrote:
> On Wed, Mar 7, 2012 at 10:18, Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
> > Dmitry Torokhov (1):
> >      Input: twl4030-vibra - use proper guard for PM methods
> 
> That's commit f3761c0779b62276b5bf84532a81d5dc49bd721f?
> 
> | drivers/input/misc/twl4030-vibra.c:175:5: warning: "CONFIG_PM" is not
> | defined
> |
> | We should use #ifdef instead of #if and also check CONFIG_PM_SLEEP
> | instead of CONFIG_PM.
> 
> It still uses "#if CONFIG_PM_SLEEP", i.e. no #ifdef.
> 

Doh! I'll fix it up...

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-03-11  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-07  9:18 [git pull] Input updates for 3.3-rc6 Dmitry Torokhov
2012-03-10 22:11 ` Geert Uytterhoeven
2012-03-11  7:35   ` 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).