[Bug 222667] [psm] HP EliteBook 9470m: Synaptics touchpad detected as Generic PS/2 Mouse

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Nov 19 21:48:24 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222667

Vladimir Kondratyev <wulf at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #187255|0                           |1
        is obsolete|                            |
 Attachment #187790|0                           |1
        is obsolete|                            |

--- Comment #37 from Vladimir Kondratyev <wulf at freebsd.org> ---
Created attachment 188126
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=188126&action=edit
synaptics-identify-0x46.patch

Add a kludge to switch "HP EliteBook 9470m" touchpad to multitouch mode if that
particular model has been detected by controller's PnP Id

To check if the kludge is working just do multi-finger gesture like "2-finger
scroll" and look in to /var/log/messages, you'll see lines starting with
"smoother1".

Following is a sample of /var/log/messages contents after "two-finger scroll"
has been done:

Nov 12 13:23:27 hp kernel: psmintr: 84 23 b3 e0 78 11
Nov 12 13:23:27 hp kernel: psmintr: 80 fb 42 c0 bd 41
Nov 12 13:23:27 hp kernel: synaptics: ipacket: [3005, 3905], 66, 0
Nov 12 13:23:27 hp kernel: smoother0: ipacket: [3005, 3905], 66, 0
Nov 12 13:23:27 hp kernel: smoother0: cursor[7]: x=3005, y=3905, dx=-58,
dy=-139
Nov 12 13:23:27 hp kernel: smoother1: ipacket: [4166, 3942], 66, 1
Nov 12 13:23:27 hp kernel: smoother1: cursor[8]: x=4166, y=3942, dx=-10,
dy=-132

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-multimedia mailing list