mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-22 08:18:32 +03:00
host: use autotools and split shared code to libosmo-simtrace2
Change-Id: I57e77f927ee9e169cc794c5dc6b128a2d590201b
This commit is contained in:
21
host/contrib/99-simtrace2.rules
Normal file
21
host/contrib/99-simtrace2.rules
Normal file
@@ -0,0 +1,21 @@
|
||||
# udev rules to set the access rights of GemPC smart card readers
|
||||
# so they can be used by pcscd
|
||||
|
||||
# If not adding the device, go away
|
||||
ACTION!="add", GOTO="simtrace2_rules_end"
|
||||
SUBSYSTEM!="usb", GOTO="simtrace2_rules_end"
|
||||
|
||||
# sysmocom SIMtrace2 (DFU and runtime)
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60e2", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="60e3", GROUP="plugdev"
|
||||
# sysmocom OWHW (DFU and runtime)
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="4000", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="4001", GROUP="plugdev"
|
||||
# sysmocom QMOD hub
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="4002", GROUP="plugdev"
|
||||
# sysmocom QMOD SAM3 (DFU and runtime)
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="4003", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="4004", GROUP="plugdev"
|
||||
|
||||
# All done
|
||||
LABEL="simtrace2_rules_end"
|
||||
Reference in New Issue
Block a user