From owner-freebsd-multimedia@freebsd.org Sun Nov 19 21:48:23 2017 Return-Path: Delivered-To: freebsd-multimedia@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9A13DBF414 for ; Sun, 19 Nov 2017 21:48:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D76FC65043 for ; Sun, 19 Nov 2017 21:48:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJLmNig098877 for ; Sun, 19 Nov 2017 21:48:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-multimedia@FreeBSD.org Subject: [Bug 222667] [psm] HP EliteBook 9470m: Synaptics touchpad detected as Generic PS/2 Mouse Date: Sun, 19 Nov 2017 21:48:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: wulf@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-multimedia@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 21:48:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222667 Vladimir Kondratyev changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187255|0 |1 is obsolete| | Attachment #187790|0 |1 is obsolete| | --- Comment #37 from Vladimir Kondratyev --- Created attachment 188126 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D188126&action= =3Dedit 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-fing= er 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 scrol= l" 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=3D3005, y=3D3905, dx=3D-= 58, dy=3D-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=3D4166, y=3D3942, dx=3D-= 10, dy=3D-132 --=20 You are receiving this mail because: You are the assignee for the bug.=