From 09b3e47ac87b17e6ffde99da821cc17804e684a4 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Tue, 19 Oct 2021 09:11:58 +0300 Subject: [PATCH] bdk: touch: rename samsung touch panel --- bdk/input/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdk/input/touch.c b/bdk/input/touch.c index c906520..4c49837 100644 --- a/bdk/input/touch.c +++ b/bdk/input/touch.c @@ -39,7 +39,7 @@ static touch_panel_info_t _panels[] = { 1, 0, 1, 1, "GiS GGM6 B2X" }, { 2, 0, 0, 0, "NISSHA NBF-K9A" }, { 3, 1, 0, 0, "GiS 5.5\"" }, - { 4, 0, 0, 1, "Samsung PCAP" }, + { 4, 0, 0, 1, "Samsung BH2109" }, { -1, 1, 0, 1, "GiS VA 6.2\"" } };