All of lore.kernel.org
 help / color / mirror / Atom feed
* ALPS touchpad only working as PS2/Mouse on Acer TimelineX
@ 2011-02-06 10:46 Reza Jelveh
  0 siblings, 0 replies; only message in thread
From: Reza Jelveh @ 2011-02-06 10:46 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-06 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-06 10:46 ALPS touchpad only working as PS2/Mouse on Acer TimelineX Reza Jelveh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.