linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input updates for 2.6.34-rc3
@ 2010-04-15 18:27 Dmitry Torokhov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Torokhov @ 2010-04-15 18:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

Hi Linus,

Please pull from:

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

to receive updates for the input subsystem. This adds a couple of
patches to my previous pull request for -rc3 that it seems you have
missed. Thanks!

Changelog:
---------

Chase Douglas (1):
      Input: ALPS - add signature for HP Pavilion dm3 laptops

Dmitry Torokhov (2):
      Input: sparse-keymap - implement safer freeing of the keymap
      Revert "Input: wacom - merge out and in prox events"

Dominik Brodowski (1):
      Input: i8042 - spelling fix

H Hartley Sweeten (1):
      Input: matrix_keypad - allow platform to disable key autorepeat

Henrik Rydberg (3):
      Input: bcm5974 - retract efi-broken suspend_resume
      Input: clarify the no-finger event in multitouch protocol
      Input: update the status of the Multitouch X driver project

Ping Cheng (1):
      Input: wacom - switch mode upon system resume

Yong Wang (1):
      Input: sparse-keymap - free the right keymap on error


Diffstat:
--------

 Documentation/input/multi-touch-protocol.txt |   23 +++-
 drivers/input/input.c                        |    9 ++-
 drivers/input/keyboard/matrix_keypad.c       |    4 +-
 drivers/input/mouse/alps.c                   |    1 +
 drivers/input/mouse/bcm5974.c                |    1 -
 drivers/input/serio/i8042.c                  |    2 +-
 drivers/input/sparse-keymap.c                |   52 +++++---
 drivers/input/tablet/wacom_sys.c             |   12 +-
 drivers/input/tablet/wacom_wac.c             |  163 ++++++++++++++++---------
 include/linux/input/matrix_keypad.h          |    2 +
 10 files changed, 176 insertions(+), 93 deletions(-)

-- 
Dmitry


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

* Re: [git pull] Input updates for 2.6.34-rc3
  2010-05-20 16:34 ` Linus Torvalds
  2010-05-20 16:36   ` Linus Torvalds
@ 2010-05-20 16:42   ` Dmitry Torokhov
  1 sibling, 0 replies; 6+ messages in thread
From: Dmitry Torokhov @ 2010-05-20 16:42 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

On Thursday 20 May 2010 09:34:59 am Linus Torvalds wrote:
> On Mon, 5 Apr 2010, Dmitry Torokhov wrote:
> > Please pull from:
> > 	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
> 
> "Already up-to-date." Forgot to push?
> 
> 		Linus


That request was from April :P But I will be pushing in a minute ;)

-- 
Dmitry

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

* Re: [git pull] Input updates for 2.6.34-rc3
  2010-05-20 16:34 ` Linus Torvalds
@ 2010-05-20 16:36   ` Linus Torvalds
  2010-05-20 16:42   ` Dmitry Torokhov
  1 sibling, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2010-05-20 16:36 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Andrew Morton, linux-kernel, linux-input



On Thu, 20 May 2010, Linus Torvalds wrote:
> 
> "Already up-to-date." Forgot to push?

Never mind. Old email that somehow got into my 2.6.35-rc1 pull queue. I 
should have realized from the subject (or date ;)

		Linus

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

* Re: [git pull] Input updates for 2.6.34-rc3
  2010-04-06  6:30 Dmitry Torokhov
  2010-04-06 15:33 ` Cory Maccarrone
@ 2010-05-20 16:34 ` Linus Torvalds
  2010-05-20 16:36   ` Linus Torvalds
  2010-05-20 16:42   ` Dmitry Torokhov
  1 sibling, 2 replies; 6+ messages in thread
From: Linus Torvalds @ 2010-05-20 16:34 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Andrew Morton, linux-kernel, linux-input



On Mon, 5 Apr 2010, Dmitry Torokhov wrote:
> 
> Please pull from:
> 
> 	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

"Already up-to-date." Forgot to push?

		Linus

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

* Re: [git pull] Input updates for 2.6.34-rc3
  2010-04-06  6:30 Dmitry Torokhov
