Blame SOURCES/0006-cosmetic-fixes.patch

b58cad
From 7edaa09faa5755e44f2c6226f3447536658300af Mon Sep 17 00:00:00 2001
b58cad
From: Lyonel Vincent <lyonel@ezix.org>
b58cad
Date: Thu, 2 Apr 2020 13:21:58 +0200
b58cad
Subject: [PATCH 06/17] cosmetic fixes
b58cad
b58cad
---
b58cad
 src/core/input.cc | 4 ++--
b58cad
 1 file changed, 2 insertions(+), 2 deletions(-)
b58cad
b58cad
diff --git a/src/core/input.cc b/src/core/input.cc
b58cad
index 1f14fa9d8b56..a8d8eaf45cb3 100644
b58cad
--- a/src/core/input.cc
b58cad
+++ b/src/core/input.cc
b58cad
@@ -79,7 +79,7 @@ bool scan_input(hwNode & n)
b58cad
 	      device->addCapability("hil", "HP-HIL");
b58cad
 	      break;
b58cad
       case BUS_BLUETOOTH:
b58cad
-	      device->addCapability("bt", "Bluetooth");
b58cad
+	      device->addCapability("bluetooth", "Bluetooth");
b58cad
 	      break;
b58cad
       case BUS_VIRTUAL:
b58cad
 	      device->addCapability("virtual");
b58cad
@@ -112,7 +112,7 @@ bool scan_input(hwNode & n)
b58cad
 	      device->addCapability("i2c", "I²C bus");
b58cad
 	      break;
b58cad
       case BUS_HOST:
b58cad
-	      device->addCapability("host");
b58cad
+	      device->addCapability("platform");
b58cad
 	      break;
b58cad
       case BUS_GSC:
b58cad
 	      device->addCapability("gsc", "GSC bus");
b58cad
-- 
b58cad
2.17.1
b58cad