From owner-freebsd-current@freebsd.org Sat Oct 13 22:17:54 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F23010D6B43 for ; Sat, 13 Oct 2018 22:17:54 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF4948C845 for ; Sat, 13 Oct 2018 22:17:53 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-pl1-x630.google.com with SMTP id s4-v6so7528076plp.0 for ; Sat, 13 Oct 2018 15:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=QpkWEJzMOJwbo6P+KDUt7pjCkGgVoPJn33Rx1CCCfz0=; b=qU/43t5gU/3kyWE4Ple+K80UM1YRR7xkvTiJoFelbebwZwFyaewv5bk15dQFy29xZ9 2rVPXxxR83R1O1Ifrnz1plmwBRngKmYNOGXk5GXrzRT3X+O8zy/jPmRJpGblEuqVjhOi j0h5UnVWxpcPf8j/uadSfpJycJpRkwV8I8jHcTNUpCigLIM8/TZmPS2QKzgc4FPn50MT Ny2AC2IjsPOUohp7Z56RzPqhSGeBFGAQ+D87351dssRxatlEn4DVJURgQcj6oNQFm66Z LEVNNw4/i1O8y/XyTcIhvnoMJw1Xx9fGkzj/k9/Sjb/5ElsKP0KkJ9OOtPxc+eknAvMR mvow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=QpkWEJzMOJwbo6P+KDUt7pjCkGgVoPJn33Rx1CCCfz0=; b=fbTJkkNW9S3/vCPBsGhNEPRddlFCiFNLegTNWKSnZO0jGhAWgGsieBPPmGyikjV0ff nGBSHjw5g7SvTauY5szANJRJw86wOEQqluZtPYrKSrAvarLhOqX4SGl+KTv/lWSZS64T Gvbahgex3qwf3uDru0hgjegtAGzsnJXLcD/Ax+yvlQ/JKpeEFILJ+wM4Nnby15YrmwBt DtWLkqQOuYERWR+0QwXc6jndU54ncVcuC7HIisrOLsYTJkwT9Fd+EKbq8Gy3uyYTPYeA hQ80tNLgri8RmF7sJO4+ZZaVf66kN+5TpbVsdBy+cpXhJ5i10sBs1T78rjt3CNa62ZOV dHKQ== X-Gm-Message-State: ABuFfog320d9n/CFTJ2rC6Jdcq0YRWfwPvVzjd4E/MZzdSsuF6z7LuOi OFowxIurhs7Y6A+1ftZ61Zs= X-Google-Smtp-Source: ACcGV62x0VaotGICtafsz1sqcS+EQKdXS4KeyLkVB7YVSEGFGkJaR3GZQgRRWrrsnGnkG9zH7KGaQg== X-Received: by 2002:a17:902:246a:: with SMTP id m39-v6mr11240845plg.57.1539469072692; Sat, 13 Oct 2018 15:17:52 -0700 (PDT) Received: from raichu (toroon0560w-lp130-01-174-88-79-38.dsl.bell.ca. [174.88.79.38]) by smtp.gmail.com with ESMTPSA id y185-v6sm8117317pgd.8.2018.10.13.15.17.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 13 Oct 2018 15:17:51 -0700 (PDT) Sender: Mark Johnston Date: Sat, 13 Oct 2018 18:17:48 -0400 From: Mark Johnston To: Johannes Lundberg Cc: freebsd-current Subject: Re: Dell latitude 7490 touchpad support? Message-ID: <20181013221748.GB30163@raichu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2018 22:17:54 -0000 On Sat, Sep 29, 2018 at 08:48:57PM +0100, Johannes Lundberg wrote: > Hi > > I just got a new work laptop and the touchpad does not work. Some > information points to that this machine has a Microsoft precision touchpad. > I can't see any USB device so I'm wondering if this is an I2C device? > > Do we have any driver for this? I tried installing FreeBSD on a Latitude 7480 and hit the same problem. Some digging turned up this diff, and with it applied I get a working trackpad: https://reviews.freebsd.org/D16698