Linux Input/HID development
 help / color / mirror / Atom feed
From: Omar Loggiodice <ologgio@yahoo.com>
To: Tommy Will <tommywill2011@gmail.com>
Cc: "linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
	Elaine Chen <elaineee66@gmail.com>,
	Qiting Chen <qiting.chen@cn.alps.com>
Subject: Re: New ALPS not detected EC=88 b6 06 - Lenovo Ideapad Flex 15D
Date: Fri, 17 Jan 2014 21:18:12 -0800 (PST)	[thread overview]
Message-ID: <1390022292.30501.YahooMailNeo@web162402.mail.bf1.yahoo.com> (raw)
In-Reply-To: <CA+F6ckMtidbKYONs=cFLvhqePwWhg14UDRCxVZ+8eTa_8P2hAA@mail.gmail.com>

The patch works very well! I now need to adjust the settings. I wanted to let you know  two 
finger middle button works, along with two finger scrolling, circular 
scrolling, edge scrolling, right button, etc. Everything is working. 


Thank you all for the good work you do for the linux community.





On Friday, January 17, 2014 9:49 PM, Tommy Will <tommywill2011@gmail.com> wrote:
Hi Omar,

Thanks for your mail. This is Tommy from ALPS.
According to your info "E7=73 03 0a, EC=88 b6 06", I think you're now
using ALPS_PROTO_V7 device.
My colleague Elaine(Qiting) is now working with this touchpad's
support and has released a patch last week.
You can have a try ~

    http://www.spinics.net/lists/linux-input/msg29084.html

If you find any issue or have any suggestion, please kindly let us
know. We'll try our best to make the driver better.

Thanks!

-- 
Best Regards,
Tommy


2014/1/18 Omar Loggiodice <ologgio@yahoo.com>:
> Hi,
>
>
>    First, thank you for your excellent work. I recently bought a new Lenovo Ideapad Flex 15D, it comes with Windows 8.1.
>
> I have been able to run linux, however the ALPS touchpad is only recognized as a PS/2 mouse. I also have some problems with the screen
> turning off and the GPU stalling, but this is outside of the scope of
> this list.  This is what dmesg shows for the touchpad:
>
> psmouse serio1: alps: Unknown ALPS touchpad: E7=73 03 0a, EC=88 b6 06
>
> I hacked alps.c with the following code in alps_identify(...):
>
> [...]
>
> } else if (ec[0] == 0x88 && ec[1] == 0xb6 &&
>                    ec[2] == 0x06 )
>  {
>                 priv->proto_version = ALPS_PROTO_V5;
>                 alps_set_defaults(priv);
>
>                 return 0;
>         }
> [...]
>
> With this code the module seems to recognize the card and dmesg reports the following:
>
> [  791.663876] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input22
> [  791.692023] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input21
>
>
> However, the touchpad still operates only as a PS/2 mouse (no scroll, no middle
> button emulation, no touch gestures) even if I disable the PS/2 mouse
> with xinput.
>
> any help would be appreciated, I am willing to test patches if you send them to me.
>
> Thanks!
> --
> 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

--
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

  reply	other threads:[~2014-01-18  5:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-18  0:06 New ALPS not detected EC=88 b6 06 - Lenovo Ideapad Flex 15D Omar Loggiodice
2014-01-18  2:48 ` Tommy Will
2014-01-18  5:18   ` Omar Loggiodice [this message]
2014-01-18 12:45     ` Tommy Will

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=1390022292.30501.YahooMailNeo@web162402.mail.bf1.yahoo.com \
    --to=ologgio@yahoo.com \
    --cc=elaineee66@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=qiting.chen@cn.alps.com \
    --cc=tommywill2011@gmail.com \
    /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