Skip to content

Instantly share code, notes, and snippets.

@slazav
Created June 1, 2017 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slazav/35bbf2f9473061b694a2f1278f8caf33 to your computer and use it in GitHub Desktop.
Save slazav/35bbf2f9473061b694a2f1278f8caf33 to your computer and use it in GitHub Desktop.
udev rule for Tektronix TDS2014B oscilloscope
# Tektronix TDS2014B oscilloscope
#
# On the device
# set "Utility menu -> Options -> Rear USB port" to "Computer"
# Then idProduct = 0368 (036b if Printer/Autodetect setting is used)
#
# kernel module: usbtmc
#
ACTION=="add",\
SUBSYSTEM=="usbmisc" KERNEL=="usbtmc*",\
ATTRS{idVendor}=="0699", ATTRS{idProduct}=="0368",\
GROUP="users", SYMLINK+="tek_osc0"
# Add ATTRS{serial}=="C000000" if you want to use the rule only for one device
# with a serial number C000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment