Linux Input/HID development
 help / color / mirror / Atom feed
From: Omar Loggiodice <ologgio@yahoo.com>
To: "linux-input@vger.kernel.org" <linux-input@vger.kernel.org>
Subject: New ALPS not detected EC=88 b6 06 - Lenovo Ideapad Flex 15D
Date: Fri, 17 Jan 2014 16:06:50 -0800 (PST)	[thread overview]
Message-ID: <1390003610.16861.YahooMailNeo@web162404.mail.bf1.yahoo.com> (raw)

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

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-18  0:06 Omar Loggiodice [this message]
2014-01-18  2:48 ` New ALPS not detected EC=88 b6 06 - Lenovo Ideapad Flex 15D Tommy Will
2014-01-18  5:18   ` Omar Loggiodice
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=1390003610.16861.YahooMailNeo@web162404.mail.bf1.yahoo.com \
    --to=ologgio@yahoo.com \
    --cc=linux-input@vger.kernel.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