Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes to make project work with the Rigol DS1052E oscilloscope #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 26, 2013

  1. Fix missing apostrophe

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    b2cc6f0 View commit details
    Browse the repository at this point in the history
  2. Point to default usbtmc for now as this works better

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    9b4e7fc View commit details
    Browse the repository at this point in the history
  3. Update udev rules

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    4a89436 View commit details
    Browse the repository at this point in the history
  4. Adjust paths and module name

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    1e8f2c3 View commit details
    Browse the repository at this point in the history
  5. Fixup module imports

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    c75882c View commit details
    Browse the repository at this point in the history
  6. Import RigolScope from rigol module. Source /dev/usbtmc0

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    cdb209a View commit details
    Browse the repository at this point in the history
  7. Add newline

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    fe1cc65 View commit details
    Browse the repository at this point in the history
  8. Unlock scope after use

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    ad0b772 View commit details
    Browse the repository at this point in the history
  9. Unlock scope after use

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    1e72337 View commit details
    Browse the repository at this point in the history
  10. Remove superfluous paths. Import correct module

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    f19a0fd View commit details
    Browse the repository at this point in the history
  11. Source correct paths and modules

    Erik Zachrisson committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    3c7854d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. replace udev BUS with SUBSYSTEM

    BUS was removed somewhere after udev version 149. It can be replaced by SUBSYSTEM.
    Source: http://sdrblog.wordpress.com/2010/02/01/new-udev-rules/
    niun committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    ce5ac23 View commit details
    Browse the repository at this point in the history
  2. udev looks for parent's ATTRS to match child

    When matching against ATTR, udev will match the raw usb node directly, but we want to modify the device that is using the usbtmc driver (the toplevel child /dev/usbtmc0). This will be matched, when matching against parents ATTRS and SUBSYSTEMS.
    niun committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    1bb862d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2014

  1. Merge pull request #1 from niun/master

    update README for newer udev versions
    ErikAndren committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    63f08d1 View commit details
    Browse the repository at this point in the history