From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 19 Sep 2024 11:10:22 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1srDB9-005zRi-0p for lore@lore.pengutronix.de; Thu, 19 Sep 2024 11:10:22 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1srDB8-0001k0-30; Thu, 19 Sep 2024 11:10:22 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1srDAq-0001jd-0I; Thu, 19 Sep 2024 11:10:04 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1srDAp-0090xJ-Jy; Thu, 19 Sep 2024 11:10:03 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1srDAp-003z8t-1r; Thu, 19 Sep 2024 11:10:03 +0200 Date: Thu, 19 Sep 2024 11:10:03 +0200 From: Michael Olbrich To: Jonas Rebmann Message-ID: References: <20240918-tslib-1-23-v1-1-7e20c34ab0ec@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240918-tslib-1-23-v1-1-7e20c34ab0ec@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] update tslib to 1.23 and disable obsolete galax module X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Wed, Sep 18, 2024 at 04:22:21PM +0200, Jonas Rebmann wrote: > the module_raw galax has been deprecated in favor of module_raw > input since tslib 1.9. As the galax module uses input_event::time, it is > incompatible with PTXCONF_GLIBC_Y2038. > > Signed-off-by: Jonas Rebmann > --- > rules/tslib.make | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/tslib.make b/rules/tslib.make > index d2f865dd3..7f467a7b8 100644 > --- a/rules/tslib.make > +++ b/rules/tslib.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_TSLIB) += tslib > # > # Paths and names > # > -TSLIB_VERSION := 1.21 > -TSLIB_MD5 := 96ada1cf6c69fbd87f3dd1f316c8e140 > +TSLIB_VERSION := 1.23 > +TSLIB_MD5 := 1e17bfb7346bceeecfa18b7f6c9b05df > TSLIB := tslib-$(TSLIB_VERSION) > TSLIB_SUFFIX := tar.bz2 > TSLIB_URL := https://github.com/libts/tslib/releases/download/$(TSLIB_VERSION)/$(TSLIB).$(TSLIB_SUFFIX) > @@ -47,7 +47,6 @@ TSLIB_CONF_OPT := \ > --enable-dmc \ > --enable-dmc_dus3000 \ > --enable-evthres \ > - --enable-galax \ Change it to --disable-galax instead of removing it. Michael > --enable-h3600 \ > --enable-iir \ > --enable-input \ > @@ -59,6 +58,7 @@ TSLIB_CONF_OPT := \ > --enable-mk712 \ > --enable-one-wire-ts-input \ > --enable-variance \ > + --enable-crop \ > --enable-pthres \ > --enable-skip \ > --enable-tatung \ > > --- > base-commit: 8de6ce90bc9c95e1d6d319dad00f9c8503168b93 > change-id: 20240918-tslib-1-23-48607bd5db5a > > Best regards, > -- > Jonas Rebmann > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |