From: Scott Murray Date: Tue, 22 Apr 2025 15:13:20 +0000 (-0400) Subject: linux-raspberrypi: remove old patch X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F30928%2F2;p=AGL%2Fmeta-agl.git linux-raspberrypi: remove old patch Remove old patch to linux-raspberrypi for a specific touchscreen, as we've not used that screen in a demo for many years, and it seems unlikely anyone still uses one. Bug-AGL: SPEC-5416 Change-Id: I975ee4a89af228e1fe1c025ee16e1c4caae612ef Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30928 ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Tested-by: Jenkins Job builder account --- diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0002-faytech-fix-rpi.patch b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0002-faytech-fix-rpi.patch deleted file mode 100644 index 00e369205..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0002-faytech-fix-rpi.patch +++ /dev/null @@ -1,33 +0,0 @@ -From f9fefc63456dd50eeec727ae2fbc13b0d84eb44e Mon Sep 17 00:00:00 2001 -From: Tom Pollard -Date: Wed, 6 Apr 2016 07:47:25 +0000 -Subject: [PATCH 1/1] Fix lack of touch up for Faytech 10" Touchscreen MonitorV2 - -NOTE: This is a very temporary hack that is not in a state to be upstreamed yet. ---- -Index: a/drivers/hid/hid-multitouch.c -=================================================================== ---- a/drivers/hid/hid-multitouch.c 2016-07-05 08:45:06.006466000 +0000 -+++ b/drivers/hid/hid-multitouch.c 2016-07-05 08:48:44.574466000 +0000 -@@ -205,7 +205,6 @@ - { .name = MT_CLS_WIN_8, - .quirks = MT_QUIRK_ALWAYS_VALID | - MT_QUIRK_IGNORE_DUPLICATES | -- MT_QUIRK_HOVERING | - MT_QUIRK_CONTACT_CNT_ACCURATE }, - { .name = MT_CLS_EXPORT_ALL_INPUTS, - .quirks = MT_QUIRK_ALWAYS_VALID | -@@ -396,11 +395,6 @@ - td->is_buttonpad = true; - - break; -- case 0xff0000c5: -- /* Retrieve the Win8 blob once to enable some devices */ -- if (usage->usage_index == 0) -- mt_get_feature(hdev, field->report); -- break; - } - } - --- -1.9.1 diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend index ec3fa910b..1064f5276 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend @@ -2,10 +2,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:" require recipes-kernel/linux/linux-yocto-agl.inc -SRC_URI:append = " \ - ${@oe.utils.conditional('USE_FAYTECH_MONITOR', '1', 'file://0002-faytech-fix-rpi.patch', '', d)} \ - file://0001-mconf-menuconfig.patch \ -" +SRC_URI += "file://0001-mconf-menuconfig.patch" # Enable support for Pi foundation touchscreen AGL_KCONFIG_FRAGMENTS += "raspberrypi-panel.cfg"