diff options
author | Bastien Nocera <hadess@hadess.net> | 2022-04-21 11:11:22 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2022-08-09 18:12:19 +0200 |
commit | 9ab755dce50bfb6f1f614f57fe3a8b65b570b5b9 (patch) | |
tree | 73d75e1ac927f03eacae360be29dbbacba022c9c | |
parent | hwdb: Allow users access to USB serial for analysers (diff) | |
download | systemd-9ab755dce50bfb6f1f614f57fe3a8b65b570b5b9.tar.xz systemd-9ab755dce50bfb6f1f614f57fe3a8b65b570b5b9.zip |
hwdb: Add Greaseweazle "drives" to the list of analyzers
They're floppy disk flux readers and writers used in digital
preservation and can be broadly considered to be "analyzers" of magnetic
fluxes.
This will have the intended side-effect of giving access to the device
to users at the console, obsoleting:
https://github.com/keirf/greaseweazle/blob/master/scripts/49-greaseweazle.rules
-rw-r--r-- | hwdb.d/70-analyzers.hwdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hwdb.d/70-analyzers.hwdb b/hwdb.d/70-analyzers.hwdb index 7f31ca3ea3..821ebcb1ca 100644 --- a/hwdb.d/70-analyzers.hwdb +++ b/hwdb.d/70-analyzers.hwdb @@ -10,6 +10,13 @@ # ID_SIGNAL_ANALYZER=1|0 ########################################################### +# Greaseweazle +########################################################### +# Greaseweazle +usb:v1209p4D69* + ID_SIGNAL_ANALYZER=1 + +########################################################### # Total Phase ########################################################### # Aarvark I2C/SPI Host Adapter |