[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-12-26 Thread Daniel
Same isssue on an Sony SVF13N1L2ES, bios R0220VA. Standard kernel for 13.10 (3.11.0-14-generic) and latest mainline kernel (3.13.0-031300rc5-generic) say: psmouse serio1: elantech: unknown hardware version, aborting... Using module from comment #7 gives: psmouse serio1: elantech: unknown hardware

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-12-03 Thread Joseph Salisbury
Thanks for submitting the patch upstream, Matthew. Did you submit the patch to LKML or one of the sub-system mailing lists? It would be great if you could post the SHA1 for the commit when it is accepted into mainline. Trusty will pickup the patch when it is rebased to upstream. Saucy and other

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-12-03 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1232877 Title: Touchpad reported as: "elantech: unknown hardware version

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-12-03 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1232877 Title: Touchpad reported as: "elantech: unknown hardware version, aborting" Status in “linux” package in Ubun

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-12-03 Thread craftyguy
Unfortunately I killed my system when trying to apply a BIOS update to check another bug I reported, so I'm not able to confirm your patch (though I don't see any reason why that patch wouldn't work..) -- You received this bug notification because you are a member of Kernel Packages, which is sub

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-12-03 Thread Matthew Walker
Here is a I made patch that fixes this. I have submitted it upstream. A BIOS update is unnessesary. I have tested it and it works, I would appreciate other people trying it though. ** Attachment added: "patch for drivers/input/mouse/elantech.c to allow detection of newer elantech touchpads."

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-11-06 Thread Christopher M. Penalver
kendatsuba, regarding your comments : >"Maybe I'm wrong but I don't think that a BIOS update will change anything, >since this problem appears to be related to a new firmware version not yet >supported by the driver." As you may have noticed in https://help.ubuntu.com/community/ReportingBugs#Bug

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-11-05 Thread craftyguy
I did, here: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1232877/comments/9 As far as I can tell, everything seems to be working properly -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-11-05 Thread kendatsuba
Maybe I'm wrong but I don't think that a BIOS update will change anything, since this problem appears to be related to a new firmware version not yet supported by the driver. craftguy, could you please report if your patch solved the problem? does the touchpad work as expected with hw_version = 4?

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-11-03 Thread craftyguy
I would love to be able to update my BIOS, however Acer's flash tool only supports Windows. The BIOS appears to be based on Insyde EFI, and I was able to extract a .fd file, however I wasn't able to find a utility to actually flash it (from freedos or ??). Do you, or anyone here, know of a way to u

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-11-03 Thread Christopher M. Penalver
craftyguy, as per http://us.acer.com/ac/en/US/content/drivers an update is available for your BIOS (2.05). If you update to this following https://help.ubuntu.com/community/BiosUpdate , does it change anything? If not, could you please both specify what happened, and provide the output of the fol

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-10-03 Thread craftyguy
I've made some (hopefully) interesting progress: The firmware version seems to be 8, using the formula in the elantech_set_properties function, so I modified the file like this to force it to set hw_version to 4: clayton@ultrabook:~/Downloads$ diff -Naur psmouse-old/dkms_source_tree/src/elantec

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-10-03 Thread craftyguy
Here's the output after building/loading that module: clayton@ultrabook:~/Downloads$ dmesg|grep elantech [ 15.277239] psmouse serio1: elantech: unknown hardware version, aborting... [ 425.625027] psmouse serio1: elantech: unknown hardware version, aborting... [ 1214.662773] psmouse serio1: elan

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-10-03 Thread kendatsuba
Unfortunately, even if the driver complains of an unknown hardware version, the firmware version of the touchpad is not mentioned in the emitted error message: [ 18.453420] psmouse serio1: elantech: unknown hardware version, aborting... The module contained in the attached dkms package should pri

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-10-03 Thread craftyguy
I have reported the bug to my best guess for maintainers ( linux- in...@vger.kernel.org), and as of right now I have not heard back yet. ** Tags added: kernel-bug-reported-upstream -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-10-02 Thread Joseph Salisbury
This issue appears to be an upstream bug, since you tested the latest upstream kernel. Would it be possible for you to open an upstream bug report[0]? That will allow the upstream Developers to examine the issue, and may provide a quicker resolution to the bug. Please follow the instructions on th

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-09-30 Thread craftyguy
Confirmed in upstream: clayton@ultrabook:~$ dmesg|grep -i elan [7.263829] usb 2-7: Manufacturer: ELAN [ 17.900924] input: ELAN Touchscreen as /devices/pci:00/:00:14.0/usb2/2-7/2-7:1.0/input/input6 [ 17.901119] hid-multitouch 0003:04F3:015B.0001: input,hiddev0,hidraw0: USB HID v1.

[Kernel-packages] [Bug 1232877] Re: Touchpad reported as: "elantech: unknown hardware version, aborting"

2013-09-30 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.12 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 t