From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 26 Sep 2024 15:19:08 +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 1stoOh-00310Y-0Z for lore@lore.pengutronix.de; Thu, 26 Sep 2024 15:19:08 +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 1stoOh-0008N4-Rn; Thu, 26 Sep 2024 15:19:07 +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 1stoOV-00088c-SE; Thu, 26 Sep 2024 15:18:55 +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 1stoOV-001h8Y-Fm; Thu, 26 Sep 2024 15:18:55 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1stoOV-007Co2-1Q; Thu, 26 Sep 2024 15:18:55 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 26 Sep 2024 15:18:55 +0200 Message-Id: <20240926131855.1717515-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20240918-tslib-1-23-v2-1-926d3d3185c1@pengutronix.de> References: <20240918-tslib-1-23-v2-1-926d3d3185c1@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] 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: Jonas Rebmann 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 Thanks, applied as 1827a9203e1f5d33eab152f3f7aeb6f3501d93fd. Michael [sent from post-receive hook] On Thu, 26 Sep 2024 15:18:55 +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 > Message-Id: <20240918-tslib-1-23-v2-1-926d3d3185c1@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/tslib.make b/rules/tslib.make > index d2f865dd39ca..7932d47df227 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,7 @@ TSLIB_CONF_OPT := \ > --enable-dmc \ > --enable-dmc_dus3000 \ > --enable-evthres \ > - --enable-galax \ > + --disable-galax \ > --enable-h3600 \ > --enable-iir \ > --enable-input \ > @@ -59,6 +59,7 @@ TSLIB_CONF_OPT := \ > --enable-mk712 \ > --enable-one-wire-ts-input \ > --enable-variance \ > + --enable-crop \ > --enable-pthres \ > --enable-skip \ > --enable-tatung \