[Bug 189676] Synaptics driver not functioning when the h/w is a Synaptics-cPad

bugzilla at redhat.com bugzilla at redhat.com
Tue Dec 2 23:05:24 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=189676


Peter Hutterer <peter.hutterer at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|                            |needinfo?(stefmanos at gmail.c
                   |                            |om)




--- Comment #16 from Peter Hutterer <peter.hutterer at redhat.com>  2008-12-02 18:05:23 EDT ---
Oh, how very interesting. The c-pad doesn't claim touchpad capabilities, so
your change never gets applied.

Just move the synaptics match outside of the input.touchpad match, so the order
is

<match key="info.product" contains="Synaptics">
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    <merge key="input.x11_driver" type="string">synaptics</merge>
</match>

<match key="info.capabilities" contains="input.touchpad">
   blah blah


Then again, restart HAL, grep the output of lshal for "synaptics", it should
now show a "input.x11_driver = 'synaptics'". Then restart X.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list