teknoraver / rpms / systemd

Forked from rpms/systemd a month ago
Clone

Blame SOURCES/0297-hwdb-drop-boilerplate-about-match-patterns-being-uns.patch

594167
From 24ac19e1816ab2ec93360d346edd16e3f678bf47 Mon Sep 17 00:00:00 2001
594167
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
594167
Date: Wed, 6 Apr 2022 11:56:05 +0200
594167
Subject: [PATCH] hwdb: drop boilerplate about match patterns being unstable
594167
594167
We've had this text since the beginning, but in fact the patterns must be
594167
stable in order for people to create local hwdb entries. And we support that
594167
and can't change the match patterns without being very careful. So let's just
594167
drop the text.
594167
594167
(cherry picked from commit adbe000e3df5f91572bf4a77a2acd84ff5b87320)
594167
594167
Related: #2087778
594167
---
594167
 hwdb.d/60-evdev.hwdb         | 5 -----
594167
 hwdb.d/60-input-id.hwdb      | 5 -----
594167
 hwdb.d/60-keyboard.hwdb      | 5 -----
594167
 hwdb.d/60-sensor.hwdb        | 5 -----
594167
 hwdb.d/70-mouse.hwdb         | 5 -----
594167
 hwdb.d/70-pointingstick.hwdb | 4 ----
594167
 6 files changed, 29 deletions(-)
594167
594167
diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb
594167
index 9fcb4a3ddf..c97cd13557 100644
594167
--- a/hwdb.d/60-evdev.hwdb
594167
+++ b/hwdb.d/60-evdev.hwdb
594167
@@ -3,11 +3,6 @@
594167
 # The lookup keys are composed in:
594167
 #   60-evdev.rules
594167
 #
594167
-# Note: The format of the "evdev:" prefix match key is a contract between the
594167
-# rules file and the hardware data, it might change in later revisions to
594167
-# support more or better matches, it is not necessarily expected to be a stable
594167
-# ABI.
594167
-#
594167
 # Match string formats:
594167
 # evdev:<modalias>
594167
 # evdev:name:<device name>:dmi:<dmi string>
594167
diff --git a/hwdb.d/60-input-id.hwdb b/hwdb.d/60-input-id.hwdb
594167
index 2d5681dea6..802ed9a1e7 100644
594167
--- a/hwdb.d/60-input-id.hwdb
594167
+++ b/hwdb.d/60-input-id.hwdb
594167
@@ -3,11 +3,6 @@
594167
 # The lookup keys are composed in:
594167
 #   60-input-id.rules
594167
 #
594167
-# Note: The format of the "input-id:" prefix match key is a contract between
594167
-# the rules file and the hardware data, it might change in later revisions to
594167
-# support more or better matches, it is not necessarily expected to be a stable
594167
-# ABI.
594167
-#
594167
 # Match string formats:
594167
 # id-input:modalias:<modalias>
594167
 #
594167
diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb
594167
index c196a1fd64..7c830fb9b1 100644
594167
--- a/hwdb.d/60-keyboard.hwdb
594167
+++ b/hwdb.d/60-keyboard.hwdb
594167
@@ -13,11 +13,6 @@
594167
 # The lookup keys are composed in:
594167
 #   60-evdev.rules
594167
 #
594167
-# Note: The format of the "evdev:" prefix match key is a contract between the
594167
-# rules file and the hardware data, it might change in later revisions to
594167
-# support more or better matches, it is not necessarily expected to be a stable
594167
-# ABI.
594167
-#
594167
 # Supported hardware matches are:
594167
 #  - Generic input devices match:
594167
 #      evdev:input:bZZZZvYYYYpXXXXeWWWW-VVVV
594167
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb
594167
index ea278913bc..b54539bf53 100644
594167
--- a/hwdb.d/60-sensor.hwdb
594167
+++ b/hwdb.d/60-sensor.hwdb
594167
@@ -3,11 +3,6 @@
594167
 # The lookup keys are composed in:
594167
 #   60-sensor.rules
594167
 #
594167
-# Note: The format of the "sensor:" prefix match key is a contract between the
594167
-# rules file and the hardware data, it might change in later revisions to
594167
-# support more or better matches, it is not necessarily expected to be a stable
594167
-# ABI.
594167
-#
594167
 # Match string formats:
594167
 # sensor:modalias:<parent modalias pattern>:dmi:<dmi pattern>
594167
 #
594167
diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb
594167
index 723d145e34..4084019bde 100644
594167
--- a/hwdb.d/70-mouse.hwdb
594167
+++ b/hwdb.d/70-mouse.hwdb
594167
@@ -6,11 +6,6 @@
594167
 # The lookup keys are composed in:
594167
 #   70-mouse.rules
594167
 #
594167
-# Note: The format of the "mouse:" prefix match key is a contract between the
594167
-# rules file and the hardware data, it might change in later revisions to
594167
-# support more or better matches, it is not necessarily expected to be a stable
594167
-# ABI.
594167
-#
594167
 # Match key format:
594167
 # mouse:<subsystem>:v<vid>p<pid>:name:<name>:
594167
 #
594167
diff --git a/hwdb.d/70-pointingstick.hwdb b/hwdb.d/70-pointingstick.hwdb
594167
index 6039119b6a..00f28c6034 100644
594167
--- a/hwdb.d/70-pointingstick.hwdb
594167
+++ b/hwdb.d/70-pointingstick.hwdb
594167
@@ -7,10 +7,6 @@
594167
 # The lookup keys are composed in:
594167
 #   60-evdev.rules
594167
 #
594167
-# Note: The format of the "evdev:" prefix match key is a contract between the
594167
-# rules file and the hardware data, it might change in later revisions to
594167
-# support more or better matches, it is not necessarily a stable ABI.
594167
-#
594167
 # Supported hardware matches are:
594167
 #  - Generic input devices match:
594167
 #      evdev:input:bZZZZvYYYYpXXXXeWWWW-VVVV