Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp5481006pxj; Wed, 23 Jun 2021 02:06:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJymxfnuUNBd2bZs60S9tCncnqR3l3d0nmUlAHhX1IPi3R0ciBSqNxDsMMSHuNQy5bbj7a47 X-Received: by 2002:a17:906:1951:: with SMTP id b17mr9091603eje.468.1624439179450; Wed, 23 Jun 2021 02:06:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624439179; cv=none; d=google.com; s=arc-20160816; b=KuqQqUOVaiiQawYkP/gSvPbkfZqiEsEPaZrHpuYi3lip2CR2sH2aBxqbvZcgcrW0Nf lJdjqIp5IftT0K8XMiM5EgOFHwowl9eaGMjQsR3eu/ez5LdD8qjzyHm8L7KNg/dsHY6I RdoP9TgExBZdnoKimztoIu7G/G0fAvqXCiCp07lE1WQWn5UJ1L3pLVvFXQxKexqhXn+E Hoa6GPG84b5ISaZY0d48QPI82idK+QqogOGG8qnQgto97fIocjhx/PzPiqnc2Ix8ISBE sgRNUGe2a0JC2/mSbkQwc3aVsooN6cwudWeNKoIo7fGdpKhGSXQz2LQKzcP4JoNKOWFH rMPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=UzyqDUxTbkKxeHABDoHV5csY02CsMRSxC9ETPRIVQ6c=; b=UVGMNNGeBXVqHZGdQ47KHVF5qrvxwWlcGzph7Bds/wpktsXiCRqVm/AA+rS7f+q2fR 00AFu8soPH8NjfpNpVv1FjIPk5TLL2+oWIWfn8y0jRdVNRZ+Mu9fpfyqLLRKE1Or1PwO fROT+l5YzCjlZf8KRDpaj9UKT41w4+TnXn5UKec8DPkHSQeWsNFHDyp1Hp7tpoUMrT/I A9bcvYvihFSbAnGZf1RxehBZfv0iQYYU0tDM2WvYAU8TD0Y16SWvKG5hc57BHC4X6QDi buejW9z3WBydcP03VSO2QtjurTtWuSvx+v9UbXaWDSFLqCqYTFS1uXZWSU4mjJu5F96J o6XQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m4si5714282edc.107.2021.06.23.02.05.56; Wed, 23 Jun 2021 02:06:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230040AbhFWJGf (ORCPT + 99 others); Wed, 23 Jun 2021 05:06:35 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:46567 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229918AbhFWJGf (ORCPT ); Wed, 23 Jun 2021 05:06:35 -0400 Received: (Authenticated sender: hadess@hadess.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id F344E6000C; Wed, 23 Jun 2021 09:04:15 +0000 (UTC) Message-ID: Subject: Re: Goodix Touchscreen / Patch for Inverted X Axis on Trekstor Surftab W1 From: Bastien Nocera To: Julian Schulte Cc: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 23 Jun 2021 11:04:15 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.2 (3.40.2-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Julian, On Wed, 2021-06-23 at 09:08 +0200, Julian Schulte wrote: > Good day,  > > I have a Trekstor Surftab Duo W1 running on Ubuntu.  > I noticed the Touchscreen has the X axis inverted,  > so I made a Kernel patch for the Goodix Touchscreen module to invert > the X Axis on that model.  > > In the attachment you will find the patch file.  > I have tested the patched kernel module and it works well with the > patch, the X Axis of the Touchscreen is not anymore inverted. The patch looks fine, but you need to follow the correct process for submitting patches for it to be taken into consideration. See: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst Cheers