[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-21 Thread Craftkiller
Mathias' branch is working for me on a UX303LN + Arch Linux. Let me know if theres anything specific you want me to test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread Mathias Gottschlag
I am in the process of reverse engineering the protocol. I have executed the Windows 8.1 driver in a VM and have written a short program which puts the touchpad into the proprietary mode. The code can be found here: https://github.com/mgottschlag/focaltech-tools If anybody wants to join me,

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread Mathias Gottschlag
... that went quicker than expected. The link above now contains a mostly complete parser for the packet stream that (afaics) gives the correct finger position for up to 5 fingers, as well as information about touchpad clicks. -- You received this bug notification because you are a member of

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread linduxed
First of all, thanks a lot for the effort to give us a solution to this problem! I'd like to verify that it works on my UX303LN. I went ahead and compiled the code and tried echoing in serio_raw into one of the /sys/bus/serio/devices/serio*/drvctl, but got stuck on the following: $ sudo ./init

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread Mathias Gottschlag
Try sudo ./init /dev/serio_raw0. I'll add a comment about that in the usage section. That device file should be created if you switch a device to serio_raw (serio4 here!). Am 19.10.2014 16:10 schrieb linduxed 1372...@bugs.launchpad.net: First of all, thanks a lot for the effort to give us a

Re: [Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread linduxed
serio4 was indeed the device for which the program worked. All five fingers are registered and give plenty of output. What would the steps be to make this translate into cursor movement and button presses? Currently this eats all of the input and transforms it into console output, as far as I

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-19 Thread Ivo Anjo
Thank you Mathias! I'm stilll waiting for my UX303LN preorder (my country always gets things last, sigh...) but you're a hero already :) Let me know if I can buy you a pizza or a beer! Be glad to! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-11 Thread Artem
The same problem Laptop ux303ln lsb_release Description:Ubuntu Utopic Unicorn (development branch) Release:14.10 xinput ist ⎜ ↳ PS/2 Logitech Wheel Mouse id=16 [slave pointer (2)] -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-11 Thread ed_hub
Phoronix says that kernel 3.18 will support for detecting FocalTech PS/2 touch-pads http://www.phoronix.com/scan.php?page=news_itempx=MTgwNzE I hope it is for ours to. ** Changed in: linux (Ubuntu) Assignee: ed_hub (edouard-hubert) = (unassigned) -- You received this bug notification

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-11 Thread Guillaume
http://lkml.iu.edu/hypermail/linux/kernel/1410.0/03983.html ... a rudimentary support for laptops using FocalTech touchpads ... Wait and see. I hope that this rudementary support will be better than the actual Logitech Mouse Wheel compatible mode. -- You received this bug notification because

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-11 Thread Guillaume
This git pull seems to be related to the patch published by Hans de Goede https://www.mail-archive.com/linux-input@vger.kernel.org/msg12129.html Unfortunately : This patch adds detection of these devices based on their pnp ids, and when they are detected, treats them as a bare ps/2 mouse. Doing

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-10-03 Thread ed_hub
same issu here (ux303la-r) ** Changed in: linux (Ubuntu) Assignee: (unassigned) = ed_hub (edouard-hubert) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-27 Thread M.Morana
Confirmed: Release:14.04 Product Name: UX303LA Linux version 3.17.0-999-generic (apw@gomeisa) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201409262205 SMP Sat Sep 27 02:06:20 UTC 2014 ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-26 Thread Guillaume
Asus has answered : they cannot provide any information or driver for Linux... No comment ! I'm still waiting answer from FocalTech support. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
@Tim Gilbert : I confirm, that this is a different bug than the bug linked by @Despernal for the X550. On my UX303LA the touchpag works fine as a mouse too (PS2 Logitech Wheel Mouse detected out-of-the-box : touchpad is ok, left button and right button are ok too, no two finger scrolling). And

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
I suppose that the reverse engineering from the Windows driver (http://dlcdnet.asus.com/pub/ASUS/nb/DriversForWin8.1/SmartGesture/SmartGesture_Win81_64_VER2214.zip) is not an option ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
Or from this much smaller Windows 7 driver ? http://www.magicdriver.com/download.php?file=112309,86759name=ASUSTeK-6.0.0.21 The SmartGesture software in my previous message seems to be a complete suite of tools for the touchpad, not just a driver. -- You received this bug notification because

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Despernal
I would be curious if FocalTech is willing to release some drivers or the specs to write a driver -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
@Despernal : I've made a request this morning to FocalTech and AsusTek for Linux FLT0101 driver (or at least detailled technical information). I'll give you further feedback if they answer ! By the way : it seems that Asus provides an unified driver for Elantech and FocalTech chipset. Maybe it

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
FYI Bios update 204 solves nothing regarding this touchpad issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus ux303ln laptop To manage

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
And I confirm that on an UX303LA too the new upstream kernel : 3.17.0-031700rc6_3.17.0-031700rc6.201409211935 does NOT change anything for this bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-24 Thread Guillaume
I've tested the Elantech driver : unfortunately it's not working -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus ux303ln laptop To manage

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Despernal
I just purchased a UX303LN and can confirm this being a problem with the touchpad on this laptop. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread John Smity
I also have this problem with my new laptop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus ux303ln laptop To manage notifications about this bug go

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Despernal
Looking around I found the follow bug page that talks about this may be a FocalTech touchpad https://bugzilla.redhat.com/show_bug.cgi?id=1110011 They are requesting some more help to figure out things. Looking at the dmesg provided and also the one I have on my new laptop. It appears to be the

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Guillaume
I don't know if it changes anything for this touchpad issue, but Asus has just released today a new BIOS firmware update : http://dlcdnet.asus.com/pub/ASUS/nb/UX303LA/UX303LAAS204.zip -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.17 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Despernal
After booting up with 3.17.0-rc6+ and the patchs from Hans this is indeed a FocalTech pad. The patch makes it work in psmouse.proto=bare mode [0.00] Linux version 3.17.0-rc6+ (root@Tardis01) (gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9) ) #1 SMP PREEMPT Tue Sep 23 14:21:08 CDT 2014

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Mark Mandel
@despernal did that give you two finger scrolling, or just regular touchpad functionality? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus ux303ln

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Despernal
All the patch does in a boiled down fashion is if it detects a FocalTech touchpad it sets it to use the generic ps2 mouse emulations mode. It then resets the the i8024 as it has a problem with the probing. What this means is that all you get is just a generic touchpad with left and right click

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Tim Gilbert
** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad detected as mouse on Asus ux303ln laptop To manage notifications about this bug go

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Tim Gilbert
I just tried rebooting with the v3.17-rc6-utopic kernel and I still see the same issue, so I'm tagging this as kernel-bug-exists-upstream. @Despernal, the bug that you've linked for the X550 actually describes slightly different behavior than what I'm seeing on my UX303LN. The reporter of that

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Tim Gilbert
for i in /sys/bus/acpi/devices/*; do echo -n $i: ; cat $i/status 2 /dev/null || echo; done acpi-devices.log ** Attachment added: acpi statuses for ux303ln running upstream kernel https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+attachment/4212974/+files/acpi-devices.log -- You

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-23 Thread Tim Gilbert
** Attachment added: output of lspci -nn on ux303ln running on upstream kernel https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+attachment/4212972/+files/lspci.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-22 Thread Tim Gilbert
** Attachment added: Xorg.0.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+attachment/4211767/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title:

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-22 Thread Tim Gilbert
** Attachment added: xinput --list https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1372609/+attachment/4211768/+files/xinput -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title:

[Bug 1372609] Re: Touchpad detected as mouse on Asus ux303ln laptop

2014-09-22 Thread Guillaume
In confirm the exact same touchpad issue on a UX303LA without touch- screen : touchpad is seen as a PS/2 Logitech Wheel Mouse. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372609 Title: Touchpad

<    1   2   3   4