[PATCH libinput] evdev: allow weird multitouch device without slots

2014-09-30 Thread Leonid Borisenko
if a device has more than 7 unknown axis (which is the case for the PS3 Sixaxis controller), then the unknown axis get maps to ABS_MT_SLOT and beyond. [1] https://lkml.org/lkml/2013/11/20/515 [2] 1384983141-31019-1-git-send-email-benjamin.tissoi...@redhat.com Signed-off-by: Leonid Borisen

Re: [PATCH libinput] evdev: allow weird multitouch device without slots

2014-08-19 Thread Leonid Borisenko
2014-08-19 10:02 GMT+03:00 Peter Hutterer : > On Tue, Aug 19, 2014 at 06:29:40AM +0300, Leonid Borisenko wrote: > > HID device 'USB HID v1.11 Mouse' provided by Microsoft Wireless Optical > > Desktop=C2=AE 2.20 (connected to USB and identified as vendor 0x45e, pr= oduc

[PATCH libinput] evdev: allow weird multitouch device without slots

2014-08-18 Thread Leonid Borisenko
if a device has more than 7 unknown axis (which is the case for the PS3 Sixaxis controller), then the unknown axis get maps to ABS_MT_SLOT and beyond. [1] https://lkml.org/lkml/2013/11/20/515 [2] 1384983141-31019-1-git-send-email-benjamin.tissoi...@redhat.com Signed-off-by: Leonid Borisen