Snap for 12502707 from d6966416436feee55272a38e92f267af03feb62b to android14-gs-pixel-6.1-trunk-release
Change-Id: I997b1754cdb5e5e404a80b4c21ac1722278d2c1f
Signed-off-by: Coastguard Worker <[email protected]>
diff --git a/qbt_handler.c b/qbt_handler.c
index ba65d65..6100875 100644
--- a/qbt_handler.c
+++ b/qbt_handler.c
@@ -142,7 +142,7 @@
int ret;
/* Only connect to the built in touchscreen. */
- if (dev->uniq && strncmp(dev->uniq, "google_touchscreen", 18) != 0) {
+ if (!(dev->uniq && strncmp(dev->uniq, "google_touchscreen", 18) == 0)) {
pr_info("Skip connecting device: %s\n", dev_name(&dev->dev));
return 0;
}