public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Reza Jelveh <reza.jelveh@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: ALPS touchpad only working as PS2/Mouse on Acer TimelineX
Date: Sun, 06 Feb 2011 11:46:43 +0100	[thread overview]
Message-ID: <4D4E7C13.5080908@gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

Hi,

I have a TimelineX notebook and the touchpad only works as normal ps2/mouse,
after adding the following to the model_data the touchpad is correctly 
detected by
the system as ALPS device...

     { { 0x73, 0x02, 0x64 },    0xf8, 0xf8,
         0 },              /* Acer Aspire TimelineX */

Now the device is also detected by Xorg as alps mouse. Scrolling and 
double tap
etc. doesn't work, although that may be a case of picnic, although I'm 
not sure,
since gsynaptics shows the scroll as enabled.

The E6/E7 detection report from debug enabled alps.c

Feb  5 14:07:00 freshlulz kernel: alps.c: E6 report: 00 00 64
Feb  5 14:07:00 freshlulz kernel: alps.c: E7 report: 73 02 64

The DSDT file is attached. The relevant section of the dsdt

                 Device (PS2M)
                 {
                     Name (_HID, EisaId ("SYN1B22"))
                     Name (_CID, Package (0x03)
                     {
                         EisaId ("SYN1B00"),
                         EisaId ("SYN0002"),
                         EisaId ("PNP0F13")
                     })
                     Name (_CRS, ResourceTemplate ()
                     {
                         IRQ (Edge, ActiveHigh, Exclusive, )
                             {12}
                     })
                 }


Regards,
Reza

[-- Attachment #2: dsdt.dat.gz --]
[-- Type: application/gzip, Size: 22429 bytes --]

                 reply	other threads:[~2011-02-06 10:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4D4E7C13.5080908@gmail.com \
    --to=reza.jelveh@gmail.com \
    --cc=linux-kernel@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