[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#442316: Xorg hotplugging problems



On Wed, 24 Oct 2007 15:17:25 +0200 Julien Cristau wrote:

> +        <match key="info.capabilities" contains="input.touchpad">
> +          <merge key="input.x11_driver" type="string">synaptics</merge>
> +        </match>

Shouldn't this apply only to synaptics-compatible touchpads?
Those usually have:
  input.product = 'SynPS/2 Synaptics TouchPad' (string)
  info.product = 'SynPS/2 Synaptics TouchPad' (string)
or
  input.product = 'AlpsPS/2 ALPS GlidePoint'  (string)

So matching for *(Synaptics|ALPS)* on input.product should be IMHO
better.

Regards
Evgeni



Reply to: