From ce40a4d0e87fc55005f24d93e829012aa0177c57 Mon Sep 17 00:00:00 2001 From: Siarhei Vishniakou Date: Thu, 24 Jun 2021 20:09:17 +0000 Subject: [PATCH] Rename keylayout for SnakeByte iDroid:con to match by name This keylayout was introduced in ba81efe04a4b34dd46ef6b64049a567e2233e39d. Unfortunately, we cannot match by vid / pid, since this breaks other devices (like keyboards) that use the same vendor / product id. Instead, match by name to avoid conflict. Bug: 191720859 Change-Id: I9dd686ebcd612ca04d41b7b5cadf8442350346c9 Test: verified manually --- data/keyboards/{Vendor_0a5c_Product_8502.kl => idroid_con.kl} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename data/keyboards/{Vendor_0a5c_Product_8502.kl => idroid_con.kl} (100%) diff --git a/data/keyboards/Vendor_0a5c_Product_8502.kl b/data/keyboards/idroid_con.kl similarity index 100% rename from data/keyboards/Vendor_0a5c_Product_8502.kl rename to data/keyboards/idroid_con.kl