* [git pull] Input updates for 4.0-rc4
@ 2015-04-03 20:33 Dmitry Torokhov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2015-04-03 20:33 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input, Jiri Kosina, Benjamin Tissoires
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: there is a fix for ALPS
driver for issue introduced in the latest update and a tweak for yet
another Lenovo box in Synaptics.
There will be more ALPS tweaks coming...
Changelog:
---------
Charlie Mooney (1):
Input: add MT_TOOL_PALM
Dmitry Torokhov (1):
Input: ALPS - fix max coordinates for v5 and v7 protocols
Filip Ayazi (1):
Input: synaptics - fix min-max quirk value for E440
Peter Hutterer (1):
Input: define INPUT_PROP_ACCELEROMETER behavior
Ramiro Morales (1):
Input: synaptics - add quirk for Thinkpad E440
Diffstat:
--------
Documentation/input/event-codes.txt | 6 ++++++
Documentation/input/multi-touch-protocol.txt | 9 ++++++---
drivers/input/mouse/alps.c | 11 ++++++-----
drivers/input/mouse/synaptics.c | 7 ++++++-
include/uapi/linux/input.h | 3 ++-
5 files changed, 26 insertions(+), 10 deletions(-)
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* [git pull] Input updates for 4.0-rc4
@ 2015-03-19 19:20 Dmitry Torokhov
2015-03-19 23:45 ` Linus Torvalds
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry Torokhov @ 2015-03-19 19:20 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-input, Jiri Kosina, Benjamin Tissoires
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: you will get an update to
Synaptics driver that makes it usable with the 2015 lineup from Lenovo.
Changelog:
---------
Benjamin Tissoires (8):
Input: synaptics - skip quirks when post-2013 dimensions
Input: synaptics - handle spurious release of trackstick buttons
Input: synaptics - do not retrieve the board id on old firmwares
Input: synaptics - retrieve the extended capabilities in query $10
Input: synaptics - remove TOPBUTTONPAD property for Lenovos 2015
Input: synaptics - re-route tracksticks buttons on the Lenovo 2015 series
Input: synaptics - remove X1 Carbon 3rd gen from the topbuttonpad list
Input: synaptics - remove X250 from the topbuttonpad list
Daniel Martin (5):
Input: synaptics - split synaptics_resolution(), query first
Input: synaptics - log queried and quirked dimension values
Input: synaptics - query min dimensions for fw v8.1
Input: synaptics - remove obsolete min/max quirk for X240
Input: synaptics - support min/max board id in min_max_pnpid_table
Dmitry Torokhov (2):
Input: synaptics - fix middle button on Lenovo 2015 products
Revert "Input: synaptics - use dmax in input_mt_assign_slots"
Diffstat:
--------
drivers/input/mouse/synaptics.c | 212 +++++++++++++++++++++++++++++-----------
drivers/input/mouse/synaptics.h | 28 ++++++
2 files changed, 185 insertions(+), 55 deletions(-)
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [git pull] Input updates for 4.0-rc4
2015-03-19 19:20 Dmitry Torokhov
@ 2015-03-19 23:45 ` Linus Torvalds
2015-03-20 0:17 ` Dmitry Torokhov
0 siblings, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2015-03-19 23:45 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Linux Kernel Mailing List, linux-input@vger.kernel.org,
Jiri Kosina, Benjamin Tissoires
On Thu, Mar 19, 2015 at 12:20 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
Btw, can you change your script to not use that old ssh-to-master
line? It hasn't worked in a long time, and even back when it worked it
was the wrong way to pull things.
So just have that "git://git.kernel.org.." line.
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [git pull] Input updates for 4.0-rc4
2015-03-19 23:45 ` Linus Torvalds
@ 2015-03-20 0:17 ` Dmitry Torokhov
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2015-03-20 0:17 UTC (permalink / raw)
To: Linus Torvalds
Cc: Linux Kernel Mailing List, linux-input@vger.kernel.org,
Jiri Kosina, Benjamin Tissoires
On Thu, Mar 19, 2015 at 04:45:24PM -0700, Linus Torvalds wrote:
> On Thu, Mar 19, 2015 at 12:20 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
>
> Btw, can you change your script to not use that old ssh-to-master
> line? It hasn't worked in a long time, and even back when it worked it
> was the wrong way to pull things.
>
> So just have that "git://git.kernel.org.." line.
Sure, I'll zap it.
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-04-03 20:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-03 20:33 [git pull] Input updates for 4.0-rc4 Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2015-03-19 19:20 Dmitry Torokhov
2015-03-19 23:45 ` Linus Torvalds
2015-03-20 0:17 ` 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).