mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-24 02:03:54 +03:00
34 lines
786 B
Plaintext
34 lines
786 B
Plaintext
|
# This file is part of systemd.
|
||
|
#
|
||
|
# Database for signal analyzers (protocol analyzers, logic analyzers,
|
||
|
# oscilloscopes, multimeters, bench power supplies, etc.) that should
|
||
|
# be accessible to the seat owner.
|
||
|
#
|
||
|
# Permitted keys:
|
||
|
# Specify if a device is a signal analyzer
|
||
|
# ID_SIGNAL_ANALYZER=1|0
|
||
|
|
||
|
###########################################################
|
||
|
# 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*
|
||
|
usb:v0483pdf11*
|
||
|
ID_SIGNAL_ANALYZER=1
|