teknoraver / rpms / systemd

Forked from rpms/systemd a month ago
Clone

Blame SOURCES/0333-hwdb-Add-Greaseweazle-drives-to-the-list-of-analyzer.patch

594167
From 056b1d368b14e9664b69499cbcba49bc04be7e52 Mon Sep 17 00:00:00 2001
594167
From: Bastien Nocera <hadess@hadess.net>
594167
Date: Thu, 21 Apr 2022 11:11:22 +0200
594167
Subject: [PATCH] hwdb: Add Greaseweazle "drives" to the list of analyzers
594167
594167
They're floppy disk flux readers and writers used in digital
594167
preservation and can be broadly considered to be "analyzers" of magnetic
594167
fluxes.
594167
594167
This will have the intended side-effect of giving access to the device
594167
to users at the console, obsoleting:
594167
https://github.com/keirf/greaseweazle/blob/master/scripts/49-greaseweazle.rules
594167
594167
(cherry picked from commit 9ab755dce50bfb6f1f614f57fe3a8b65b570b5b9)
594167
594167
Related: #2087778
594167
---
594167
 hwdb.d/70-analyzers.hwdb | 7 +++++++
594167
 1 file changed, 7 insertions(+)
594167
594167
diff --git a/hwdb.d/70-analyzers.hwdb b/hwdb.d/70-analyzers.hwdb
594167
index 7f31ca3ea3..821ebcb1ca 100644
594167
--- a/hwdb.d/70-analyzers.hwdb
594167
+++ b/hwdb.d/70-analyzers.hwdb
594167
@@ -9,6 +9,13 @@
594167
 #   Specify if a device is a signal analyzer
594167
 #   ID_SIGNAL_ANALYZER=1|0
594167
 
594167
+###########################################################
594167
+# Greaseweazle
594167
+###########################################################
594167
+# Greaseweazle
594167
+usb:v1209p4D69*
594167
+ ID_SIGNAL_ANALYZER=1
594167
+
594167
 ###########################################################
594167
 # Total Phase
594167
 ###########################################################