Re: [PATCH libinput] udev: prepend the libinput group with the product string

2015-06-22 Thread Hans de Goede
Hi, On 22-06-15 04:03, Peter Hutterer wrote: Multiple devices plugged into the same USB hub have the same PHYS path and are assigned to the same group. Prepend the content of the PRODUCT env to the phys path, this at least ensures that different devices are never grouped together. https://bugs

[PATCH libinput] udev: prepend the libinput group with the product string

2015-06-21 Thread Peter Hutterer
Multiple devices plugged into the same USB hub have the same PHYS path and are assigned to the same group. Prepend the content of the PRODUCT env to the phys path, this at least ensures that different devices are never grouped together. https://bugs.freedesktop.org/show_bug.cgi?id=89802 Signed-o