@ 2010-04-06 15:33 ` Cory Maccarrone
  2010-05-20 16:34 ` Linus Torvalds
  1 sibling, 0 replies; 6+ messages in thread
From: Cory Maccarrone @ 2010-04-06 15:33 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Andrew Morton, linux-kernel, linux-input

On Mon, Apr 5, 2010 at 11:30 PM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> Hi Linus,
>
> Please pull from:
>
>        git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
> or
>        master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus
>
> to receive updates for the input subsystem.
>
> Changelog:
> ---------
>
> Chase Douglas (1):
>      Input: ALPS - add signature for HP Pavilion dm3 laptops
>
> Dmitry Torokhov (1):
>      Input: sparse-keymap - implement safer freeing of the keymap
>
> Dominik Brodowski (1):
>      Input: i8042 - spelling fix
>
> H Hartley Sweeten (1):
>      Input: matrix_keypad - allow platform to disable key autorepeat
>
> Henrik Rydberg (3):
>      Input: bcm5974 - retract efi-broken suspend_resume
>      Input: clarify the no-finger event in multitouch protocol
>      Input: update the status of the Multitouch X driver project
>
> Yong Wang (1):
>      Input: sparse-keymap - free the right keymap on error
>
>
> Diffstat:
> --------
>
>  Documentation/input/multi-touch-protocol.txt |   23 ++++++++---
>  drivers/input/input.c                        |    9 ++++-
>  drivers/input/keyboard/matrix_keypad.c       |    4 +-
>  drivers/input/mouse/alps.c                   |    1 +
>  drivers/input/mouse/bcm5974.c                |    1 -
>  drivers/input/serio/i8042.c                  |    2 +-
>  drivers/input/sparse-keymap.c                |   52 ++++++++++++++++---------
>  include/linux/input/matrix_keypad.h          |    2 +
>  8 files changed, 65 insertions(+), 29 deletions(-)
>
> --
> Dmitry
>

I'm still waiting on some review for my TSC2046 touchscreen driver.
Last time I inquired about it, I was told it would be reviewed, but
there has not been any movement at all on it, and it's been out for
review for several months now.  Do I need to do more work on it?  Is
there something else needed?

- Cory

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

* [git pull] Input updates for 2.6.34-rc3
@ 2010-04-06  6:30 Dmitry Torokhov
  2010-04-06 15:33 ` Cory Maccarrone
  2010-05-20 16:34 ` Linus Torvalds
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Torokhov @ 2010-04-06  6:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

Hi Linus,

Please pull from:

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

to receive updates for the input subsystem.

Changelog:
---------

Chase Douglas (1):
      Input: ALPS - add signature for HP Pavilion dm3 laptops

Dmitry Torokhov (1):
      Input: sparse-keymap - implement safer freeing of the keymap

Dominik Brodowski (1):
      Input: i8042 - spelling fix

H Hartley Sweeten (1):
      Input: matrix_keypad - allow platform to disable key autorepeat

Henrik Rydberg (3):
      Input: bcm5974 - retract efi-broken suspend_resume
      Input: clarify the no-finger event in multitouch protocol
      Input: update the status of the Multitouch X driver project

Yong Wang (1):
      Input: sparse-keymap - free the right keymap on error


Diffstat:
--------

 Documentation/input/multi-touch-protocol.txt |   23 ++++++++---
 drivers/input/input.c                        |    9 ++++-
 drivers/input/keyboard/matrix_keypad.c       |    4 +-
 drivers/input/mouse/alps.c                   |    1 +
 drivers/input/mouse/bcm5974.c                |    1 -
 drivers/input/serio/i8042.c                  |    2 +-
 drivers/input/sparse-keymap.c                |   52 ++++++++++++++++---------
 include/linux/input/matrix_keypad.h          |    2 +
 8 files changed, 65 insertions(+), 29 deletions(-)

-- 
Dmitry


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

end of thread, other threads:[~2010-05-20 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-15 18:27 [git pull] Input updates for 2.6.34-rc3 Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2010-04-06  6:30 Dmitry Torokhov
2010-04-06 15:33 ` Cory Maccarrone
2010-05-20 16:34 ` Linus Torvalds
2010-05-20 16:36   ` Linus Torvalds
2010-05-20 16:42   ` 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).