-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Commits on Dec 26, 2013
-
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for b2cc6f0 - Browse repository at this point
Copy the full SHA b2cc6f0View commit details -
Point to default usbtmc for now as this works better
Erik Zachrisson committedDec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 9b4e7fc - Browse repository at this point
Copy the full SHA 9b4e7fcView commit details -
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 4a89436 - Browse repository at this point
Copy the full SHA 4a89436View commit details -
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 1e8f2c3 - Browse repository at this point
Copy the full SHA 1e8f2c3View commit details -
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for c75882c - Browse repository at this point
Copy the full SHA c75882cView commit details -
Import RigolScope from rigol module. Source /dev/usbtmc0
Erik Zachrisson committedDec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for cdb209a - Browse repository at this point
Copy the full SHA cdb209aView commit details -
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for fe1cc65 - Browse repository at this point
Copy the full SHA fe1cc65View commit details -
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for ad0b772 - Browse repository at this point
Copy the full SHA ad0b772View commit details -
Erik Zachrisson committed
Dec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 1e72337 - Browse repository at this point
Copy the full SHA 1e72337View commit details -
Remove superfluous paths. Import correct module
Erik Zachrisson committedDec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for f19a0fd - Browse repository at this point
Copy the full SHA f19a0fdView commit details -
Source correct paths and modules
Erik Zachrisson committedDec 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 3c7854d - Browse repository at this point
Copy the full SHA 3c7854dView commit details
Commits on Sep 4, 2014
-
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/
Configuration menu - View commit details
-
Copy full SHA for ce5ac23 - Browse repository at this point
Copy the full SHA ce5ac23View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1bb862d - Browse repository at this point
Copy the full SHA 1bb862dView commit details
Commits on Nov 2, 2014
-
Merge pull request #1 from niun/master
update README for newer udev versions
Configuration menu - View commit details
-
Copy full SHA for 63f08d1 - Browse repository at this point
Copy the full SHA 63f08d1View commit details