mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] update tslib to 1.23 and disable obsolete galax module
@ 2024-09-19 13:47 Jonas Rebmann
  2024-09-26 13:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Jonas Rebmann @ 2024-09-19 13:47 UTC (permalink / raw)
  To: ptxdist; +Cc: Jonas Rebmann

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 <jre@pengutronix.de>
---
Changes in v2:
- Explicitly set --disable-galax instead of just not enabling
- Link to v1: https://lore.ptxdist.org/ptxdist/20240918-tslib-1-23-v1-1-7e20c34ab0ec@pengutronix.de
---
 rules/tslib.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/tslib.make b/rules/tslib.make
index d2f865dd3..7932d47df 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 \

---
base-commit: 8de6ce90bc9c95e1d6d319dad00f9c8503168b93
change-id: 20240918-tslib-1-23-48607bd5db5a

Best regards,
-- 
Jonas Rebmann <jre@pengutronix.de>




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] update tslib to 1.23 and disable obsolete galax module
  2024-09-19 13:47 [ptxdist] [PATCH v2] update tslib to 1.23 and disable obsolete galax module Jonas Rebmann
@ 2024-09-26 13:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-09-26 13:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Jonas Rebmann

Thanks, applied as 1827a9203e1f5d33eab152f3f7aeb6f3501d93fd.

Michael

[sent from post-receive hook]

On Thu, 26 Sep 2024 15:18:55 +0200, Jonas Rebmann <jre@pengutronix.de> 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 <jre@pengutronix.de>
> Message-Id: <20240918-tslib-1-23-v2-1-926d3d3185c1@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-26 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-19 13:47 [ptxdist] [PATCH v2] update tslib to 1.23 and disable obsolete galax module Jonas Rebmann
2024-09-26 13:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox