[Desktop-packages] [Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2013-09-22 Thread Guilherme Grunewald
** Changed in: linux (Ubuntu) Assignee: Seth Forshee (sforshee) => Guilherme Grunewald (pinoya) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/681904 Title: [arr

[Desktop-packages] [Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2013-03-07 Thread nik.martin
This driver is broken on official kernel 3.8. In linux/drivers/input/mouse/input-mt.c: function input_mt_init_slots now requires 3 args, with the new arg being flags. I set flags to 0 in synaptics.c:699 in this patch and it re-compiled fine. I have no clue as to what that will break, but I saw

[Desktop-packages] [Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2013-03-29 Thread avb
My specs are: Samsung Series 7 Ultrabook 730U3E, Ubuntu Raring Ringtail 13.04 (development branch), Kernel 3.8.0-15. I can confirm this bug in raring. Synclient can't find synaptics properties and there is no touchpad-tab in mouse settings gui. Two-finger-scrolling, edge-scrolling and multi-touch

[Desktop-packages] [Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2013-03-29 Thread avb
Xorg.log: [ 740.486] (II) config/udev: Adding input device PS/2 Elantech Touchpad (/dev/input/event12) [ 740.486] (**) PS/2 Elantech Touchpad: Applying InputClass "evdev pointer catchall" [ 740.486] (II) Using input driver 'evdev' for 'PS/2 Elantech Touchpad' [ 740.486] (**) PS/2 Elantec

[Desktop-packages] [Bug 681904] Re: [arrandale] Samsung QX310/QX410/QX510/SF310/SF410/SF510/NF210/RF410/RF510/RF511/RF710 trackpad/touchpad not recognized

2013-05-27 Thread clemmy
I'm very interested in comment #154 by nik.martin. I've understood that I should assign a 0 as the missing arg, but I'm not sure about how to do it in practice. Line 699 looks like this now: input_mt_init_slots(dev, 2); Should I change it to something like the following?