diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:35:18 +0000 |
commit | b750101eb236130cf056c675997decbac904cc49 (patch) | |
tree | a5df1a06754bdd014cb975c051c83b01c9a97532 /hwdb.d/70-analyzers.hwdb | |
parent | Initial commit. (diff) | |
download | systemd-b750101eb236130cf056c675997decbac904cc49.tar.xz systemd-b750101eb236130cf056c675997decbac904cc49.zip |
Adding upstream version 252.22.upstream/252.22
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'hwdb.d/70-analyzers.hwdb')
-rw-r--r-- | hwdb.d/70-analyzers.hwdb | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/hwdb.d/70-analyzers.hwdb b/hwdb.d/70-analyzers.hwdb new file mode 100644 index 0000000..821ebcb --- /dev/null +++ b/hwdb.d/70-analyzers.hwdb @@ -0,0 +1,51 @@ +# This file is part of systemd. +# +# Database for signal analyzers (protocol analyzers, logic analyzers, +# oscilloscopes, multimeters, bench power supplies, etc.) or just +# anything that has to do with electronics and that should be +# accessible to the seat owner. +# +# Permitted keys: +# Specify if a device is a signal analyzer +# ID_SIGNAL_ANALYZER=1|0 + +########################################################### +# Greaseweazle +########################################################### +# Greaseweazle +usb:v1209p4D69* + ID_SIGNAL_ANALYZER=1 + +########################################################### +# Total Phase +########################################################### +# Aarvark I2C/SPI Host Adapter +usb:v0403pE0D0* + ID_SIGNAL_ANALYZER=1 + +# Beagle Protocol Analyzers +usb:v1679p2001* + ID_SIGNAL_ANALYZER=1 + +# Cheetah SPI Host Adapter +usb:v1679p2002* + ID_SIGNAL_ANALYZER=1 + +# Komodo CAN Duo Interface +usb:v1679p3001* + ID_SIGNAL_ANALYZER=1 + +# Power Delivery Analyzers +usb:v1679p6003* + ID_SIGNAL_ANALYZER=1 + +########################################################### +# XGecu +########################################################### +# TL866A/CS +usb:v04D8pE11C* + ID_SIGNAL_ANALYZER=1 + +# TL866II+ +usb:vA466p0A53* + ID_SIGNAL_ANALYZER=1 |