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