linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali.rohar@gmail.com>
To: Santiago Gala <sgala@apache.org>
Cc: Hans de Goede <hdegoede@redhat.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol
Date: Fri, 27 Mar 2015 21:08:57 +0100	[thread overview]
Message-ID: <201503272108.57759@pali> (raw)
In-Reply-To: <CAPXTYCX13Y7FY7o9CPPQXchSVYiJ415o_yxOFruO-scTV=X27w@mail.gmail.com>

[-- Attachment #1: Type: Text/Plain, Size: 2470 bytes --]

Hello,

there should no functional changes (e.g. acceleration speed, 
etc.). And if yes, there is probably some side effect which 
should be investigated.

Please can you provide output from dmesg (grep for psmouse or 
input) and also output from lsinput?

That changed acceleration/speed sounds like psmouse fallbacks to 
some ImPS/2 relative protocol and not ALPS...

On Friday 27 March 2015 20:46:59 Santiago Gala wrote:
> It works quite well! :)
> 
> I got some issues: at first it didn't work after I mv'ed the
> original and put the unzipped new in its place. After reboot
> it failed exactly the same, but after I "sudo
> /etc/init.d/lightdm stop; sudo modprobe -r psmouse; sudo
> modprobe psmouse; sudo /etc/init.d/lightdm start" it worked.
> Then I remembered about the initrd.img which should contain
> it. So I did "sudo dpkg-reconfigure
> linux-image-4.0.0-040000rc5-generic", rebooted again and here
> I am.
> 
> 
> Things seem to work all right. The only thing I notice is that
> the old driver moved fast in console mode (with gpm) while
> the new one is rather slow, would need to tweak the
> acceleration configuration. even after adding
> "responsiveness=15" to the configuration, as the sample
> /etc/gpm.conf says, it is slower than the previous kernel
> with the stock configuration.
> 
> 
> Regards
> 
> Santiago
> 
> 
> El vie., 27 de marzo de 2015 a las 18:17, Pali Rohár
> (<pali.rohar@gmail.com>) escribió:
> 
> On Thursday 26 March 2015 16:33:13 you wrote:
> > El mar., 24 de marzo de 2015 a las 17:48, Pali Rohár
> > (<pali.rohar@gmail.com>)
> > 
> > escribió:
> > > Hello, I can compile psmouse.ko module for you. Just let
> > > me know which ubuntu kernel (and from) are you using.
> > 
> > This one could do:
> > 
> > http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0-rc5-vivid
> > /
> > 
> > or at a choice any further one (they get published as they
> > are released)
> > 
> > Regards
> > Santiago
> 
> Hello, in attachment is gzipped psmouse.ko module compiled
> against above ubuntu kernel from linus git tree (3c435c1e)
> with additional patches:
> 
> https://lkml.org/lkml/2015/3/21/282
> https://lkml.org/lkml/2015/3/22/93
> https://lkml.org/lkml/2015/3/22/94
> 
> Test it and if everything works as expected, please send email
> to all all people and ML. Thanks.
> 
> --
> Pali Rohár
> pali.rohar@gmail.com

-- 
Pali Rohár
pali.rohar@gmail.com

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2015-03-27 20:09 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-22 13:46 [PATCH] Input: ALPS - Detect trackstick presence for v7 protocol Pali Rohár
2015-03-23 11:39 ` Hans de Goede
2015-03-23 17:02   ` Pali Rohár
2015-03-24  7:27     ` Hans de Goede
     [not found]       ` <CAPXTYCXrvFDbvEDkEQxkcJ5y1OHx7Ldm+bu-LnWfigjTj6gECw@mail.gmail.com>
2015-03-24 16:46         ` Pali Rohár
2015-03-24 17:01         ` Dmitry Torokhov
2015-03-29  3:59       ` Dmitry Torokhov
2015-05-28  7:39         ` Pali Rohár
     [not found] ` <201503271816.11723@pali>
     [not found]   ` <CAPXTYCX13Y7FY7o9CPPQXchSVYiJ415o_yxOFruO-scTV=X27w@mail.gmail.com>
2015-03-27 20:08     ` Pali Rohár [this message]
     [not found]       ` <CAPXTYCVGpm27naqu723f8kC0h75TT6XSN0X_EWCu6cXJS0G2kg@mail.gmail.com>
2015-03-27 20:54         ` Pali Rohár
     [not found]           ` <CAPXTYCUqibXqTBf8VKGKixKeM49LhucxFDhS+04fUsiSEKMKOg@mail.gmail.com>
2015-03-28  3:43             ` Dmitry Torokhov
2015-03-28  8:51               ` Pali Rohár
2016-01-05 16:44 ` Pali Rohár
2016-01-06  8:12   ` Hans de Goede
2016-01-06 23:55     ` Dmitry Torokhov

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=201503272108.57759@pali \
    --to=pali.rohar@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sgala@apache.org \
    /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;
as well as URLs for NNTP newsgroup(s).