From owner-freebsd-mobile@freebsd.org Sun Sep 25 02:04:53 2016 Return-Path: Delivered-To: freebsd-mobile@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 9F709BDECF5 for ; Sun, 25 Sep 2016 02:04:53 +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 74DACE6A for ; Sun, 25 Sep 2016 02:04:53 +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 u8P24qBX062176 for ; Sun, 25 Sep 2016 02:04:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 02:04:52 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gmesalazar@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 02:04:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #59 from Guilherme Salazar --- (In reply to Vladimir Kondratyev from comment #58) PSM-related parts of dmesg and "sysctl hw.psm below; the gesture data I pos= ted at http://pastebin.com/2WDATpGp. Please let me know if you need me to do it again. $ dmesg ... Elantech touchpad hardware v.3 firmware v.0x450f02 psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 79 17 0c psm: SET_SCALING11 return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 0b 01 14 psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 5b 7c 78 Model information: MaxX: 2940 MaxY: 1400 DpmmX: 32 DpmmY: 32 TracesX: 22 TracesY: 11 SemiMT: 0 Clickpad: 0 Trackpad: 0 CRC: 0 Pressure: 1 elantech: END init psm0: found Elantech Touchpad ... $ sysctl hw.psm. hw.psm.elantech.touchpad_off: 0 hw.psm.elantech.vscroll_div_max: 50 hw.psm.elantech.vscroll_div_min: 30 hw.psm.elantech.vscroll_min_delta: 15 hw.psm.elantech.vscroll_ver_area: 0 hw.psm.elantech.vscroll_hor_area: 0 hw.psm.elantech.taphold_timeout: 125000 hw.psm.elantech.tap_min_queue: 2 hw.psm.elantech.tap_max_delta: 25 hw.psm.elantech.div_len: 30 hw.psm.elantech.div_max_na: 10 hw.psm.elantech.div_max: 6 hw.psm.elantech.div_min: 3 hw.psm.elantech.weight_len_squared: 200 hw.psm.elantech.weight_previous_na: 20 hw.psm.elantech.weight_previous: 6 hw.psm.elantech.weight_current: 3 hw.psm.elantech.multiplicator: 10000 hw.psm.elantech.window_max: 10 hw.psm.elantech.window_min: 4 hw.psm.elantech.na_left: 0 hw.psm.elantech.na_bottom: 0 hw.psm.elantech.na_right: 0 hw.psm.elantech.na_top: 0 hw.psm.elantech.margin_left: 0 hw.psm.elantech.margin_bottom: 0 hw.psm.elantech.margin_right: 0 hw.psm.elantech.margin_top: 0 hw.psm.elantech.max_width: 10 hw.psm.elantech.max_pressure: 220 hw.psm.elantech.min_pressure: 1 hw.psm.elantech.two_finger_scroll: 1 hw.psm.elantech.max_y: 1400 hw.psm.elantech.max_x: 2940 hw.psm.elantech.directional_scrolls: 0 hw.psm.tap_timeout: 125000 hw.psm.tap_threshold: 25 hw.psm.tap_enabled: -1 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sun Sep 25 02:17:05 2016 Return-Path: Delivered-To: freebsd-mobile@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 6FCD8BDEF57 for ; Sun, 25 Sep 2016 02:17:05 +0000 (UTC) (envelope-from a.ali82@aol.com) Received: from oms-m008e.mx.aol.com (oms-m008e.mx.aol.com [204.29.186.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F895230 for ; Sun, 25 Sep 2016 02:17:05 +0000 (UTC) (envelope-from a.ali82@aol.com) Received: from omr-a019e.mx.aol.com (omr-a019.mx.aol.com [10.72.101.108]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by oms-m008e.mx.aol.com (AOL Outbound OMS Interface) with ESMTPS id 8BEE33800611 for ; Sat, 24 Sep 2016 22:16:58 -0400 (EDT) Received: from mtaout-mae02.mx.aol.com (mtaout-mae02.mx.aol.com [172.26.254.142]) by omr-a019e.mx.aol.com (Outbound Mail Relay) with ESMTP id 771CA3800081 for ; Sat, 24 Sep 2016 22:16:58 -0400 (EDT) Received: from DESKTOP-AFIAO7N (unknown [107.167.93.34]) by mtaout-mae02.mx.aol.com (MUA/Third Party Client Interface) with ESMTPA id 923E438000087 for ; Sat, 24 Sep 2016 22:16:56 -0400 (EDT) From: "Desmond Aliyu" Subject: Urgent Response Needed To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Reply-To: aliyudesmond@yandex.com Date: Sun, 25 Sep 2016 02:17:06 -0700 Message-ID: <9176241082345095@smtp.aol.com> x-aol-global-disposition: S X-SPAM-FLAG: YES DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1474769818; bh=14CxQlSgCRkCMnFGiHzw65a6/YyEDelXFPfGaY8pejo=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=1qU6QJNn58ncsOmIMOgu0ufCfoC+NO9iVbkQds/s7OJllxwk/lP7xv9Wt+MEsCagv Qa5JmHMvGX9/0k0nSiXmN21nt8Xd+ZHld+CkJG7nnb4eLfgWe+KGtivJRUMr1jSAGe 71qsOvyf1n12DNXJhOrdyOSUb71961ayyn8oTqv8= X-AOL-REROUTE: YES x-aol-sid: 3039ac1afe8e57e733987373 X-AOL-IP: 107.167.93.34 Content-Type: text/plain ; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 02:17:05 -0000 Hello,=20 There is a large sum in our Unclaimed Balances Book for a deceas= ed customer=20 where I work. I believe that using my position we can work out t= his for our=20 benefits without any risk involved. I dont want the top officials = to take it and share it between themselves, their wives and their girl-friends. = All I need is=20 your honesty and sincerity, Akiyu .D From owner-freebsd-mobile@freebsd.org Sun Sep 25 09:11:01 2016 Return-Path: Delivered-To: freebsd-mobile@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 16CD4BE9959 for ; Sun, 25 Sep 2016 09:11:01 +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 05F2989D for ; Sun, 25 Sep 2016 09:11:01 +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 u8P9Ax5F041953 for ; Sun, 25 Sep 2016 09:11:00 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 09:10:59 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 09:11:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #60 from Vladimir Kondratyev --- (In reply to Guilherme Salazar from comment #59) According to log, you did not apply last patch correctly. See line 1374: > synaptics: ---- > synaptics: virtual scrolling: NO (direction=3D0, dxp=3D97, dyp=3D212, fin= gers=3D1) Appearance of this two lines together (except if window_min sysctl is set t= o 1) is consequence of edgescroll bug. But that codepath is clean and is fixed n= ow. I do not understand how you did it. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sun Sep 25 09:58:37 2016 Return-Path: Delivered-To: freebsd-mobile@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 E9A2DBE6685 for ; Sun, 25 Sep 2016 09:58:37 +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 D8F8E1DF0 for ; Sun, 25 Sep 2016 09:58:37 +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 u8P9wa6f090342 for ; Sun, 25 Sep 2016 09:58:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 09:58:36 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gmesalazar@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 09:58:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #61 from Guilherme Salazar --- (In reply to Vladimir Kondratyev from comment #60) > I do not understand how you did it. Neither do I; checked out a clean src tree, applied the patch, and it worke= d. Very very sorry for the noise. Many thanks for your work on the patchset. Will run the kernel with INVARIANTS+WITNESS until later today and post the results here. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sun Sep 25 11:57:45 2016 Return-Path: Delivered-To: freebsd-mobile@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 CA9BEBDF1BB for ; Sun, 25 Sep 2016 11:57:45 +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 B992AD5D for ; Sun, 25 Sep 2016 11:57:45 +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 u8PBvjWE020960 for ; Sun, 25 Sep 2016 11:57:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 11:57:45 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 11:57:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 Vladimir Kondratyev changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175144|0 |1 is obsolete| | --- Comment #62 from Vladimir Kondratyev --- Created attachment 175154 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175154&action= =3Dedit elantech.diff (12-CURRENT) 1. Rename Elantech guest device from trackpad to trackpoint (cosmetic chang= e) 2. Apply changes similar to edgescroll bugfix to clickpad handling code. Changes as compared with previous patch is mostly no-op, so no need to appl= y it if you use previous version. It was almost impossible to trigger bug condit= ions with clickpad --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sun Sep 25 15:59:02 2016 Return-Path: Delivered-To: freebsd-mobile@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 4314DBE8378 for ; Sun, 25 Sep 2016 15:59:02 +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 327B8FC for ; Sun, 25 Sep 2016 15:59:02 +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 u8PFwwSN077583 for ; Sun, 25 Sep 2016 15:59:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 15:58:59 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: rkoberman@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: cc 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 15:59:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 rkoberman@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rkoberman@gmail.com --- Comment #63 from rkoberman@gmail.com --- RE: Comment #62 Item #2. Please don't call the Elantach touchpad a "trackpoint". That term is alread= y in use for the little eraser-like pointer device found on Lenovo and, historically, Dell and HP laptops. Using this term for other pointing devic= es will only cause confusion. This is particularly significant because the psm driver already has support for that trackpoint and the hw.psm.trackpoint OID tree for sysctls already exists. Also, the term is a trademark of Lenovo. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sun Sep 25 22:46:14 2016 Return-Path: Delivered-To: freebsd-mobile@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 D19BABEAC18 for ; Sun, 25 Sep 2016 22:46:14 +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 C10F2D98 for ; Sun, 25 Sep 2016 22:46:14 +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 u8PMk94h002432 for ; Sun, 25 Sep 2016 22:46:14 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 22:46:10 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gmesalazar@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 22:46:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #64 from Guilherme Salazar --- Have been running a patched kernel with INVARIANTS, WITNESS, DIAGNOSTIC, and DEBUG_LOCKS on. It looks clean. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sun Sep 25 22:58:40 2016 Return-Path: Delivered-To: freebsd-mobile@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 7718EBEAF63 for ; Sun, 25 Sep 2016 22:58:40 +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 6684D351 for ; Sun, 25 Sep 2016 22:58:40 +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 u8PMwda1025463 for ; Sun, 25 Sep 2016 22:58:40 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sun, 25 Sep 2016 22:58:39 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2016 22:58:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #65 from Vladimir Kondratyev --- (In reply to rkoberman from comment #63) "Trackpoint" is optional device, not touchpad itself. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Mon Sep 26 22:06:56 2016 Return-Path: Delivered-To: freebsd-mobile@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 06CA2BEB752 for ; Mon, 26 Sep 2016 22:06:56 +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 EA3868FB for ; Mon, 26 Sep 2016 22:06:55 +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 u8QM6t0F019130 for ; Mon, 26 Sep 2016 22:06:55 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Mon, 26 Sep 2016 22:06:56 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 22:06:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #66 from commit-hook@freebsd.org --- A commit references this bug: Author: gonzo Date: Mon Sep 26 22:06:19 UTC 2016 New revision: 306355 URL: https://svnweb.freebsd.org/changeset/base/306355 Log: Add Elantech trackpad support Elantech trackpads are found in some laptops like the Asus UX31E. They are "synaptics compatible" but use a slightly different protocol. Elantech hardware support is not enabled by default and just like Synaptic or TrackPoint devices it should be enabled by setting tunable, in this case hw.psm.elantech_support, to non-zero value PR: 205690 Submitted by: Vladimir Kondratyev MFC after: 1 week Changes: head/sys/dev/atkbdc/psm.c head/sys/sys/mouse.h --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Mon Sep 26 22:08:02 2016 Return-Path: Delivered-To: freebsd-mobile@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 C8BA2BEB850 for ; Mon, 26 Sep 2016 22:08:02 +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 B7A28B3D for ; Mon, 26 Sep 2016 22:08:02 +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 u8QM82UB020640 for ; Mon, 26 Sep 2016 22:08:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Mon, 26 Sep 2016 22:08:02 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 22:08:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #67 from commit-hook@freebsd.org --- A commit references this bug: Author: gonzo Date: Mon Sep 26 22:07:46 UTC 2016 New revision: 306356 URL: https://svnweb.freebsd.org/changeset/base/306356 Log: Add Elantech trackpad to the list of known models PR: 205690 Submitted by: Vladimir Kondratyev MFC after: 1 week Changes: head/usr.sbin/moused/moused.c --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Mon Sep 26 22:09:07 2016 Return-Path: Delivered-To: freebsd-mobile@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 8779BBEB9A2 for ; Mon, 26 Sep 2016 22:09:07 +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 7688FD99 for ; Mon, 26 Sep 2016 22:09:07 +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 u8QM95U9022106 for ; Mon, 26 Sep 2016 22:09:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Mon, 26 Sep 2016 22:09:06 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 22:09:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #68 from commit-hook@freebsd.org --- A commit references this bug: Author: gonzo Date: Mon Sep 26 22:08:35 UTC 2016 New revision: 306357 URL: https://svnweb.freebsd.org/changeset/base/306357 Log: Document hw.psm.elantech_support in psm(4) PR: 205690 Submitted by: Vladimir Kondratyev MFC after: 1 week Changes: head/share/man/man4/psm.4 --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Mon Sep 26 22:52:28 2016 Return-Path: Delivered-To: freebsd-mobile@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 CDC4BBEA2A8 for ; Mon, 26 Sep 2016 22:52:28 +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 BD0601C2 for ; Mon, 26 Sep 2016 22:52:28 +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 u8QMqRpF025462 for ; Mon, 26 Sep 2016 22:52:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Mon, 26 Sep 2016 22:52:28 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gmesalazar@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 22:52:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #69 from Guilherme Salazar --- Nice it got committed; too bad it won't be in 11 :( Thanks again for your work, Vladimir; improved a lot my experience. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Mon Sep 26 23:21:26 2016 Return-Path: Delivered-To: freebsd-mobile@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 41FCBBEAAA6 for ; Mon, 26 Sep 2016 23:21:26 +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 317BDF4B for ; Mon, 26 Sep 2016 23:21:26 +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 u8QNLPLY020386 for ; Mon, 26 Sep 2016 23:21:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Mon, 26 Sep 2016 23:21:25 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: woodsb02@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2016 23:21:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #70 from Ben Woods --- (In reply to Guilherme Salazar from comment #69) I'll second that - thanks Vladimir for improving the FreeBSD experience on = my laptop! Can this bug report be closed now? --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Tue Sep 27 06:34:20 2016 Return-Path: Delivered-To: freebsd-mobile@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 616C8BEB572 for ; Tue, 27 Sep 2016 06:34:20 +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 50B94A05 for ; Tue, 27 Sep 2016 06:34:20 +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 u8R6YJWu032854 for ; Tue, 27 Sep 2016 06:34:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Tue, 27 Sep 2016 06:34:20 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: gonzo@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 06:34:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #71 from Oleksandr Tymoshenko --- (In reply to Ben Woods from comment #70) I'm planning on MFCing this change to 11 (and may be 10) so let's keep it o= pen until then. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Tue Sep 27 20:52:02 2016 Return-Path: Delivered-To: freebsd-mobile@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 210CAC00492 for ; Tue, 27 Sep 2016 20:52:02 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [IPv6:2a01:4f8:d16:10c3::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0871A78 for ; Tue, 27 Sep 2016 20:52:01 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from [192.168.0.144] (c-24-60-168-172.hsd1.ct.comcast.net [24.60.168.172]) (Authenticated sender: citrin@citrin.ru) by hz.citrin.ru (Postfix) with ESMTPSA id 34D79286F6F for ; Tue, 27 Sep 2016 20:52:00 +0000 (UTC) To: "freebsd-mobile@freebsd.org" From: Anton Yuzhaninov Subject: Thinkpad X220 - can'b boot from FreeBSD-11.0-RELEASE-amd64-memstick.img Message-ID: <6b51bdf6-63b8-d81f-5f2f-d96dcaf90304@citrin.ru> Date: Tue, 27 Sep 2016 16:51:53 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1475009520; bh=XKjgNQBatxWOuKTC8khmVbFt8pn/axkXcRjIZ9bc9vI=; h=To:From:Subject:Message-ID:Date:MIME-Version:Content-Type:Content-Transfer-Encoding; b=PEk5yyBG51J13+WKh0jGMnL31RLrXUAV/9Ty3C+APdHw95QMx91Nsriptjm8xesyu8gdCn2DJUNYVYkI5cHMhlemw1nRUNIWn5vjZrku722Wut1AjOpvGbj5VQpSYLZFYIi1Tk1vW4XWvb6iS99EWPG7Sgu7N4M7rnLp3wDxhXk= X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 20:52:02 -0000 Hi All. I'm trying to install FreeBSD on Lenovo Thnkpad X220, but unfortunately it can't boot from USB stick with FreeBSD-11.0-RELEASE-amd64-memstick.img (written using dd). Kernel is started but root fs can't be mounted: https://imgur.com/a/rIyNU "?" in mount prompt lists da0 and da0p1 but no ufs labels. ufs:/dev/da0p1 also doesn't work. I've tried to increase vfs.mountroot.timeout - no changes. Boot mode is UEFI (and Thinkpad can be booted only in UEFI mode from GPT partitions). Any ideas why root can't be mounted? From owner-freebsd-mobile@freebsd.org Thu Sep 29 02:54:18 2016 Return-Path: Delivered-To: freebsd-mobile@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 1BCC1C01AAF for ; Thu, 29 Sep 2016 02:54:18 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from hz.citrin.ru (hz.citrin.ru [IPv6:2a01:4f8:d16:10c3::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D99E6AB1 for ; Thu, 29 Sep 2016 02:54:17 +0000 (UTC) (envelope-from citrin+bsd@citrin.ru) Received: from [192.168.0.144] (c-24-60-168-172.hsd1.ct.comcast.net [24.60.168.172]) (Authenticated sender: citrin@citrin.ru) by hz.citrin.ru (Postfix) with ESMTPSA id E805B2869D2 for ; Thu, 29 Sep 2016 02:54:04 +0000 (UTC) Subject: Re: Thinkpad X220 - can'b boot from FreeBSD-11.0-RELEASE-amd64-memstick.img To: "freebsd-mobile@freebsd.org" References: <6b51bdf6-63b8-d81f-5f2f-d96dcaf90304@citrin.ru> From: Anton Yuzhaninov Message-ID: <69e628d9-febd-5a33-d16a-974240837008@citrin.ru> Date: Wed, 28 Sep 2016 22:53:53 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <6b51bdf6-63b8-d81f-5f2f-d96dcaf90304@citrin.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1475117645; bh=RZcBU3FZpiCjfEqEEG7R4wnksAnhxcWS/nobsl7RLCg=; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=tsEn4Y/5RbPCPI4AsGqRtIo4y3dicLZxTX71J8gg+KlBoHL9XR9kSAQI21FrBlCrRuQlQcRDnBBxPaYM2RdC1Ky0jlJfn+Q6CkOSyTU1IpPveTLDBBN/+1X/obUVIumYkF4nnx+Atm/8k1zoGdmSO5sKUnvrZb27OQcRMBWmMf8= X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 02:54:18 -0000 On 2016-09-27 16:51, Anton Yuzhaninov wrote: > I'm trying to install FreeBSD on Lenovo Thnkpad X220, but unfortunately > it can't boot from USB stick with > FreeBSD-11.0-RELEASE-amd64-memstick.img (written using dd). > > Kernel is started but root fs can't be mounted: > https://imgur.com/a/rIyNU It was my fault. Using dd on Windows is not easy task. Boot problem was fixed by writing image to \\?\Device\Harddisk3\Partition0 instead \\?\Device\HarddiskVolume2 It seems to be memstick.img was written inside GPT partition. I don't know why kernel was even started from such USB drive. From owner-freebsd-mobile@freebsd.org Fri Sep 30 11:18:44 2016 Return-Path: Delivered-To: freebsd-mobile@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 19377C02C6E for ; Fri, 30 Sep 2016 11:18:44 +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 088C394E for ; Fri, 30 Sep 2016 11:18:44 +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 u8UBIfuQ058084 for ; Fri, 30 Sep 2016 11:18:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Fri, 30 Sep 2016 11:18:41 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jakob@alvermark.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: cc 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 11:18:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 Jakob Alvermark changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakob@alvermark.net --- Comment #72 from Jakob Alvermark --- Regression: On a ThinkPad Yoga 12 (Broadwell) with ClickPad and TrackPoint. After r306355 the hardware buttons does not work anymore. ClickPad works, multifinger and all. --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Fri Sep 30 12:17:29 2016 Return-Path: Delivered-To: freebsd-mobile@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 CE75AC006DB for ; Fri, 30 Sep 2016 12:17:29 +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 BE0B4C9D for ; Fri, 30 Sep 2016 12:17:29 +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 u8UCHSUV005965 for ; Fri, 30 Sep 2016 12:17:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Fri, 30 Sep 2016 12:17:28 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 12:17:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #73 from Vladimir Kondratyev --- (In reply to Jakob Alvermark from comment #72) > On a ThinkPad Yoga 12 (Broadwell) with ClickPad and TrackPoint. > After r306355 the hardware buttons does not work anymore. > ClickPad works, multifinger and all. Is it Synaptics or Elan? Could you add debug.psm.loglevel=3D5 to /boot/loader.conf and post here fol= lowing parts of dmesg output (they can be found in /var/log/messages also): 1. PSM-related part of boot log. like described in post #25 in this thread. 2. Button press and release --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sat Oct 1 15:19:13 2016 Return-Path: Delivered-To: freebsd-mobile@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 5AA3FC04278 for ; Sat, 1 Oct 2016 15:19:13 +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 498F91A80 for ; Sat, 1 Oct 2016 15:19:13 +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 u91FJCYj005580 for ; Sat, 1 Oct 2016 15:19:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sat, 01 Oct 2016 15:19:12 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: jakob@alvermark.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2016 15:19:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #74 from Jakob Alvermark --- (In reply to Vladimir Kondratyev from comment #73) I'm 100% sure, but I think it is synaptics. /boot/loader.conf has: hw.psm.synaptics_support=3D1 hw.psm.trackpoint_support=3D1 Boot dmesg (withdebug.psm.loglevel=3D5) : psm0: current command byte:0047 psm: ENABLE_DEV return code:00fa psm: DISABLE_DEV return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 00 02 64 psm: SEND_DEV_ID return code:00fa psm: device ID: 0000 psm: SET_RESOLUTION (0) 00fa psm: SET_SCALING11 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_SCALING11 return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 00 00 64 psm: SET_RESOLUTION (3) 00fa psm: SET_SCALING11 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_SCALING11 return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 00 03 64 psm: SET_RESOLUTION (3) 00fa psm: SET_SCALING11 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_SCALING11 return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 00 03 64 psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (3) 00fa psm: SEND_AUX_DEV_DATA return code:00fa psm: data 08 00 00 psm: SET_SAMPLING_RATE (200) 00fa psm: SET_SAMPLING_RATE (100) 00fa psm: SET_SAMPLING_RATE (80) 00fa psm: SEND_DEV_ID return code:00fa psm: device ID: 0000 psm: SET_SAMPLING_RATE (200) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: SET_SAMPLING_RATE (80) 00fa psm: SEND_DEV_ID return code:00fa psm: device ID: 0000 psm: SET_SAMPLING_RATE (200) 00fa psm: SET_SAMPLING_RATE (100) 00fa psm: SET_SAMPLING_RATE (80) 00fa psm: SET_SAMPLING_RATE (60) 00fa psm: SET_SAMPLING_RATE (40) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SEND_DEV_ID return code:00fa psm: device ID: 0000 psm: SEND_DEV_ID return code:00fa psm: device ID: 0000 synaptics: BEGIN init psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 01 47 18 Synaptics Touchpad v8.1 psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 01 e2 b1 Model information: infoRot180: 0 infoPortrait: 0 infoSensor: 1 infoHardware: 113 infoNewAbs: 1 capPen: 0 infoSimplC: 1 infoGeometry: 1 psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (2) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status f0 02 a3 psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (0) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 35 80 49 Extended capabilities: capExtended: 1 capMiddle: 0 nExtendedQueries: 7 capPassthrough: 1 capLowPower: 0 capMultiFingerReport: 1 capSleep: 0 capFourButtons: 0 capBallistics: 0 capMultiFinger: 1 capPalmDetect: 1 infoXupmm: 53 infoYupmm: 73 psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 94 33 00 Extended model ID: verticalScroll: 0 horizontalScroll: 0 verticalWheel: 0 nExtendedButtons: 3 capEWmode: 1 psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 12 e8 00 psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (1) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status b2 68 95 psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (3) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 26 98 21 Continued capabilities: capClickPad: 1 capDeluxeLEDs: 0 noAbsoluteFilter: 0 capReportsV: 1 capUniformClickPad: 0 capReportsMin: 1 capInterTouch: 1 capReportsMax: 1 capClearPad: 0 capAdvancedGestures: 0 capCoveredPad: 0 maximumXCoord: 5712 maximumYCoord: 4780 minimumXCoord: 1232 minimumYCoord: 1074 Additional Buttons: 4 psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 33 03 40 psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa psm: setting pass-through mode. psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (2) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: turning pass-through mode off. psm: SET_SCALING21 return code:00fa psm: SET_SCALING11 return code:00fa psm: SET_RESOLUTION (3) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_RESOLUTION (1) 00fa psm: SET_SAMPLING_RATE (20) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (0) 00fa psm: SET_RESOLUTION (3) 00fa psm: SET_SAMPLING_RATE (200) 00fa synaptics: END init (7 buttons) psm0: found Synaptics Touchpad psm: SET_RESOLUTION (2) 00fa psm: SET_SAMPLING_RATE (100) 00fa psm: SET_SCALING11 return code:00fa psm: SEND_AUX_DEV_STATUS return code:00fa psm: status 00 02 64 psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 0-00, 7 buttons psm0: config:00004000, flags:00000008, packet size:6 psm0: syncmask:c0, syncbits:00 ------ Clicking the three hardware buttons (one by one, in order) produces this: psm0: lost interrupt? psmintr: 80 00 00 c2 01 00 psmintr: 80 00 00 c0 00 00 last message repeated 12 times psmintr: 80 00 00 c2 00 00 psmintr: 80 00 00 c0 00 00 last message repeated 79 times psmintr: 80 00 00 c2 02 00 psmintr: 80 00 00 c0 00 00 last message repeated 15 times psmintr: 80 00 00 c2 00 00 psmintr: 80 00 00 c0 00 00 last message repeated 79 times psmintr: 80 00 00 c2 00 01 psmintr: 80 00 00 c0 00 00 last message repeated 8 times psmintr: 80 00 00 c2 00 00 psmintr: 80 00 00 c0 00 00 ---- Even not touching the touchpad, button or trackpoint produces a lot of psm0: lost interrupt? Even the keyboard starts acting funny, and eventually the trackpoint/touchp= ad stops functioning altogether, with the following messages: psmintr: out of sync (0000 !=3D 0080) 845 cmds since last error. psmintr: discard a byte (1) psmintr: b4 80 00 00 c0 00 psmintr: 00 84 18 00 c4 fe psmintr: out of sync (0000 !=3D 0080) 0 cmds since last error. psmintr: reset the mouse. psm0: current command byte: 0047 (reinitialize). psm: DISABLE_DEV return code:00fa psm0: failed to reset the aux device. psm0: the aux device has gone! (reinitialize). --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sat Oct 1 18:59:12 2016 Return-Path: Delivered-To: freebsd-mobile@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 2C3F6A94B09 for ; Sat, 1 Oct 2016 18:59:12 +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 1BA2AE0F for ; Sat, 1 Oct 2016 18:59:12 +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 u91Ix8GV090245 for ; Sat, 1 Oct 2016 18:59:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sat, 01 Oct 2016 18:59:08 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2016 18:59:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #75 from Vladimir Kondratyev --- Created attachment 175339 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175339&action= =3Dedit extbuttons.diff Fix for synaptics clickpad/extended buttons coexistence --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-mobile@freebsd.org Sat Oct 1 19:22:36 2016 Return-Path: Delivered-To: freebsd-mobile@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 DF67EA94FF9 for ; Sat, 1 Oct 2016 19:22:36 +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 B4C2A9F5 for ; Sat, 1 Oct 2016 19:22:36 +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 u91JMYeC090844 for ; Sat, 1 Oct 2016 19:22:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mobile@FreeBSD.org Subject: [Bug 205690] [psm] [patch]: Add support for Elantech trackpads Date: Sat, 01 Oct 2016 19:22:34 +0000 X-Bugzilla-Reason: CC 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: feature, needs-qa, patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: wulf@cicgroup.ru X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gonzo@FreeBSD.org X-Bugzilla-Flags: mfc-stable10? mfc-stable11? X-Bugzilla-Changed-Fields: 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-mobile@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2016 19:22:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205690 --- Comment #76 from Vladimir Kondratyev --- (In reply to Jakob Alvermark from comment #74) > I'm 100% sure, but I think it is synaptics. >/boot/loader.conf has: >hw.psm.synaptics_support=3D1 >hw.psm.trackpoint_support=3D1 ------------- > psm0: model Synaptics Touchpad, device ID 0-00, 7 buttons It is certainly Synaptics. Could you try attached patch - extbuttons.diff? I made extended buttons sup= port codepath like pre-r306355. > Even not touching the touchpad, button or trackpoint produces a lot of ps= m0: lost interrupt? That is normal for mobile devices. They do not produce interrupts while inactive to reduce number of driver wakeups and power consumption then. Just ignore "lost interrupt" messages. > Even the keyboard starts acting funny, and eventually the trackpoint/touc= hpad stops functioning altogether, with the following messages: > psmintr: out of sync (0000 !=3D 0080) 845 cmds since last error. > psmintr: discard a byte (1) > psmintr: b4 80 00 00 c0 00 > psmintr: 00 84 18 00 c4 fe > psmintr: out of sync (0000 !=3D 0080) 0 cmds since last error. > psmintr: reset the mouse. That is bad. You are really lost sync here - received packet is shifted by 1 byte. I cant help you in that case and have no clues. My code works after 6-bytes has been assembled in one packet. Did it happen before r306355? --=20 You are receiving this mail because: You are on the CC list for the bug.=