https://bugzilla.novell.com/show_bug.cgi?id=765524 https://bugzilla.novell.com/show_bug.cgi?id=765524#c35 --- Comment #35 from Gerhard Dirschl <gdirschl@gmail.com> 2012-07-31 02:59:30 UTC --- Created an attachment (id=500499) --> (http://bugzilla.novell.com/attachment.cgi?id=500499) Fixed xf86-input-synaptics-led-double-tap.diff (In reply to comment #29) It's sad to hear that this feature will be removed from the 12.2 release. Are there any chances to revert this decision? I just had a look at the xf86-input-synaptics-led-double-tap.diff patch from X11:Xorg (openSUSE_12.1). The regression described in comment #26 is probably caused by a small bug in the calculation of the y-border of the LED area in_led_toggle_area: -click_led_y = (bottom_edge - top_edge) * LED_TOGGLE_Y_AREA + bottom_edge +click_led_y = (bottom_edge - top_edge) * LED_TOGGLE_Y_AREA + top_edge With the modified patch (attached) the touchpad turns on/off only when tapping on the LED. Tested on a ProBook 6460b (touchpad with LED and ordinary hardware buttons). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.